Re: Adding C code to my C# application
- From: "<ctacke/>" <ctacke[@]opennetcf[dot]com>
- Date: Fri, 24 Nov 2006 17:40:32 -0500
Most likely a Win32 DLL project.
--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--
"cyberco" <cyberco@xxxxxxxxx> wrote in message
news:1164321113.127564.261570@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I'm a newbie when it comes to creating C++ applications (for Windows
Mobile) using Visual Studio 2005. Now I'm stuck trying to invoke an
existing DLL (Iphlpapi.dll, which is a common DLL on windows) from my
own C++ class which in turn is invoked from C#: Schematic:
---------------------------------------------------------------------------------------------
MyC# ==invokes==> MyC++ ==invokes==> existingDLL
---------------------------------------------------------------------------------------------
My problems are with using VS. What type(s) of project should I use?
How do I reference the existing DLL in my C++ code?
.
- Follow-Ups:
- Re: Adding C code to my C# application
- From: cyberco
- Re: Adding C code to my C# application
- References:
- Adding C code to my C# application
- From: cyberco
- Re: Adding C code to my C# application
- From: <ctacke/>
- Re: Adding C code to my C# application
- From: cyberco
- Adding C code to my C# application
- Prev by Date: Jscript support on Windows Mobile
- Next by Date: Re: Sending message
- Previous by thread: Re: Adding C code to my C# application
- Next by thread: Re: Adding C code to my C# application
- Index(es):
Relevant Pages
|