Connecting Tech Pros Worldwide Help | Site Map

Visual C Express Edition 2005 on making dll.

falcon22
Guest
 
Posts: n/a
#1: Nov 17 '05
I can not make a dll. file in Visual C++ Express Edition 2005. It wont let
me. Is there any way to make one. Am I able to make one with this edition?
Thanks.
Tamas Demjen
Guest
 
Posts: n/a
#2: Nov 17 '05

re: Visual C Express Edition 2005 on making dll.


If you need a managed (.NET) DLL, you choose New Project -> Class
Library. If you need a native DLL, it's more tricky. You choose New
Project -> Win32 Console Application, click OK, and then read the
options carefully and you should find a radio button in the wizard that
switches to DLL mode. In VC++ 2003 it's pretty much hidden (it took me a
while to find the first time), in 2005 it's much more visible (use the
Next button in the wizard).

Tom

falcon22 wrote:[color=blue]
> I can not make a dll. file in Visual C++ Express Edition 2005. It wont let
> me. Is there any way to make one. Am I able to make one with this edition?
> Thanks.[/color]
Closed Thread