You are here

Visual C++ (integrated)?

4 posts / 0 new
Last post
jedione
Offline
Last seen: 10 years 4 months ago
Joined: 2013-08-21 23:32
Visual C++ (integrated)?

Iv see that some apps out their have
"Visual C++ (integrated)"
does anyone know how this is done!
i have tryed placeing all the dll files to "system32"
but does not seem to work.

anyone with a tuit or good example! thanks
or advise.

and yes I know that this is MS, For personal Use thank's

Simeon
Simeon's picture
Offline
Last seen: 9 years 6 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
Manifest

For all portable apps that work that way (example: Abiword), you place the following files into the folder where the exe is:
msvcm90.dll
msvcp90.dll
msvcr90.dll
Microsoft.VC90.CRT.manifest

The same goes for the other versions. The manifest file needs to be compliant with the version of Visual C++ you want to use. I copied them from another programm and checked if it worked.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

jedione
Offline
Last seen: 10 years 4 months ago
Joined: 2013-08-21 23:32
yes thank you very much...ill

yes thank you very much...ill try and get back thankyou

jedione
Offline
Last seen: 10 years 4 months ago
Joined: 2013-08-21 23:32
Final Reply Yes this is

Final Reply Yes this is working and again Thank you....Off And Going!
Love this Site! Jedi,,,,

Log in or register to post comments