K
Ken
Hi all,
I got a *.lib files and some header files from a thrid party which is
developed using ANSI C. I am now trying to create a managed C++ application
and import those libraries. I added the lib file in the linker option and
include those header files inside the program. Everything is ok when i
complied the project.
However, when I call one of the function inside the lib file I imported
and compile the project, a lot of multiple defined symbol error is found.
(e.g. ___argc already defined in libcmtd.lib(crt0dat.obj)). I don't know
what's wrong with it as I am new to both C++ and VC++.NET. Can anyone help
??
Kenneth
I got a *.lib files and some header files from a thrid party which is
developed using ANSI C. I am now trying to create a managed C++ application
and import those libraries. I added the lib file in the linker option and
include those header files inside the program. Everything is ok when i
complied the project.
However, when I call one of the function inside the lib file I imported
and compile the project, a lot of multiple defined symbol error is found.
(e.g. ___argc already defined in libcmtd.lib(crt0dat.obj)). I don't know
what's wrong with it as I am new to both C++ and VC++.NET. Can anyone help
??
Kenneth