Delphi contains many types in its decelerations Type Record
Type Instance
Type Class
They ether contain a layout of a structure, or a group of methods or a Class that contains both. DotNet contains many of these objects as unmanaged code just as you declare Delphi decelerations but they are accessed through DLL’s. 1/ The question is do you use TComObjectfactroy to access a deceleration in external DLL’s? Or do you use something else. I have no material to even read on the subject.
2/ I know you can get the object pointer (Class pointer) with a create method as it’s cleared with FreeAndNil as a pointer. How can you use create into a DLL containing a object.
3/ I have .Net ilasm.exe and ildasm.exe and a Delphi asm decompiler that I wish to find the main DLL in P/Invoke and place P/Invoke code into Delphi code.
But I have to understand Delphi objects in this way. Has any one read or seen anything that comes near to this subject? Until now I have not got subject matter correct that people can begin to understand me.
Juliano 117 gave me http://msdn.microsoft.com/en-us/library/ms973872.aspx But thai is the Windows end!!!!!!! And not Delphi end.