I'm having problems with statically linking to a DLL with the mingw compiler in DEV C++. I have the .a(generated when compiling the DLL) file in directory my .exe is in and the .h file from the DLL in the \Include directory and the .exe does not import the DLL and so I cannot access the functions as required. I know it does not import it cos it's not included on the import table when I open the .exe with Quick View.
Any help would be much appreciated!!



LinkBack URL
About LinkBacks


