DSO files?
by Antonio Serrano · in Torque Game Engine · 03/21/2008 (5:54 am) · 6 replies
Hi,
I've just recently installed TSE SDK 1.0.3
I've compiled it and runs without problem but I cannot see .DSO files.
Why?
Where are these files?
Thanks!
I've just recently installed TSE SDK 1.0.3
I've compiled it and runs without problem but I cannot see .DSO files.
Why?
Where are these files?
Thanks!
#2
TGEA (former TSE) doesn't compile any DSO's unless you tell it to do so.
03/21/2008 (6:02 am)
This is not the correct forum.TGEA (former TSE) doesn't compile any DSO's unless you tell it to do so.
#3
*edit* oops, didn't see this was TSE, not TGE :(
03/21/2008 (6:02 am)
You won't see any .dso files until after you run the game the first time. Also, sometimes if you make script changes, they don't get recompiled for some reason (rare, but it happens). There should be a deleteDSO.bat file in your root game directory. Good idea to run that after making script changes, just to make sure they get recompiled.*edit* oops, didn't see this was TSE, not TGE :(
#4
Maybe I haven't explained it well.
I know .DSO files and byte-code compiled files such as .class files in Java.
The problem is I can't find any .dso files in all TSE installation after run it or even when It's running
I've both product TGE SDK and TGEA SDK. I see the .DSO files for TGE but there is no .DSO file in TGEA directory.
I've a licence for torsion too.
I've created a project in torsion and precompiled the files but even doing that there is not .DSO file. ??
Surely It's something I'm doing wrong, but what am I doing wrong?
03/21/2008 (6:09 am)
Thanks for your soon answer.Maybe I haven't explained it well.
I know .DSO files and byte-code compiled files such as .class files in Java.
The problem is I can't find any .dso files in all TSE installation after run it or even when It's running
I've both product TGE SDK and TGEA SDK. I see the .DSO files for TGE but there is no .DSO file in TGEA directory.
I've a licence for torsion too.
I've created a project in torsion and precompiled the files but even doing that there is not .DSO file. ??
Surely It's something I'm doing wrong, but what am I doing wrong?
#6
03/21/2008 (8:54 am)
In engine/core/torqueConfig.h, comment out "#define TORQUE_NO_DSO_GENERATION"
Torque Owner Caleb
Default Studio Name
They should be located in subdirectories of your example folder.
EDIT- Oh, TSE