Mark F
October 13th, 2002, 12:55 PM
I have not used CBuilder but I had to add a .def file to my build to explictly expose the exported entrypoints before Girder would use my plug-in.
Once the plug-in exposed the right interface names, I had many crashes until Ron suggested I change the call linkage to __stdcalls.
I hope this helps.
Once the plug-in exposed the right interface names, I had many crashes until Ron suggested I change the call linkage to __stdcalls.
I hope this helps.