Application wont start on other computers

Started by
3 comments, last by Metzler 20 years, 5 months ago
Hoi, I have a problem (search doesnt work) : My selfwritten application wont start on other computers, although they meet the requirements (DirectX 9). The application runs fine on my pc and my laptop. So, where is my problem ? Is it, that i have on both my computers DirectX SDK and MS.NET installed ? Is it a compiler-setting ? Thx for help ! Metzler
Advertisement
I don''t think you have a problem with SDK.
It can be .Net problem.
But only if you are writing managed application.

Describe more precisely what happen when you run it.
No, its not a managed code thing.
Its normal C/C++ with DX9.
When i double click the executable, Windows says :
Lander.exe - Error in Application :
This Application coudlnt be initialised. (0xc0000135).

Thats all.
google seems to be my friend and you were right.
I wrote in a managed code project and didnt recognise it *grrrr*
THX for your help.
0xc0000135
it seems like using unallocated memory.
try to use BounceChecker to find memory leaks.
May be it can be helpfull.

This topic is closed to new replies.

Advertisement