I know, I know. You think... Why he don't directly put this topic title and make the message post ?
Seriously, I've a urgent problem. In principle I think I've made error with my code, miss some parts or another reason, but when I start to test it myself it become a reality... my game hung if more than one program is opened ! Other commercial PC games I play start also with 3/4 programs opened! Anyone have my same problem or have a solution for it? Anticipate thanks !
Game crashing when other programs are opened
Game crashing when other programs are opened
S.T.A.R.S.! (Resident Evil 3)
Hello guys listen... what about memory sucking? In fact if I close the antivirus the problem disappear... So why I can't change the my app priority when run it? Anyone know a system for do so(change the priority of my app, like in task manager, but automatically)?
Thanks !
Thanks !
S.T.A.R.S.! (Resident Evil 3)
I tried my program too ... on my computer with the executable using SSE instructions and on my computer and 2 more it was working fine but on a 3-rd computer ... it was crashing vey fast, and i found more computers where it crash so i take out the sse instructions and i put the optimize for processor to blended(not pentium pro, II,III what i was using).
And it work fine. Try to change those an tell me what result you get ... and if is working what is the cause ...
And it work fine. Try to change those an tell me what result you get ... and if is working what is the cause ...
sry for the late post
u would probably need to use windows code, using HWND, but im not to sure
use one of these functions, depending on ur renderer:
http://irrlicht.sourceforge.net/docu/s ... data.html
*edit*
try the SetForegroundWindow() function in the windows api
http://msdn.microsoft.com/library/defa ... indow.asp
u would probably need to use windows code, using HWND, but im not to sure
use one of these functions, depending on ur renderer:
http://irrlicht.sourceforge.net/docu/s ... data.html
*edit*
try the SetForegroundWindow() function in the windows api
http://msdn.microsoft.com/library/defa ... indow.asp