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

Managed C++/CLI

 
QuestionOperator= Overloading Pin
od@ananzi.co.za19-Mar-07 7:09
od@ananzi.co.za19-Mar-07 7:09 
AnswerRe: Operator= Overloading Pin
prasad_som19-Mar-07 7:32
prasad_som19-Mar-07 7:32 
Questionget system time Pin
shamsteady19-Mar-07 5:14
shamsteady19-Mar-07 5:14 
AnswerRe: get system time Pin
Christian Graus19-Mar-07 7:37
protectorChristian Graus19-Mar-07 7:37 
AnswerRe: get system time Pin
prasad_som19-Mar-07 7:40
prasad_som19-Mar-07 7:40 
GeneralRe: get system time Pin
shamsteady19-Mar-07 7:46
shamsteady19-Mar-07 7:46 
QuestionHow to communicate with USB devices from VC++.NET code? Pin
lafleon16-Mar-07 12:01
lafleon16-Mar-07 12:01 
QuestionC++/CLI assemblies on machines without VC2005 installed Pin
satankidneypie16-Mar-07 4:26
satankidneypie16-Mar-07 4:26 
Hi,

I'm trying to deploy an application written in C++, C++/CLI and C# on pc's that do not have VC2005 installed. I am having issues with assemblies loading, in particular the C++/CLI one and am getting FileLoadException when it tries to load the dll. I know I can get round this problem by running Vcredist_x86.exe - this sorts it out and sets the pc up so that it can run VS2005 apps.

My problem however is that not everybody is able to run this exe as you need admin rights as it's an installer, so I just want to be able to ship the appropriate dlls with the application. These can be found in the folders in \Program Files\Microsoft Visual Studio 8\VC\Redist\x86\ in my installation. However, even with these dlls present in the application directory (both within their directory structures and just all copied straight into the root directory), I'm still getting the FileLoadException when trying to load the C++/CLI dll. Does anyone know what else Vcredist_x86.exe does, i.e. what other dlls it puts on the users pc. I feel like I've tried all avenues but am not getting anywhere...

There's a lot of detail about this at http://www.codeproject.com/cpp/vcredists_x86.asp but I've tried it all and the only way I can get it to work is by running the VcRedist_x86.exe which unfortunately isn't an option.

Thanks, Stuart
AnswerRe: C++/CLI assemblies on machines without VC2005 installed Pin
Mark Salsbery16-Mar-07 8:41
Mark Salsbery16-Mar-07 8:41 
QuestionIs TCPListener Component Sufficient For Communication Over GPRS Channel?Is TCPListener Component Sufficient For Communication Over GPRS Channel? Pin
Nonreturn16-Mar-07 3:31
Nonreturn16-Mar-07 3:31 
Questionloading a new form (windows form application) - vc++ 2005 Pin
luhfluh16-Mar-07 3:27
luhfluh16-Mar-07 3:27 
AnswerRe: loading a new form (windows form application) - vc++ 2005 Pin
prasad_som16-Mar-07 3:35
prasad_som16-Mar-07 3:35 
QuestionGet data from dataGrid Pin
webHamlet15-Mar-07 19:38
webHamlet15-Mar-07 19:38 
AnswerRe: Get data from dataGrid Pin
Paul Conrad13-Jul-07 13:49
professionalPaul Conrad13-Jul-07 13:49 
QuestionGlobal Hit Test Pin
Sydes15-Mar-07 1:28
Sydes15-Mar-07 1:28 
AnswerRe: Global Hit Test Pin
Sydes15-Mar-07 1:30
Sydes15-Mar-07 1:30 
QuestionMissingManifestResourceException Pin
Ralph A. Moritz14-Mar-07 23:27
Ralph A. Moritz14-Mar-07 23:27 
AnswerRe: MissingManifestResourceException Pin
Ralph A. Moritz15-Mar-07 2:00
Ralph A. Moritz15-Mar-07 2:00 
QuestionHow Can I Get Text From Other Application ? Pin
ngooduwcs14-Mar-07 17:05
ngooduwcs14-Mar-07 17:05 
AnswerRe: How Can I Get Text From Other Application ? Pin
Christian Graus14-Mar-07 18:11
protectorChristian Graus14-Mar-07 18:11 
QuestionAMX Pin
klutez12314-Mar-07 16:30
klutez12314-Mar-07 16:30 
AnswerRe: AMX Pin
Christian Graus14-Mar-07 18:11
protectorChristian Graus14-Mar-07 18:11 
GeneralRe: AMX Pin
klutez12315-Mar-07 2:45
klutez12315-Mar-07 2:45 
QuestionUI Freeze during multithreading. Driving me crazy!!! :) Pin
fharkness14-Mar-07 11:12
fharkness14-Mar-07 11:12 
QuestionRe: UI Freeze during multithreading. Driving me crazy!!! :) Pin
fharkness15-Mar-07 2:27
fharkness15-Mar-07 2:27 

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.