PDA

View Full Version : Seeing errors finding files in an executable


Enlil
09-27-2010, 09:39 AM
Hello,

I am trying to make an .exe that contains a LOT of resources. There are a lot of branching parts, so it is hard to be sure I have every resource. I added some viz.res.addpublish statements, but I believe I am missing some files still.

So, I was wondering, is there a way to see the console output of an executable? Or at least an error log?

Thanks,
Christian

farshizzo
09-27-2010, 11:14 AM
The second dialog in the publish wizard contains a checkbox labelled Display console. You can use this option to display an output console for your published exe.

If you prefer to log the ouput to a file, then you can use the viz.setLogFile command to redirect all output to a file. You will probably want to specify an absolute path if using this command with a published exe.

Enlil
09-27-2010, 11:34 AM
Thanks, that is very useful!

Christian