inglês
Hi,
I have a pointer/target question... I have a pointer in a dll module, and a target in anothermodule outside the dll. Every time I try to associate the pointer with the target, from the main program (which has access to both modules), I get the access-violation runtime error (#157). It seemsto me that, outside the dll,the pointer is being taken as an ordinary integer. Am I missing someadditional attributewhen I declare the variables?
I included a copy of the solution with this post. Thanks.