Victorus
03-29-2002, 02:02 AM
I have big trouble trying to work with nvparse and mfc. I link with nvparse_mt.lib, i have only in one .cpp the
#define GLH_EXT_SINGLE_FILE
#include <glh_extensions.h>
and only
#include <glh_extensions.h>
in the others .h and .cpp.
And i've the famous
Linking...
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "LIBCD" conflicts with use of other libs; use /NODEFAULTLIB:library
nvparse_mt.lib(ps1.0_program.obj) : error LNK2001: unresolved external symbol _glActiveTextureARB
nvparse_mt.lib(ts1.0_inst_list.obj) : error LNK2001: unresolved external symbol _glActiveTextureARB
nvparse_mt.lib(ps1.0_program.obj) : error LNK2001: unresolved external symbol _glCombinerStageParameterfvNV
nvparse_mt.lib(rc1.0_general.obj) : error LNK2001: unresolved external symbol _glCombinerStageParameterfvNV
nvparse_mt.lib(ps1.0_program.obj) : error LNK2001: unresolved external symbol _glCombinerOutputNV
nvparse_mt.lib(rc1.0_general.obj) : error LNK2001: unresolved external symbol _glCombinerOutputNV
etc...
I'm misunderstanding something, but what ?
Someone can help ?
#define GLH_EXT_SINGLE_FILE
#include <glh_extensions.h>
and only
#include <glh_extensions.h>
in the others .h and .cpp.
And i've the famous
Linking...
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "LIBCD" conflicts with use of other libs; use /NODEFAULTLIB:library
nvparse_mt.lib(ps1.0_program.obj) : error LNK2001: unresolved external symbol _glActiveTextureARB
nvparse_mt.lib(ts1.0_inst_list.obj) : error LNK2001: unresolved external symbol _glActiveTextureARB
nvparse_mt.lib(ps1.0_program.obj) : error LNK2001: unresolved external symbol _glCombinerStageParameterfvNV
nvparse_mt.lib(rc1.0_general.obj) : error LNK2001: unresolved external symbol _glCombinerStageParameterfvNV
nvparse_mt.lib(ps1.0_program.obj) : error LNK2001: unresolved external symbol _glCombinerOutputNV
nvparse_mt.lib(rc1.0_general.obj) : error LNK2001: unresolved external symbol _glCombinerOutputNV
etc...
I'm misunderstanding something, but what ?
Someone can help ?