SPeriDLL, is a synonym for 'Sample Peripheral DLL' ,it is used by VC6.0, Can I develope the AGSI function by Borland C++ builder 5.0? I wish do it !
OK, I fixed that one as follows: 1. Build the DLL using BCB 2. Generate a Module Definition File using
impdef -a SPeriDLL.def SPeriDLL.dll
EXPORTS AgsiEntry=_AgsiEntry @1
I'm looking forward to your succeed.