Guest_imported
New member
- Jan 1, 1970
- 0
I'm a c++ beginner. I have a problem with using of foreign libraries. I have som *.h and *.lib files. How can I use that. I tried to include the header files with #include <xxx.h> (path ok) but the linker displaye the error <undefined symbol 'function name' in module 'my c file'>. Is that a configuration problem. could somebody help me?
:-(
:-(