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

Managed C++/CLI

 
AnswerRe: How to wrap MFC control in C++/CLI Pin
Zeinpresiyo11-Feb-08 3:18
Zeinpresiyo11-Feb-08 3:18 
QuestionNeed help with twisted callback issue Pin
MissingLinkError30-Jan-08 13:13
MissingLinkError30-Jan-08 13:13 
GeneralRe: Need help with twisted callback issue [modified] Pin
Luc Pattyn30-Jan-08 15:14
sitebuilderLuc Pattyn30-Jan-08 15:14 
GeneralRe: Need help with twisted callback issue Pin
MissingLinkError1-Feb-08 9:29
MissingLinkError1-Feb-08 9:29 
GeneralInterop problem Pin
teejayem30-Jan-08 5:37
teejayem30-Jan-08 5:37 
GeneralRe: Interop problem Pin
led mike30-Jan-08 5:43
led mike30-Jan-08 5:43 
GeneralRe: Interop problem Pin
teejayem30-Jan-08 6:58
teejayem30-Jan-08 6:58 
GeneralRe: Interop problem Pin
led mike30-Jan-08 7:44
led mike30-Jan-08 7:44 
teejayem wrote:
it can't load the C# dll. the dll is in the same directory as the c++/cli. what do i need to do to get the assembly detected?

teejayem wrote:
assembly 'Facebook, Version=1.6.2951.20499,


So the DLL is "Facebook.dll"? Does of the DLL match the one in the exception message?

teejayem wrote:
I am working on a winamp plugin in managed c++.


Is the winamp interface to your DLL a native C++ interface? If so then there is probably some way (configuration data) to tell winamp where your DLL is right? So when the .NET runtime is loaded into the Winamp process, the .NET runtime doesn't know anything about the Winamp configuration data that points to the folder with those DLL's. The .NET runtime is using the current working folder of the Winamp process to look for that assembly, plus of course however else it looks for assemblies, but it certainly won't look in a folder that is only known to the Winamp native code.


led mike

GeneralRe: Interop problem Pin
teejayem30-Jan-08 8:03
teejayem30-Jan-08 8:03 
QuestionProperties: How Do You Declare/Observe in VS2008? Pin
W Balboos, GHB29-Jan-08 4:49
W Balboos, GHB29-Jan-08 4:49 
AnswerRe: Properties: How Do You Declare/Observe in VS2008? Pin
W Balboos, GHB29-Jan-08 5:30
W Balboos, GHB29-Jan-08 5:30 
GeneralRe: Properties: How Do You Declare/Observe in VS2008? Pin
Scott Dorman29-Jan-08 8:27
professionalScott Dorman29-Jan-08 8:27 
GeneralRe: Properties: How Do You Declare/Observe in VS2008? Pin
W Balboos, GHB31-Jan-08 3:06
W Balboos, GHB31-Jan-08 3:06 
GeneralRe: Properties: How Do You Declare/Observe in VS2008? Pin
Scott Dorman31-Jan-08 3:32
professionalScott Dorman31-Jan-08 3:32 
GeneralRe: Properties: How Do You Declare/Observe in VS2008? Pin
W Balboos, GHB1-Feb-08 1:16
W Balboos, GHB1-Feb-08 1:16 
QuestionXMLWriter over internet Pin
dSolariuM28-Jan-08 21:15
dSolariuM28-Jan-08 21:15 
GeneralRe: XMLWriter over internet Pin
led mike29-Jan-08 4:59
led mike29-Jan-08 4:59 
QuestionHow to use mutual access to public data in parent and mdi child Pin
Chesnokov Yuriy28-Jan-08 21:10
professionalChesnokov Yuriy28-Jan-08 21:10 
GeneralRe: How to use mutual access to public data in parent and mdi child Pin
led mike29-Jan-08 4:51
led mike29-Jan-08 4:51 
Question0xc0150002 error Pin
Arsalan Malik28-Jan-08 4:57
Arsalan Malik28-Jan-08 4:57 
GeneralRe: 0xc0150002 error Pin
Mark Salsbery28-Jan-08 7:09
Mark Salsbery28-Jan-08 7:09 
GeneralRe: 0xc0150002 error Pin
led mike28-Jan-08 7:22
led mike28-Jan-08 7:22 
GeneralRe: 0xc0150002 error Pin
Mark Salsbery28-Jan-08 7:29
Mark Salsbery28-Jan-08 7:29 
GeneralRe: 0xc0150002 error Pin
Arsalan Malik29-Jan-08 1:31
Arsalan Malik29-Jan-08 1:31 
GeneralRe: 0xc0150002 error Pin
Arsalan Malik29-Jan-08 1:34
Arsalan Malik29-Jan-08 1:34 

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.