Re: How to create dll in Visual Studio 2008 in Visual C++
- From: Gerry Hickman <gerry666uk@xxxxxxxxxxxxxxxx>
- Date: Wed, 30 Apr 2008 22:59:51 +0100
Hi,
Look in the Visual Studio help file for the topic under C++ called
"Creating Reusable Code (C++)"
It explains how to create a NON-MFC, unmanaged DLL. You can also create a managed DLL (think .NET) using the "class library" option.
Why anyone would want to mix and match managed Windows forms code with an unmanaged DLL is beyond me, but that's what you asked for. Bear in mind there's also a C# specific option for DLLs.
Abhijit D. Babar wrote:
Hello,
I have insatlled Visual Studio 2008. I have to create DLL in Project
type Visual C++.
Which Template i have to select to reate dll, MFC DLL or Class
Library?.
I have to call or import this dll in Windows Forms Application. How
can i do this. Please give details procedure to do this.
--
Gerry Hickman (London UK)
.
- Prev by Date: Re: I found out why DEVENV spikes the CPU and hogs memory in visual st
- Next by Date: Re: Performance problem with an ASP.NET application - XP far quicker than W2K3 Server!
- Previous by thread: Re: I found out why DEVENV spikes the CPU and hogs memory in visual st
- Next by thread: Unable to add Web Reference in Visual Studio 2008 on Win 2003 Serv
- Index(es):
Relevant Pages
|