Link to home
Create AccountLog in
Avatar of santoshpc
santoshpcFlag for India

asked on

how to compile VC++ 05 without dot net?

I have written a program, not console, not MFC, its a winform VC++ app. I wanted to run it on another computer. I tried running it but got 0xc000007b error and then I tried installing dot net 1.1 but that installation failed. I have no idea why because no link to any error log was specified. I then tried installing the dot net 2.0 redist installation. That surprisingly succeeded then I installed vcredist.exe to make sure that it has everything it needs but the same error keeps coming. What am I doing wrong and is there any way I can workaround having to install dot net in the 1st place? Lastly, if the previous statement is impossible then is there any way that I can package the VC++ exe file I built, the dot net installations I require, etc all into 1 setup, if I can please tell me a step by step method to do so.

Thanks in advance...
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

.net is installed along with your visual Studio language (either C++, C# or vb)
 
Avatar of santoshpc

ASKER

In my  very 1st sentence I mentioned that I tried running it on ANOTHER computer. The whole reason I want to make it dot net independant is so that I can freely redistribute my application to people. As I have mentioned before, is there anyway that I can re-distribute this app as a completel stand-alone without dot net framework? if not can you please give me a step by step instruction how to make an setup with dot net 1.1, 2.0 and my application all in one...
ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Also notice that VS 2005 doesn't support .net framework 1.x, just 2.0