Application Error
-
Hi all, When I run my application, I receive the following error: The application failed to initialize properly (0xc0150002). Click OK to terminate the apllication. What can i do to make this work?? Many thanx
The only programmers that are better than C programmers are those who code in 1's and 0's..... :) :) Programm3r
-
Hi all, When I run my application, I receive the following error: The application failed to initialize properly (0xc0150002). Click OK to terminate the apllication. What can i do to make this work?? Many thanx
The only programmers that are better than C programmers are those who code in 1's and 0's..... :) :) Programm3r
Can you be more specific
WhiteSky
-
Can you be more specific
WhiteSky
Ok, well first of all, I want to ask a question regarding the following: Please note, I'm not refering to CLI.... When using VS2005 (C++ console application), one creates a project, compiles and all is fine. Then one takes the exe to another computer and it doesn't want to work, because of the whole story with CRT (dll's and so on). This is after I have created a fresh project in VS2005. I also saw that in the debug directory it doesn't create the following file.* BuildLog.htm
- Project.obj
- Project.exe.embed.manifest
- Project.exe.embed.manifest.res
- Project.exe.intermediate.manifest
- Project.ilk
- Project.pdb - .dep - .idb ect...
(all extension) But when I create a project in VS 6 and then recompile it in VS2005 all works and is working fine on another computer. Creates the files and everything. So the thing is, how does a project (console || windows forms) [VS2005] just work for some settings and not for others. Note that all the projects run on the computer that it was developed on, but sometimes causes problems on other machines.. :confused::confused: Please refer to the following: http://www.codeproject.com/script/comments/forums.asp?forumid=1647&mode=all&userid=2823228&select=1810000&df=100&mpp=50&fr=234#xx1810000xx[^] -- modified at 7:01 Wednesday 20th December, 2006
The only programmers that are better than C programmers are those who code in 1's and 0's..... :) :) Programm3r
-
Ok, well first of all, I want to ask a question regarding the following: Please note, I'm not refering to CLI.... When using VS2005 (C++ console application), one creates a project, compiles and all is fine. Then one takes the exe to another computer and it doesn't want to work, because of the whole story with CRT (dll's and so on). This is after I have created a fresh project in VS2005. I also saw that in the debug directory it doesn't create the following file.* BuildLog.htm
- Project.obj
- Project.exe.embed.manifest
- Project.exe.embed.manifest.res
- Project.exe.intermediate.manifest
- Project.ilk
- Project.pdb - .dep - .idb ect...
(all extension) But when I create a project in VS 6 and then recompile it in VS2005 all works and is working fine on another computer. Creates the files and everything. So the thing is, how does a project (console || windows forms) [VS2005] just work for some settings and not for others. Note that all the projects run on the computer that it was developed on, but sometimes causes problems on other machines.. :confused::confused: Please refer to the following: http://www.codeproject.com/script/comments/forums.asp?forumid=1647&mode=all&userid=2823228&select=1810000&df=100&mpp=50&fr=234#xx1810000xx[^] -- modified at 7:01 Wednesday 20th December, 2006
The only programmers that are better than C programmers are those who code in 1's and 0's..... :) :) Programm3r
Hi, Did you check it in second folder ? VS2005 has different folder structure - one Debug/Release foder is in solution folder and the second in project. And the thread which you reffered ... you wrote that you solved the problem. You wrote that problem occurs sometimes - perhaps some pointers are not valid or incorect initialized - try to detect which function or which line causes crashes (you can e.g. create an log file)
----------- Mila
-
Hi, Did you check it in second folder ? VS2005 has different folder structure - one Debug/Release foder is in solution folder and the second in project. And the thread which you reffered ... you wrote that you solved the problem. You wrote that problem occurs sometimes - perhaps some pointers are not valid or incorect initialized - try to detect which function or which line causes crashes (you can e.g. create an log file)
----------- Mila
Thanks for the response Mila, Maybe I didn't expressed myself correctly. The only thing I want to know is, the principle behind the compiling of a project when using VS2005, in the sense that the CRT dll's cause problems when transfering an exe to another computer. How to prevent it ... I have read articles about that, but those articles did not answer my question. And what steps I can follow to prevent such an occurance. The previous thread was just for background information, Yes I said that I solved it, but that was till I wrote the next application, and it happened again. Many thanx Regards -- modified at 0:21 Thursday 21st December, 2006
The only programmers that are better than C programmers are those who code in 1's and 0's..... :) :) Programm3r