Click here to Skip to main content
15,910,797 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help me out Pin
pavanbabut21-Jun-04 10:37
pavanbabut21-Jun-04 10:37 
GeneralFinding My Window State Pin
G.O.21-Jun-04 7:50
G.O.21-Jun-04 7:50 
GeneralRe: Finding My Window State Pin
vcplusplus21-Jun-04 8:24
vcplusplus21-Jun-04 8:24 
GeneralRe: Finding My Window State Pin
G.O.21-Jun-04 10:32
G.O.21-Jun-04 10:32 
GeneralRe: Finding My Window State Pin
Ravi Bhavnani21-Jun-04 12:21
professionalRavi Bhavnani21-Jun-04 12:21 
GeneralRe: Finding My Window State Pin
vcplusplus21-Jun-04 14:34
vcplusplus21-Jun-04 14:34 
GeneralRe: Finding My Window State Pin
Michael Dunn21-Jun-04 16:56
sitebuilderMichael Dunn21-Jun-04 16:56 
GeneralMC++ library in C# -- A Challenging Problem Pin
Dr. Shim21-Jun-04 7:24
Dr. Shim21-Jun-04 7:24 
I have written a simple, no frills managed C++ DLL, and am having trouble referencing it in a seperate C# project. Specifically, the C# compiler gives me an error, asking whether I have neglected to add a reference or using statement pointing to my library/namespace. However, I cannot insert a using statement in my C# code, even after properly referencing it in my project (right-click on the References icon in the Solution Explorer, click on Add Reference...).

ILDASM can traverse the C++ library, and in it I find my method (I have just one), so I suspect there is nothing wrong in the manner it compiled.

Also, the DLL I'm wanting to reference is in the same directory (bin/) as my C# project's DLL.

Is there anything special I have to account for when writing managed C++, and want to include it in a project of a different language?

~ Dr. Shim
GeneralInheriting a new View Class for MDI Pin
NTense21-Jun-04 6:24
NTense21-Jun-04 6:24 
GeneralRe: Inheriting a new View Class for MDI Pin
Ryan Binns21-Jun-04 18:34
Ryan Binns21-Jun-04 18:34 
GeneralObtainining parent process' handle Pin
Anonymous21-Jun-04 6:06
Anonymous21-Jun-04 6:06 
GeneralRe: Obtainining parent process' handle Pin
David Crow21-Jun-04 6:49
David Crow21-Jun-04 6:49 
GeneralVC++ and VB Pin
Neelesh K J Jain21-Jun-04 5:40
Neelesh K J Jain21-Jun-04 5:40 
GeneralRe: VC++ and VB Pin
Maximilien21-Jun-04 5:59
Maximilien21-Jun-04 5:59 
GeneralRe: VC++ and VB Pin
Andrew Quinn AUS21-Jun-04 6:10
Andrew Quinn AUS21-Jun-04 6:10 
GeneralRe: VC++ and VB Pin
David Crow21-Jun-04 6:36
David Crow21-Jun-04 6:36 
GeneralRe: VC++ and VB Pin
Kevin McFarlane21-Jun-04 8:23
Kevin McFarlane21-Jun-04 8:23 
GeneralRe: VC++ and VB Pin
palbano21-Jun-04 8:53
palbano21-Jun-04 8:53 
QuestionHow to detect if you are connected to internet? Pin
kfaday21-Jun-04 4:14
kfaday21-Jun-04 4:14 
AnswerRe: How to detect if you are connected to internet? Pin
22491721-Jun-04 5:14
22491721-Jun-04 5:14 
GeneralRe: How to detect if you are connected to internet? Pin
kfaday21-Jun-04 5:35
kfaday21-Jun-04 5:35 
AnswerRe: How to detect if you are connected to internet? Pin
David Crow21-Jun-04 6:44
David Crow21-Jun-04 6:44 
GeneralRe: How to detect if you are connected to internet? Pin
vcplusplus21-Jun-04 7:34
vcplusplus21-Jun-04 7:34 
GeneralRe: How to detect if you are connected to internet? Pin
David Crow21-Jun-04 8:28
David Crow21-Jun-04 8:28 
AnswerRe: How to detect if you are connected to internet? Pin
Michael Dunn21-Jun-04 16:57
sitebuilderMichael Dunn21-Jun-04 16:57 

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.