Project Compiling, But not linking

Started by
5 comments, last by cool katz 19 years, 4 months ago
Im trying to create a dll in Visual Studio .NET 2003, but whenever i try to build the project it compiles the files, but it doesn't link them or create the dll. This has never happened to me before, is there anything that could cause this? any help would be GREATLY appreciated.
Advertisement
any code/Link Errors would be GREATLY appreciated.
Thats the funny thing, it doesnt give me any errors whatsoever. It just compliles but doesnt even try to compile. ALL my other projects compile fine, but not thisone.
If it says that it was successful then perhaps it's just not putting the file where you expect?
"In order to understand recursion, you must first understand recursion."
My website dedicated to sorting algorithms
Ive search my hard drive and found no dll
I've had this happen before. You'll need to re-create the project.
daerid@gmail.com
Never mind i got it working! It turns out that the reason it wasnt linking is because i had two periods in my filename.

for example: "Game.Object.cpp"

Are you not supposed to have that in there? Why Not?

This topic is closed to new replies.

Advertisement