Windows Vista Beta | WinVistaBeta.com - Message | How to create dll in Visual Studio 2008 in Visual C++

September 07, 2008  
Subject: How to create dll in Visual Studio 2008 in Visual C++
Group: microsoft.public.vstudio.general
Date: 4/29/2008 10:59:59 PM
From: "Abhijit D. Babar" [Email Address Protection]

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.

Back
Subject: Re: How to create dll in Visual Studio 2008 in Visual C++
Group: microsoft.public.vstudio.general
Date: 4/30/2008 8:27:47 AM
From: David Wilkinson [Email Address Protection]

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.

Abhijit:

Please do not multi-post (ask the same question separately in different newsgroups).

The correct answer is certainly not MFC DLL, so I guess it is CLR Class Library.

--
David Wilkinson
Visual C++ MVP

Back