I have programmed with D6 for quite some time but I am attempting my first 
delphi package and have a problem. For some reason hidden from me I cannot 
access longword vars within the package. I can only access them when they are 
local to procedures or global outside any object. Any other access to a 
longword results in an access violation. I have tried every other scope I can 
think of but no luck. I cannot even pass them as var parameters to procedures. 
  This is completely within the package. Not trying to access from the main 
program.
  Also, is there a way I can trace into a package? That would help debugging 
immensely! 

Thanks 
Ed

Reply via email to