473,382 Members | 1,355 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Visual C Express Edition 2005 on making dll.

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.
Nov 17 '05 #1
9 6592
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:
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.

Nov 17 '05 #2
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:
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:
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.

Nov 17 '05 #3
falcon22 wrote:
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.


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

Nov 17 '05 #4
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:
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:
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.

Nov 17 '05 #5
falcon22 wrote:
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.


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

Nov 17 '05 #6
How Can I get a different version. Thanks.

"Carl Daniel [VC++ MVP]" wrote:
falcon22 wrote:
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.


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

Nov 17 '05 #7
How Can I get a different version. Thanks.

"Carl Daniel [VC++ MVP]" wrote:
falcon22 wrote:
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.


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

Nov 17 '05 #8
http://msdn.microsoft.com/getthebetas/country/

"falcon22" <fa******@discussions.microsoft.com> wrote in message
news:7E**********************************@microsof t.com...
How Can I get a different version. Thanks.

"Carl Daniel [VC++ MVP]" wrote:
falcon22 wrote:
> 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.


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

Nov 17 '05 #9
http://msdn.microsoft.com/getthebetas/country/

"falcon22" <fa******@discussions.microsoft.com> wrote in message
news:7E**********************************@microsof t.com...
How Can I get a different version. Thanks.

"Carl Daniel [VC++ MVP]" wrote:
falcon22 wrote:
> 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.


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

Nov 17 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: clintonG | last post by:
Visual C# 2005 Express Edition is a simple, lightweight, integrated development environment designed for beginning programmers and non-professional developers interested in building Windows Forms,...
6
by: John Dalberg | last post by:
I don't know how much Microsoft is planning to price Visual Web Developer Express Edition. I heard rumors from free to $100. In my opinion I think it should make it free. The reason is to attract...
1
by: QLD_AU | last post by:
Has anyone see the following error ? VS 2005 Installs ok, however the SQL Mobile Edition (part of a full install) fails with the following error ? With Thanks Jason
4
by: Andrew Robinson | last post by:
My main dev machine has WinXp and VS2005 (pro). 1. I need to install VWD Express Edition so that I can do some instruction on this. Any issues with both on the same machine. Installation order?...
2
by: Progman | last post by:
I have Visual Studio 2005 Standard edition. Is ti the same thing as the Express edition or Standard is more?
3
by: Pitaridis Aristotelis | last post by:
Is there any way to create setup for a project made in Microsoft Visual Basic 2005 Express Edition
45
by: mistral | last post by:
Does Visual C++ 2005 Express Edition produce small, compact C executables? Or there is another C compilers that do this better? m.
2
by: cpchan | last post by:
Hello, Can I create a Web-based application (not a Web site) with Visual C# 2005 Express ? Or I have to use Visual Web Developer 2005 Express Edition, choose ASP.NET and then choose C# ? Are...
4
by: bluesteel | last post by:
Hi, I am trying to use Visual C++ express but i got some samples made under Visual C++ 6.0 that do not compile under the program mentioned at the beginning. Visual C++ Express says that the file...
1
by: Dr T | last post by:
Hi! I downloaded MS Visual Web Developer 2005 Express Edition, MS .NET Framework SDK v2.0, and MS SQL Server 2005. Subsequently, I bought MS Visual Studio 2005 Professional Edition. 1) Are...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.