-
Witch VS.NET edition
Hi,
I need to decide what Visual Studio 2005 edition to buy. Standard or professional.
I have some 3rd party (Visual C++) code (to retreive settings from an external device) from witch i need to create a DLL that i will be using in a vb application.
Can this be done using the standard editon?
-
Re: Witch VS.NET edition
Standard supports all the same languages as Professional.
http://msdn.microsoft.com/vstudio/pr...e/default.aspx
-
Re: Witch VS.NET edition
Yes, i know but the reason i ask is because i own a copy of VB2003 (not VS) standard and with this i can't create an OCX or a DLL
Is it possible to crate a DLL with visual studio 2005 standard?
-
Re: Witch VS.NET edition
What version of VB.NET 2003 do you have?
-
Re: Witch VS.NET edition
Visual basic 2003 standard.
In the info screen it says the following
Microsoft Development Environment 2003 version 7.1.3088
-
Re: Witch VS.NET edition
Do you have a "WindowsControlLibrary" project template?
-
Re: Witch VS.NET edition
No, i have the following templates :
Windows application
ASP.NET web application
ASP.NET web service
ASP.NET mobile web application
Console application
Setup project
Database project
Blank solution
-
Re: Witch VS.NET edition
VB 2005 Express can create library projects so VS 2005 Standard will be able to. As far as I'm aware no version of VS.NET ever has been able to create OCXs because they are a COM thing.
-
Re: Witch VS.NET edition
I also have a copy of Visual studio 6 enterprise edition.
If you started a new project there i could select ActiveX dll and ActiveX control
If an activeX control project was build, it would become an OCX
If an ActiveX dll project was built, it would become a DLL
-
Re: Witch VS.NET edition
ActiveX is COM. .NET is .NET. .NET doesn't do COM. All .NET projects are compiled into assemblies, which are .NET executables.