I've been programming for a while now, but almost exclusively in a linux environment. I've ported some code that I've been using in linux to windows for a program that I'm writing, and it all compiles cleanly, but fails whiles linking.
I'm very new to visual studio and visual c++, and I'm sure the linking problem i have is very simple to fix, but i can't get any results by fiddling around with it.
The errors i'm getting are all "unresolved external symbol" errors, and they're all of functions that I've written and are in the source files that I've ported (I was having the same linking errors with winsock functions, but i just needed to add the ws2_32.lib as a dependency in the project). All the needed source files/headerfiles are added to my project.
The code that I've ported is in a separate folder from my project's folder (which is just a simple test program for the ported code), and is also in a separate folder from their header files. I'm sure there's something else that needs to be done, but I'm not sure what or where in all of VS's menus. Any help would be really appreciated. Btw, I'm using Visual Studio .NET 2002



LinkBack URL
About LinkBacks



I used to be an adventurer like you... then I took an arrow to the knee.