Krenian
Apr 17 2004, 12:33 AM
I was reading through the AcCompanion source, to learn how to write a plug-in. I saw you use PGlobalDLLData which "points" to TGlobal. Where did this class(TGlobal) come from, I following your source to a degree and I cannot find a refrence to it in any of the files that came with Ac Companion. Am I having a Brain Fart ????
Ipa
Apr 17 2004, 12:38 AM
TGlobal is defined in source file "memlocs.pas" which is in the "package" folder.
This is common to ACTool.exe and the Companion DLL - it defined the structure of the data in the block of shared memory used to pass data between ACTool and Companion.