I got the "Install Microsoft Visual C++ 2008 Express Edition with SP1" but I can't install it because when it tries to install "Net Framework 3.5 SP1" it doesn't work, always crash. I know that my windows xp service pack is 3, I think that that has something to do.
Anyway. What is the C++ that I must install in my PC? Where can I find it? I need it soon because in 2 days I'll start to program at my university and I'll need do the homework making software in my own computer.
Thanks in advance and sorry for my newbie question.
I think i got that error, too. It was due to an newer Version of the .Net Framework installed. I think i got to uninstall that version, then install 3.5 SP1 and reinstall the newer Version. There was an MSDN article on it, too. And there was a download with a registry cleanup thingy.
Just look in the MSDN for help, or post at least an error Message.
i have a problem in installing the turbo c++ 4.45 on my laptop.
it is windows 7 and a 64-bit operating system.
can you help me guys to solve my problem?
AFAIK turbo C++ is for 16 bit Operating Systems
You should get MinGW for a 64 bit Windows but I think it can produce only 32 bit programs.
MinGW-w64 is a fork which can generate 64 bit binaries
You don't need .Net to run them
bazzy, i think turbo c++ 4.45 are for 32 - bit system types but thanks for the reply in my post..
...is it a good idea using wow64 to run that software
Afterwards you should be able to install the .Net Frameworks in the order of their Versions. If that was successful you should be able to install MS Visual C++. I hope that helps.
I HAD THE EXACT SAME PROBLEM AND WAS GOING NUTS! I also am rumming Windows Vista 64bit on an HP Pavillion (desktop)... TRY THIS and I hope it works for you as well as it worked for me.
1.)
At "Start" type: "regedit"
click on: HKEY_LOCAL_MACHINE
Click on: SYSTEM
Click on: CurrentControlSet
Click on: Services
Click on: MSIServer
Right Click on: WOW64
Select: Modify
Change the value data from "1" to "0"
2.)
At "Start" type: "run"
Type: "services.msc"
go to: "Windows Installer" and stop and start the program.
Now reboot your computer and once it's up and running go straight to the updates and try to install your updates.
Best of Luck! Hope it runs as well for you as it did for me and seveal others.