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]
falcon22
Guest
 
Posts: n/a
#3: Nov 17 '05

re: Visual C Express Edition 2005 on making dll.


I found where the radio button is but it will not let me push it. So I can
not make this for a plug-in in Maya a 3D Software Package which is a .mll
file. This file format is close enough to make into the Maya format. The
radio button for the .dll is greyed out though. What can I do to fix this.

"Tamas Demjen" wrote:
[color=blue]
> 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=green]
> > 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]
>[/color]
Carl Daniel [VC++ MVP]
Guest
 
Posts: n/a
#4: Nov 17 '05

re: Visual C Express Edition 2005 on making dll.


falcon22 wrote:[color=blue]
> I found where the radio button is but it will not let me push it. So
> I can not make this for a plug-in in Maya a 3D Software Package which
> is a .mll file. This file format is close enough to make into the
> Maya format. The radio button for the .dll is greyed out though. What
> can I do to fix this.[/color]

1. Get another edition of Visual Studio 2005.

2. Get Visual Studio 2003.

3. Get the Visual C++ 2003 Toolkit

http://msdn.microsoft.com/visualc/vctoolkit2003/

-cd



falcon22
Guest
 
Posts: n/a
#5: Nov 17 '05

re: Visual C Express Edition 2005 on making dll.


I found where the radio button is but it will not let me push it. So I can
not make this for a plug-in in Maya a 3D Software Package which is a .mll
file. This file format is close enough to make into the Maya format. The
radio button for the .dll is greyed out though. What can I do to fix this.

"Tamas Demjen" wrote:
[color=blue]
> 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=green]
> > 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]
>[/color]
Carl Daniel [VC++ MVP]
Guest
 
Posts: n/a
#6: Nov 17 '05

re: Visual C Express Edition 2005 on making dll.


falcon22 wrote:[color=blue]
> I found where the radio button is but it will not let me push it. So
> I can not make this for a plug-in in Maya a 3D Software Package which
> is a .mll file. This file format is close enough to make into the
> Maya format. The radio button for the .dll is greyed out though. What
> can I do to fix this.[/color]

1. Get another edition of Visual Studio 2005.

2. Get Visual Studio 2003.

3. Get the Visual C++ 2003 Toolkit

http://msdn.microsoft.com/visualc/vctoolkit2003/

-cd



falcon22
Guest
 
Posts: n/a
#7: Nov 17 '05

re: Visual C Express Edition 2005 on making dll.


How Can I get a different version. Thanks.

"Carl Daniel [VC++ MVP]" wrote:
[color=blue]
> falcon22 wrote:[color=green]
> > I found where the radio button is but it will not let me push it. So
> > I can not make this for a plug-in in Maya a 3D Software Package which
> > is a .mll file. This file format is close enough to make into the
> > Maya format. The radio button for the .dll is greyed out though. What
> > can I do to fix this.[/color]
>
> 1. Get another edition of Visual Studio 2005.
>
> 2. Get Visual Studio 2003.
>
> 3. Get the Visual C++ 2003 Toolkit
>
> http://msdn.microsoft.com/visualc/vctoolkit2003/
>
> -cd
>
>
>
>[/color]
falcon22
Guest
 
Posts: n/a
#8: Nov 17 '05

re: Visual C Express Edition 2005 on making dll.


How Can I get a different version. Thanks.

"Carl Daniel [VC++ MVP]" wrote:
[color=blue]
> falcon22 wrote:[color=green]
> > I found where the radio button is but it will not let me push it. So
> > I can not make this for a plug-in in Maya a 3D Software Package which
> > is a .mll file. This file format is close enough to make into the
> > Maya format. The radio button for the .dll is greyed out though. What
> > can I do to fix this.[/color]
>
> 1. Get another edition of Visual Studio 2005.
>
> 2. Get Visual Studio 2003.
>
> 3. Get the Visual C++ 2003 Toolkit
>
> http://msdn.microsoft.com/visualc/vctoolkit2003/
>
> -cd
>
>
>
>[/color]
James Park
Guest
 
Posts: n/a
#9: Nov 17 '05

re: Visual C Express Edition 2005 on making dll.


http://msdn.microsoft.com/getthebetas/country/

"falcon22" <falcon22@discussions.microsoft.com> wrote in message
news:7E75E61D-1090-4E34-A72D-95E9FD2FDA77@microsoft.com...[color=blue]
> How Can I get a different version. Thanks.
>
> "Carl Daniel [VC++ MVP]" wrote:
>[color=green]
>> falcon22 wrote:[color=darkred]
>> > I found where the radio button is but it will not let me push it. So
>> > I can not make this for a plug-in in Maya a 3D Software Package which
>> > is a .mll file. This file format is close enough to make into the
>> > Maya format. The radio button for the .dll is greyed out though. What
>> > can I do to fix this.[/color]
>>
>> 1. Get another edition of Visual Studio 2005.
>>
>> 2. Get Visual Studio 2003.
>>
>> 3. Get the Visual C++ 2003 Toolkit
>>
>> http://msdn.microsoft.com/visualc/vctoolkit2003/
>>
>> -cd
>>
>>
>>
>>[/color][/color]


James Park
Guest
 
Posts: n/a
#10: Nov 17 '05

re: Visual C Express Edition 2005 on making dll.


http://msdn.microsoft.com/getthebetas/country/

"falcon22" <falcon22@discussions.microsoft.com> wrote in message
news:7E75E61D-1090-4E34-A72D-95E9FD2FDA77@microsoft.com...[color=blue]
> How Can I get a different version. Thanks.
>
> "Carl Daniel [VC++ MVP]" wrote:
>[color=green]
>> falcon22 wrote:[color=darkred]
>> > I found where the radio button is but it will not let me push it. So
>> > I can not make this for a plug-in in Maya a 3D Software Package which
>> > is a .mll file. This file format is close enough to make into the
>> > Maya format. The radio button for the .dll is greyed out though. What
>> > can I do to fix this.[/color]
>>
>> 1. Get another edition of Visual Studio 2005.
>>
>> 2. Get Visual Studio 2003.
>>
>> 3. Get the Visual C++ 2003 Toolkit
>>
>> http://msdn.microsoft.com/visualc/vctoolkit2003/
>>
>> -cd
>>
>>
>>
>>[/color][/color]


Closed Thread