Guest_imported
New member
- Jan 1, 1970
- 0
hi,
I got some error like
ezrgb24.obj : error LNK2001: unresolved external symbol "void __stdcall init_dct_NxM(int,int)" (?init_dct_NxM@@YGXHH@Z)
ezrgb24.obj : error LNK2001: unresolved external symbol "void __stdcall init_dct_NxN(int,int)" (?init_dct_NxN@@YGXHH@Z)
.\Debug\ezrgb24.ax : fatal error LNK1120: 2 unresolved externals
bascially, I am trying to calling a C function from a C++ module, and the C++ module include the header file of the C fuctions, and I changed the .h file, so that those funciton are "extern", and wondering if anybody can tell me what's missing?
thanks
SydC++
I got some error like
ezrgb24.obj : error LNK2001: unresolved external symbol "void __stdcall init_dct_NxM(int,int)" (?init_dct_NxM@@YGXHH@Z)
ezrgb24.obj : error LNK2001: unresolved external symbol "void __stdcall init_dct_NxN(int,int)" (?init_dct_NxN@@YGXHH@Z)
.\Debug\ezrgb24.ax : fatal error LNK1120: 2 unresolved externals
bascially, I am trying to calling a C function from a C++ module, and the C++ module include the header file of the C fuctions, and I changed the .h file, so that those funciton are "extern", and wondering if anybody can tell me what's missing?
thanks
SydC++