Original Post
Ok I am using VS.Net 2003 to compile my native c++ code. I already created the binaries and put them where they belong. I took the lesson 1 tutorial and put the code in main.cpp. I linked the libs and set the startup function like it said to in the tutorial 0 I think. So lo and behold it does not compile. I get all this linker errors. What is wrong? for every function that the app uses it can't find the definition to it or anything. it is just a mess lol.