Page 1 of 1

Build Problem

Posted: Mon Oct 01, 2007 6:19 pm
by Dion
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.

Posted: Mon Oct 01, 2007 6:29 pm
by jonas
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 

Posted: Mon Oct 01, 2007 6:33 pm
by Dion
where can i find that list with the library names?

Posted: Mon Oct 01, 2007 6:55 pm
by jonas
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.

Posted: Mon Oct 01, 2007 7:11 pm
by Dion
Thanks a lot!
It fixed my problem :D

Posted: Mon Oct 01, 2007 7:21 pm
by jonas
No problem. :D

Oh and Welcome to the forums. :lol: