Archived Support Forum: View Post
Index | Ladder
Koen van de Sande posted a message about Re: Vxlse & Dlls in reply to Vxlse & Dlls

> im trying to make a plugin thing so that u can make dlls that do stuff to the TVoxelSection(well ActiveSection), anyway

> it works but when u make the procedure run u get

> "Access violation at address 00D9C8C3. Write of address 01B80000"
Making DLLs is not to easy... any error/Exception not caught inside Delphi will be passed to the parent, and give an AV.
Are you sure you need a DLL plugin system?
Note that you cannot pass TVoxel, TVoxelSection, or any other class to DLL procedures! Only basic types: Integer and PChar! (Unless you do something with memory management DLLs or make sure the host program is written in Delphi as well).

Koen van de Sande
Van de Sande Productions

TibEd.Net


SubjectNameDate
Re: Vxlse & DllsStucuk20:54 05-02-2003
    Re: Vxlse & DllsKoen van de Sande21:11 05-02-2003

 
© 1999-2023 Van de Sande Productions