| | | | Browse by category |
Article ID: 490
Last updated: 25 Apr, 2018
Problem
How can I turn off the message Automatic linking with .... at compilation time?
Cause
The intention of this line is to make sure that you have not forgotten to specify any C/C++ settings when you created your project. For example, if you want your application to be linked with the OG shared Dlls, you should specify _GXDLL in the projects C/C++ settings. If you did forget to add this define, you will see at compilation time that you are linking with the wrong library.
Action
If you want to turn off the message, add the define _GXNOMSG to your projects C/C++ settings.
This article was:
Helpful |
Not helpful
Report an issue
Article ID: 490
Last updated: 25 Apr, 2018
Revision: 3
Views: 1648
Posted: 11 Jan, 2001 by
Meltreger B.
Updated: 25 Apr, 2018 by
Meltreger B.
Others in this category
Powered by KBPublisher (Knowledge base software)