Build Problem

Programming Reality Factory and Genesis3D.
Post Reply
Dion
Posts: 3
Joined: Mon Oct 01, 2007 6:08 pm

Build Problem

Post by Dion » Mon Oct 01, 2007 6:19 pm

Hey all RealityFactory users,

I am trying to Build RealityFactory and have a problem
acording to my build output I am missing a library file named: "strmbasd.lib"

I have read some similiar problems but cant really find a solution.
LINK : fatal error LNK1104: cannot open file 'strmbasd.lib'
I am using Windows XP, Visual C++ Express 2005 and
I have followed te sticky's "How to build..." document.
I have MS Platform SDK and DirectX SDK properly set-up in VC++

any help on this or mayby a copy of the strmbasd.lib file is appreciated.

Greets,

a new RealityFactory user.

User avatar
jonas
Posts: 779
Joined: Tue Jul 05, 2005 5:43 pm
Location: Texas, USA
Contact:

Post by jonas » Mon Oct 01, 2007 6:29 pm

I had that problem when I compiled as well. You need to remove that library from the list, its not used.
You should have the following libraries:

Code: Select all

genesis.lib
vorbisfile.lib
vorbis.lib
ogg.lib
winmm.lib
vfw32.lib
dxguid.lib
quartz.lib
decrypt.lib
wsock32.lib
freeimage.lib
coldet.lib
Joystick.lib
user32.lib
gdi32.lib
comdlg32.lib 
Jonas

Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack

Dion
Posts: 3
Joined: Mon Oct 01, 2007 6:08 pm

Post by Dion » Mon Oct 01, 2007 6:33 pm

where can i find that list with the library names?

User avatar
jonas
Posts: 779
Joined: Tue Jul 05, 2005 5:43 pm
Location: Texas, USA
Contact:

Post by jonas » Mon Oct 01, 2007 6:55 pm

I don't have the program on this computer but I believe you goto project->properties. When that gets up should look something like this Image goto linker->input and take stormbasd.lib from the additional dependencies.
Jonas

Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack

Dion
Posts: 3
Joined: Mon Oct 01, 2007 6:08 pm

Post by Dion » Mon Oct 01, 2007 7:11 pm

Thanks a lot!
It fixed my problem :D

User avatar
jonas
Posts: 779
Joined: Tue Jul 05, 2005 5:43 pm
Location: Texas, USA
Contact:

Post by jonas » Mon Oct 01, 2007 7:21 pm

No problem. :D

Oh and Welcome to the forums. :lol:
Jonas

Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren't sure which way to do something, do it both ways and see which works better. - John Carmack

Post Reply