|
I still can't seem to get it to compile without complaining about alot of stuff.
This is a DLL not a normal Win32 application, there's no windows or anything like that created so the DLL doesn't really have a handle I suppose....
The two functions in this DLL aren't defined at the top of the file or anything, there just in my .h file for exporting.
And i'm just going to say this again but the only experience I have with C++ is writing extremely basic DLL's and a base Win32 GUI. Everything else iv'e done in either Visual Basic or for the last year and a half Borland Delphi.
|