|
-
Aug 29th, 2006, 02:07 AM
#1
Thread Starter
New Member
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?
-
Aug 29th, 2006, 02:31 AM
#2
Re: Witch VS.NET edition
Standard supports all the same languages as Professional.
http://msdn.microsoft.com/vstudio/pr...e/default.aspx
-
Aug 29th, 2006, 02:41 AM
#3
Thread Starter
New Member
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?
-
Aug 29th, 2006, 02:48 AM
#4
Re: Witch VS.NET edition
What version of VB.NET 2003 do you have?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Aug 29th, 2006, 02:57 AM
#5
Thread Starter
New Member
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
-
Aug 29th, 2006, 03:30 AM
#6
Re: Witch VS.NET edition
Do you have a "WindowsControlLibrary" project template?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Aug 29th, 2006, 03:38 AM
#7
Thread Starter
New Member
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
-
Aug 29th, 2006, 04:25 AM
#8
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.
-
Aug 29th, 2006, 04:31 AM
#9
Thread Starter
New Member
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
-
Aug 29th, 2006, 04:35 AM
#10
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|