Click here to Skip to main content
15,923,120 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: win32api functions Pin
Christian Graus6-Mar-07 10:41
protectorChristian Graus6-Mar-07 10:41 
GeneralRe: win32api functions [modified] Pin
LOCALACCT6-Mar-07 12:06
LOCALACCT6-Mar-07 12:06 
QuestionRe: win32api functions Pin
LOCALACCT7-Mar-07 14:36
LOCALACCT7-Mar-07 14:36 
QuestionClose a window Pin
abbd5-Mar-07 23:56
abbd5-Mar-07 23:56 
AnswerRe: Close a window Pin
Christian Graus6-Mar-07 0:03
protectorChristian Graus6-Mar-07 0:03 
GeneralRe: Close a window Pin
abbd6-Mar-07 0:17
abbd6-Mar-07 0:17 
GeneralRe: Close a window Pin
Newbie006-Mar-07 2:06
Newbie006-Mar-07 2:06 
Questiongraphic in c Pin
Member 36532075-Mar-07 17:16
Member 36532075-Mar-07 17:16 
AnswerRe: graphic in c Pin
prasad_som5-Mar-07 17:57
prasad_som5-Mar-07 17:57 
Questioncannot compile Pin
abbd5-Mar-07 14:10
abbd5-Mar-07 14:10 
GeneralRe: cannot compile Pin
abbd5-Mar-07 22:47
abbd5-Mar-07 22:47 
QuestionRe: cannot compile Pin
prasad_som5-Mar-07 22:52
prasad_som5-Mar-07 22:52 
GeneralRe: cannot compile Pin
Christian Graus6-Mar-07 10:44
protectorChristian Graus6-Mar-07 10:44 
AnswerRe: undeclared identifier Pin
Mark Salsbery5-Mar-07 11:56
Mark Salsbery5-Mar-07 11:56 
GeneralRe: undeclared identifier Pin
abbd5-Mar-07 14:12
abbd5-Mar-07 14:12 
Questionhi Pin
muratkonyar5-Mar-07 4:43
muratkonyar5-Mar-07 4:43 
QuestionCreateProcess() probelms [modified] Pin
darkcloud.42o5-Mar-07 1:12
darkcloud.42o5-Mar-07 1:12 
AnswerRe: CreateProcess() probelms Pin
toxcct5-Mar-07 5:12
toxcct5-Mar-07 5:12 
QuestionHow to convert DRM protected audio files to unprotected audio files Pin
Balakrish4-Mar-07 22:45
Balakrish4-Mar-07 22:45 
AnswerRe: How to convert DRM protected audio files to unprotected audio files Pin
Christian Graus6-Mar-07 0:04
protectorChristian Graus6-Mar-07 0:04 
GeneralRe: How to convert DRM protected audio files to unprotected audio files Pin
Balakrish7-Mar-07 20:29
Balakrish7-Mar-07 20:29 
QuestionVisual C++ 2005 Express Edition SP1 Pin
Epi4-Mar-07 20:59
Epi4-Mar-07 20:59 
AnswerRe: Visual C++ 2005 Express Edition SP1 Pin
Mark Salsbery5-Mar-07 7:16
Mark Salsbery5-Mar-07 7:16 
GeneralRe: Visual C++ 2005 Express Edition SP1 Pin
Epi5-Mar-07 20:45
Epi5-Mar-07 20:45 
Hello,

The problem is that if I
Build my application with the .NET 2005 with the SP1 installed, this application will not run in a computer without this SP1 installed, I have try this in a computer with VC++ 2005 redistributable package (x86), and it doesn't work, appear: Error code 14001

So I am trying to find a Redistributable package with the new versions in. Because I have add manually this dll (msvcm80.dll,msvcp80.dll and msvcr80.dll) in his new versions that are located at
..\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700

But if the computer where I want to run the application has not the .NET 2005 installed (so the SP1 for sure can't be installed), this will take the dll from the folder

..\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd which are the dll that VC++ 2005 redistributable package (x86) install inyour computer.

I am sure that something is write down in the register which point to one or another.

Regards
GeneralRe: Visual C++ 2005 Express Edition SP1 Pin
Mark Salsbery7-Mar-07 3:54
Mark Salsbery7-Mar-07 3:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.