Click here to Skip to main content
15,890,185 members
Home / Discussions / C#
   

C#

 
GeneralRe: Exact strings Pin
Steven Campbell14-Jun-04 10:12
Steven Campbell14-Jun-04 10:12 
GeneralRe: Exact strings Pin
Chris Korzeniowski14-Jun-04 11:15
Chris Korzeniowski14-Jun-04 11:15 
GeneralRe: Exact strings Pin
Heath Stewart14-Jun-04 11:28
protectorHeath Stewart14-Jun-04 11:28 
GeneralWindows Service App Pin
japanreddy14-Jun-04 9:55
japanreddy14-Jun-04 9:55 
GeneralRe: Windows Service App Pin
Heath Stewart14-Jun-04 10:16
protectorHeath Stewart14-Jun-04 10:16 
Generalneed help on adding C++ project Pin
skinnyreptile14-Jun-04 9:37
skinnyreptile14-Jun-04 9:37 
GeneralRe: need help on adding C++ project Pin
japanreddy14-Jun-04 9:59
japanreddy14-Jun-04 9:59 
GeneralRe: need help on adding C++ project Pin
Heath Stewart14-Jun-04 10:12
protectorHeath Stewart14-Jun-04 10:12 
If this is a Managed C++ project, then it produces an assembly that you can use like any other assembly in your C# project.

If you want to call exported native functions, you need to learn about Platform Invoke. Read Consuming Unmanaged DLL Functions[^] and Marshaling Data with Platform Invoke[^].

If your project is a native VC++ project, your C# doesn't need a reference to it. Just make sure the compiled DLL is resolvable (i.e., either in the application's directory or in a directory within the PATH environment variable).

Read about the LoadLibrary API in the Platform SDK for the exact steps that the Winodws executable loader uses to resolve executables.

 

Microsoft MVP, Visual C#
My Articles
QuestionUXTHEME - Impossible? Pin
reflex@codeproject14-Jun-04 9:28
reflex@codeproject14-Jun-04 9:28 
GeneralAdd Reference Dialog control Pin
Jeremy Kimball14-Jun-04 8:56
Jeremy Kimball14-Jun-04 8:56 
GeneralRe: Add Reference Dialog control Pin
LongRange.Shooter14-Jun-04 9:15
LongRange.Shooter14-Jun-04 9:15 
GeneralRe: Add Reference Dialog control Pin
Jeremy Kimball14-Jun-04 10:19
Jeremy Kimball14-Jun-04 10:19 
GeneralRe: Add Reference Dialog control Pin
Heath Stewart14-Jun-04 9:19
protectorHeath Stewart14-Jun-04 9:19 
GeneralRe: Add Reference Dialog control Pin
Dmitri Nеstеruk6-Jan-10 2:50
Dmitri Nеstеruk6-Jan-10 2:50 
GeneralRe: Add Reference Dialog control Pin
ian mariano14-Jun-04 9:29
ian mariano14-Jun-04 9:29 
GeneralRe: Add Reference Dialog control Pin
Jeremy Kimball14-Jun-04 10:21
Jeremy Kimball14-Jun-04 10:21 
GeneralClosing all mdichildren forms Pin
Dylan van Heerden14-Jun-04 8:33
Dylan van Heerden14-Jun-04 8:33 
GeneralRe: Closing all mdichildren forms Pin
Heath Stewart14-Jun-04 8:52
protectorHeath Stewart14-Jun-04 8:52 
GeneralRe: Closing all mdichildren forms Pin
Dylan van Heerden14-Jun-04 9:23
Dylan van Heerden14-Jun-04 9:23 
GeneralRe: Closing all mdichildren forms Pin
Heath Stewart14-Jun-04 9:25
protectorHeath Stewart14-Jun-04 9:25 
GeneralRe: Closing all mdichildren forms Pin
Dylan van Heerden14-Jun-04 9:39
Dylan van Heerden14-Jun-04 9:39 
GeneralRe: Closing all mdichildren forms Pin
LongRange.Shooter14-Jun-04 10:12
LongRange.Shooter14-Jun-04 10:12 
GeneralDirectx Writepixel in .NET Pin
eldrago14-Jun-04 6:49
eldrago14-Jun-04 6:49 
GeneralRe: Directx Writepixel in .NET Pin
Jeremy Kimball14-Jun-04 9:02
Jeremy Kimball14-Jun-04 9:02 
GeneralRe: Directx Writepixel in .NET Pin
eldrago14-Jun-04 20:00
eldrago14-Jun-04 20:00 

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.