by Johnny_Bit » July 16th, 2007, 6:28 pm
hmm... i've never had experiene with that kind of thing in delphi, now i can't even check it because i work on linux and use c/c++...
in my opinion the only way to get a variable from dll (if that is even possible) would be statically link dll and have variable thet is external in that lib, while in lib itself it's exported.
other way round is if lib gives some way of modifying it's variables by it's exported methods.
Thou shalt write the code, not connect the bricks.