Page 1 of 1

making release

Posted: Fri Jun 15, 2007 15:11
by duindain
hey just wondering if anyone can tell me exactly what files are needed and everything to be able to show the program on another computer
i dont mind leaving the program using the debug dlls and stuff but just what dlls and what librarys and everything that are neccasary

my project uses the opengl renderer no sample stuff only my own interface with opengl and cegui im using a modified version of demo7.layout and ive left all the schema and widget stuff as is so its using taharez er commonwealth font TaharezLook scheme

0.50 version of cegui
it seems to be loading falagard stuff in the log file too
from the build config file
xml parser is set to expat
luas enabled but i dont use it
using tga image codec

i used opengl and freeglut in the code
i built the application on VC express 2005

any clues would be helpful since its not running on antoher machine ill redit this post when i know what the error was but for now if anyone knows the files u have to add to make cegui and everything work please post thankyou :)

currently getting error 0xc0150002
i found a forum post here that said to make an installer program im trying to do that now

ok creating installer

Posted: Fri Jun 15, 2007 16:06
by duindain
ok can anyone tell me how to create an installer for vc express 2005 ive read about 20 sites and they all say to do things that dont work like run files that dont exist in my copy

there are no options in my create new project for deployment

Posted: Fri Jun 15, 2007 20:22
by Rackle
You cannot make a setup program with vc express 2005.

Posted: Tue Jun 26, 2007 12:25
by Pompei2
but you can use the dependency walker to see what dlls are needed. called depends.exe IIRC

Posted: Tue Jun 26, 2007 15:05
by scriptkid
Exactly, check www.dependencywalker.com. About the cegui files: if you open up the .scheme file which you are using, you can start looking from there. Also, you can have a look at the cegui.log file on the system where your application won't start, can't you? Even if it crashes, it should hopefully post something in that file...

Good luck! :)