What kind of libraries can uesd with MinGW
Publicado: Mié Dic 26, 2012 10:02 am
Hello Team
I must link two omf (or coff)type libraries to lock my application (copywrite). Trrying to link with MinGW enabled i take the following errors (see photo). Also i noticed that MinGW has a problem with complex paths. Is it true ?
In the following code
170. #include "winlicenseSDK.h"
At link time raising the following error
Compiling: WL_Module.prg...
In file included from C:DevelopmentSourceWL_Module.prg:170:0:
and these lines of code
14.#pragma comment(lib, "C:xailer3LibWinLicenseSDK32.lib")
19.#pragma comment(lib, "C:xailer3LibSecureEngineSDK32.lib")
raising the following errors:
C:DevelopmentInclude/winlicenseSDK.h:14:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
C:DevelopmentInclude/SecureEngineSDK.h:19:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
1 Files, 2 Warnings, 1 Errors
Compile time: 0.47s Link time: 0s Total time: 0.51s
These libraries are important for locking my programs. So my first priority is if those libraries are compatible with MinGW compiler or must remain in the BBC++.
Any help would be appreciate
T.I.A
Attached files
I must link two omf (or coff)type libraries to lock my application (copywrite). Trrying to link with MinGW enabled i take the following errors (see photo). Also i noticed that MinGW has a problem with complex paths. Is it true ?
In the following code
170. #include "winlicenseSDK.h"
At link time raising the following error
Compiling: WL_Module.prg...
In file included from C:DevelopmentSourceWL_Module.prg:170:0:
and these lines of code
14.#pragma comment(lib, "C:xailer3LibWinLicenseSDK32.lib")
19.#pragma comment(lib, "C:xailer3LibSecureEngineSDK32.lib")
raising the following errors:
C:DevelopmentInclude/winlicenseSDK.h:14:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
C:DevelopmentInclude/SecureEngineSDK.h:19:0: warning: ignoring #pragma comment [-Wunknown-pragmas]
1 Files, 2 Warnings, 1 Errors
Compile time: 0.47s Link time: 0s Total time: 0.51s
These libraries are important for locking my programs. So my first priority is if those libraries are compatible with MinGW compiler or must remain in the BBC++.
Any help would be appreciate
T.I.A
Attached files