How can I get rid of log file when using Engine3D?

Everything else that doesn't fall into one of the other PB categories.
User avatar
leonhardt
Enthusiast
Enthusiast
Posts: 220
Joined: Wed Dec 23, 2009 3:26 pm

How can I get rid of log file when using Engine3D?

Post by leonhardt »

When I use the Engine3D,copy the Engine3D.dll to my project folder,there is always a ogre or cgui log file after running app. how can I avoid creating such log file?
poor English...

PureBasic & Delphi & VBA
Zach
Addict
Addict
Posts: 1678
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: How can I get rid of log file when using Engine3D?

Post by Zach »

Not sure, but one solution would be to do cleanup on program exit and have your program delete the log files if present.
Post Reply