[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Mon Sep 12 21:56:46 2003 
Subject:Poplog DLL & Other Issues 
From:Richard 
Volume-ID:1030912.01 

Question 1
I am new to poplog and I do not have much C experience. I am trying to
figure out how to call the exported functions from the poplog DLL from
Delphi but I cannot figure out the interface and my reading of the source
code has left me less than enlightened (due to my lack of C experience). Can
anyone offer some tips?

Question 2
Is there a way to determine if one variable is dependent on another? To
explain what I mean, image a spreadsheet:

A1=5  and  A2=A1+2

When I change A1, the interpreter knows that A2 is a decendent of A1 and
automatically calculates and displays a new result for A2.

Anyone have any ideas on how to emulate this behavior in poplog?

Thanks