I have added the appropriate libraries, but the compiler still outputs the unresolved external linker errors.
The file is a windows 32 application and compiles with no errors, but when i click on build it gives me multiple linker errors.
I added the libraries in project, settings, link, the object/library command line before kernel32.lib
I have all the class files and libraries.
Is there any other thing I could be doing wrong?
Should I just try to setup my compiler again?
The file is a windows 32 application and compiles with no errors, but when i click on build it gives me multiple linker errors.
I added the libraries in project, settings, link, the object/library command line before kernel32.lib
I have all the class files and libraries.
Is there any other thing I could be doing wrong?
Should I just try to setup my compiler again?