okapota
05-23-2002, 12:21 AM
i get 14 unresolved externals when calling an nvparse funcion -
nvparse.lib(nvparse.obj) : error LNK2001: unresolved external symbol "void (__stdcall* glCombinerStageParameterfvNV)(unsigned int,unsigned int,float const *)" (?glCombinerStageParameterfvNV@@3P6GXIIPBM@ZA)
nvparse.lib(rc1.0_general.obj) : error LNK2001: unresolved external symbol "void (__stdcall* glCombinerStageParameterfvNV)(unsigned int,unsigned int,float const *)" (?glCombinerStageParameterfvNV@@3P6GXIIPBM@ZA)
nvparse.lib(nvparse.obj) : error LNK2001: unresolved external symbol "void (__stdcall* glCombinerParameterfvNV)(unsigned int,float const *)" (?glCombinerParameterfvNV@@3P6GXIPBM@ZA)
nvparse.lib(rc1.0_combiners.obj) : error LNK2001: unresolved external symbol "void (__stdcall* glCombinerParameterfvNV)(unsigned int,float const *)" (?glCombinerParameterfvNV@@3P6GXIPBM@ZA)
for example. i include "nvparse.h" and its lib, i include "glh_extensions" and define GL_EXT_SINGLE_FILE. so what am i missing?
i am using some of the functions in the unresloved externals, like glTrackMatrixNV, and i dodnt use the others, like glCobinerSomething...
nvparse.lib(nvparse.obj) : error LNK2001: unresolved external symbol "void (__stdcall* glCombinerStageParameterfvNV)(unsigned int,unsigned int,float const *)" (?glCombinerStageParameterfvNV@@3P6GXIIPBM@ZA)
nvparse.lib(rc1.0_general.obj) : error LNK2001: unresolved external symbol "void (__stdcall* glCombinerStageParameterfvNV)(unsigned int,unsigned int,float const *)" (?glCombinerStageParameterfvNV@@3P6GXIIPBM@ZA)
nvparse.lib(nvparse.obj) : error LNK2001: unresolved external symbol "void (__stdcall* glCombinerParameterfvNV)(unsigned int,float const *)" (?glCombinerParameterfvNV@@3P6GXIPBM@ZA)
nvparse.lib(rc1.0_combiners.obj) : error LNK2001: unresolved external symbol "void (__stdcall* glCombinerParameterfvNV)(unsigned int,float const *)" (?glCombinerParameterfvNV@@3P6GXIPBM@ZA)
for example. i include "nvparse.h" and its lib, i include "glh_extensions" and define GL_EXT_SINGLE_FILE. so what am i missing?
i am using some of the functions in the unresloved externals, like glTrackMatrixNV, and i dodnt use the others, like glCobinerSomething...