missing DLL entry point

gfox

New Member
Need to use Eraser programmatically. Using the source code's VB sample project, the first line fails with:

Can't find DLL entry point eraserInit in Eraser.dll

tried copying Eraser.dll to app folder, etc. Any ideas? Thank you -Greg Fox
 
I'm not sure how VB works in detail - the sample was written a very long time ago - but I think you have to set the calling convention to be stdcall and prefix an _ before the name.

You are welcome to use the Eraser DLL, but please do take note of the licensing requirements of Eraser :)

Joel
 
Back
Top