error LNK2019: unresolved external symbol
writing a DLL that is to be used with a testProject in .NET 2003 using c++. The test app is a windows console app, not windows project app. I'm using "int main()" for my test console app. However when I compile I'm getting LNK2019 errors. If anyone has any ideas of how I may get past this, I would greatly appreciate it.
TD
|