Game Development Community

Compiling Gorpe Under VC.NET

by Jorge Luis Gandulfo · in Torque Game Engine · 10/17/2003 (5:40 pm) · 2 replies

I got Dozens of unsolved link errors, from vorbis and other libs, and after trying everything i still couldn't make it work.

Somebody did it?

What are the steps to follow.

I have installed Python23 already, and defined the directories in the Configuration Directory Settings.

#1
10/17/2003 (10:11 pm)
I build using VC7(.NET) but I loaded the files from the VC6 directory, said yes to all the conversion questions, and built from there.

Try to load the "Torque SDK.dsw" file from the VC6 directory as a Solution into VC7. Build using that and you might be fine.
#2
10/17/2003 (10:16 pm)
Ahh, a couple of things I changed in the "Torque DEMO" project properties:

Configuration Properties
--Linker
----General

May have added ",../lib/vorbis" to the end of the "Additional Library Directives" option. Not sure if that was already there though.

Configuration Properties
--Linker
----Input

Changed the "vorbis_d.lib ogg_d.lib" to "vorbis.lib ogg.lib" since the debug libs needed a dll that is not present.

I think that's it for the project changes.