Hello there,
I'm using Visual C++ Express Edition the first time. Thus I was making a HelloWorld.cpp by chosing Win32 Console Application. I'm also using the latest PSDK for x86.
My HelloWorld.exe runs within the IDE and also within a command prompt on my computer where Windows XP is running.
Unfortunately it doesn't run on another computer I have with Windows XP.
What could be wrong
Any suggestions are welcome. :)
Thank you for your help.
CU,
common

HelloWorld.exe doesn't run
solderer
Rot
Thanks,
Ayman Shoukry
VC++ Team
tyaramis
gdfgdf
That's what I think too. But I wonder because I chose File -> New -> Project -> Visual C++ -> Win32 -> Win32 Console Application and not CLR -> CLR Console Application.
Is it possible to switch off this in the project properties And if yes where
CU,
Thomas
Mamun
CU,
Thomas
MeghaP
...
yhanwong
After I installed .net version 2.0 on the other computer my application is running there too.
So I don't use any CLR classes in my source code but it seems to me that compiled applications with visual c++ express edition require a .net environment to run.
CU,
Thomas
Rinaldi
ComputerSolutions
JimBeanz
I am developing applications with the PSDK and do not need anything related to the CLR. I tried as suggested and compile with the /MT option, but I got a boat load of linker errors. I also tried copying the WinSxS files to the other system (Windows 2000 Professional), without success.
Now if you tell me that I need the .net Framework 2.0 even though I am not using it is insane.
Any help would be appreciated...
Thanks
tstein
Vinny_1973
So
The only solution right now is to install the .Net 2.0 Redist
If that fixes it, then you HAVE created a managed project, and that is the only solution apart from creating a new project that does not use .NET.