PDA

View Full Version : CBuilder plugin



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.

MatB
October 13th, 2002, 12:55 PM
Anybody has written a hardware dll plugin under cbuilder?
I tried, but something was wrong, girder refused the dll.
If someone did it, i'd like to know the secret.
Thanx.