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

Managed C++/CLI

 
GeneralRe: linking error Pin
Member 161799914-Apr-05 14:30
Member 161799914-Apr-05 14:30 
GeneralCopy of MSFN post Pin
ursus zeta19-Apr-05 9:58
ursus zeta19-Apr-05 9:58 
GeneralRe: Copy of MSFN post Pin
Member 161799926-Apr-05 9:55
Member 161799926-Apr-05 9:55 
QuestionHow to use non .NET DLLs in .NET environment? Pin
Khang Nguyen8-Apr-05 5:29
Khang Nguyen8-Apr-05 5:29 
AnswerRe: How to use non .NET DLLs in .NET environment? Pin
ursus zeta10-Apr-05 10:22
ursus zeta10-Apr-05 10:22 
AnswerRe: How to use non .NET DLLs in .NET environment? Pin
Paul Ingles21-Apr-05 2:36
Paul Ingles21-Apr-05 2:36 
GeneralRe: How to use non .NET DLLs in .NET environment? Pin
Khang Nguyen21-Apr-05 5:57
Khang Nguyen21-Apr-05 5:57 
GeneralLocation of dependent assemblies Pin
mav.northwind8-Apr-05 2:31
mav.northwind8-Apr-05 2:31 
Hi!

I'm facing a problem with my mixed-mode plugin-dll and hope that somebody has an idea how to solve it.

The DLL is exporting several functions to a host application. Inside these functions, I'm using some managed classes to perform the functionality. Some of these managed classes are embedded in my own assemblies and the DLL has to find them at run-time.

It works when my assemblies are located in the sample path the host application resides in, but I need to put them in the path where my plugin-dll is located (I'm not allowed to install dlls into the host application's path).
But then, the CLR throws FileNotFoundExceptions when trying to load one of my classes. Even changing the current directory to my plugin's location didn't work.

I guess I could strongname my assemblies and put them into the GAC, but I'd rather not (now), because I'm not sure how this could influence my other components which are using the same assemblies.

Is there any other way to make the CLR find the assemblies in a given path?

TIA,
mav
GeneralRe: Location of dependent assemblies Pin
mav.northwind14-Apr-05 20:53
mav.northwind14-Apr-05 20:53 
GeneralHelp me! Pin
Member 18628467-Apr-05 0:46
Member 18628467-Apr-05 0:46 
GeneralRe: Help me! Pin
Christian Graus7-Apr-05 13:19
protectorChristian Graus7-Apr-05 13:19 
GeneralMFC Pin
Member 18625147-Apr-05 0:03
Member 18625147-Apr-05 0:03 
GeneralRe: MFC Pin
Christian Graus7-Apr-05 13:24
protectorChristian Graus7-Apr-05 13:24 
Generalinherited overloaded operators Pin
Aaron Sulwer30-Mar-05 13:33
Aaron Sulwer30-Mar-05 13:33 
GeneralRe: inherited overloaded operators Pin
Christian Graus30-Mar-05 14:36
protectorChristian Graus30-Mar-05 14:36 
GeneralRe: inherited overloaded operators Pin
Aaron Sulwer30-Mar-05 16:08
Aaron Sulwer30-Mar-05 16:08 
GeneralRe: inherited overloaded operators Pin
TigerNinja_5-Apr-05 9:02
TigerNinja_5-Apr-05 9:02 
GeneralSimple chat programs Pin
Melnx30-Mar-05 10:43
Melnx30-Mar-05 10:43 
GeneralRe: Simple chat programs Pin
Christian Graus30-Mar-05 12:00
protectorChristian Graus30-Mar-05 12:00 
GeneralRe: Simple chat programs Pin
Aaron Sulwer30-Mar-05 13:35
Aaron Sulwer30-Mar-05 13:35 
GeneralRe: Simple chat programs Pin
Melnx30-Mar-05 16:34
Melnx30-Mar-05 16:34 
GeneralRe: Simple chat programs Pin
Melnx30-Mar-05 16:36
Melnx30-Mar-05 16:36 
GeneralRe: Simple chat programs Pin
Aaron Sulwer30-Mar-05 16:54
Aaron Sulwer30-Mar-05 16:54 
GeneralRe: Simple chat programs Pin
Melnx31-Mar-05 10:12
Melnx31-Mar-05 10:12 
GeneralRe: Simple chat programs Pin
Melnx31-Mar-05 10:19
Melnx31-Mar-05 10:19 

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.