473,661 Members | 2,477 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What should I target? Can VS 2005 CLI DLLs be used by 2003?

I have started my first major DotNet project. It is a DLL that I would
to sell and distribute. I need to know if I should write it in VS2005
C++ CLI or VS2003.

Can VS2005 CLI compiled DLLs be used in VS2003?

If not:

Have most people moved to 2003? Would be be better to target 2005?
--
Bruce E. Stemplewski
GarXface OCX and C++ Class Library for the Garmin GPS
www.stempsoft.com
Dec 24 '06 #1
2 1158
>I have started my first major DotNet project. It is a DLL that I would to
>sell and distribute. I need to know if I should write it in VS2005 C++ CLI
or VS2003.

Can VS2005 CLI compiled DLLs be used in VS2003?
No.
If not:

Have most people moved to 2003? Would be be better to target 2005?
I have moved to VS2005. Managed C++ as it existed in VS2003 is obsolete.

VS2005 compiles for .NET2.0. however, .NET3.0 is .NET2.0 with addons.
This means that anything you develop now can also run on .NET3.0.

C++/CLI is now the standard, so you can easily port it to newer versions of
VC++.

plus, The next version of VC can also compile for .NET2.0, instead of only
3.x.
This means that if you invest in VC2005 and .NET2.0 now, you are guaranteed
forward compatibility for source code and binaries, which is nice.
It will also allow you to target Vista without problems.

--

Kind regards,
Bruno van Dooren
br************* *********@hotma il.com
Remove only "_nos_pam"
Dec 24 '06 #2
Bruno van Dooren [MVP VC++] wrote:
Have most people moved to 2003? Would be be better to target 2005?
>
I have moved to VS2005. Managed C++ as it existed in VS2003 is obsolete.

VS2005 compiles for .NET2.0. however, .NET3.0 is .NET2.0 with addons.
This means that anything you develop now can also run on .NET3.0.

C++/CLI is now the standard, so you can easily port it to newer versions of
VC++.

plus, The next version of VC can also compile for .NET2.0, instead of only
3.x.
This means that if you invest in VC2005 and .NET2.0 now, you are guaranteed
forward compatibility for source code and binaries, which is nice.
It will also allow you to target Vista without problems.


Thanks Bruno.

I guess I will go for 2005. I have an ActiveX version too so I guess
2003 users can use that if they do not want to upgrade.
Bruce

--
Bruce E. Stemplewski
GarXface OCX and C++ Class Library for the Garmin GPS
www.stempsoft.com
Dec 25 '06 #3

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

Similar topics

6
1856
by: Plumer | last post by:
Good morning everyone, I am having difficulty distributing a Release version of an application. System info C# DOTNET, MDE 2002, Version 7.0.9466 .Net Framework, version 1.0.3705 My Desktop Operating system (as reported by Control Panel.System) is: Windows XP, Version 2002
41
3063
by: Matt Alanzo | last post by:
Our SOHO 2 person compay sells furniture (not programmers). In '98 we paid $,$$$ for a VBA -Access '97 accounting application, including VBA source code .... an huge investment for us then (and now!). The application publisher went belly up years ago. Over time we've made a number of VBA code changes (< 500 lines total). Now our CPA is urging us to switch to Quickbooks Premier for Contractors at a cost of $,$$$ plus data entry. Argh, no...
9
2154
by: Mads W. | last post by:
I want to read an ini file which is located in the same dir as my .exe file. But how can I do that without having to have the excact same dir for all my program installations. Let me try to elaborate: PC 1 has my C# program lying in C:\Application\Csharp.exe Here I need to read my ini file in C:\Application\csharpini.ini PC 2 hs my C# program lying in X:\Programs\Csharpprogram\Csharp.exe Here I need to read my ini file in
2
1230
by: James S | last post by:
Hi I've been porting a project to .Net that has several segments of code that I would like to keep as native code in wrappers. I've been using VS2003 and VC++ to create mixed dlls that I then can used from C#. I see that the new 2005 version has a new and significantly different syntax and way of doing things with native code, and was wondering if anyone has any experience of using the new version to perform this sort of task. And...
13
1938
by: Howard Kaikow | last post by:
I just visited the MSFT web site and saw the comparison/pricing of the different VS 2005 versions. I was looking for a statement of the system requirements for VS Pro and VSTO, could not find. Also, more details on the differences between VS Pro and VSTO. For example, can VSTO be used to create a DLL, in particular, a DLL that can be used as an ActiveX DLL with Office? In VSTO, other than the addition of the support for Office 2003...
3
1040
by: Jim Heavey | last post by:
I was using VS 2003 and I installed VS 2005. It appears that VS 2005 installs it's own web server. Does this mean I no longer need IIS (Win XP Pro version) on my machine? Should I uninstall the new Web server and go back to IIS or uninstall IIS? When I create a simple web site with a single web page with a button and a little bit of code for that button. When I run, I no longer see a "bin" file in solution explorer. Where did the...
8
1263
by: Peter Afonin | last post by:
Hello, I'm just starting to work with ASP.NET 2.0 and VS 2005. If I understand correctly, even if I precompiled my application, I still need to upload aspx.vb files to the server, correct? The way I did it in VS.NET 2003 - uploaded only aspx and dll files - no longer works, correct? At least it didn't work for me. Thank you,
5
2529
by: Alan Silver | last post by:
Hello, Server configuration: Windows 2003 Server SP2 SQL Server 2000 SP4 ..NET v2.0.50727 just built up a new server using the same configuration as my current one. I even used the same CDs and registration keys, so I'm certain that the two machines are as similar as they can be.
3
3893
by: ajtaylor | last post by:
I have an set of unmanaged C++ libraries that I have been successfully using in a C++/CLI assembly which is in turn used by some other .NET code (ASP.NET/C#). The C++ makes a lot of use of Boost and STL. This is all working in VS 2005 I moved to VS 2008 and compiled up Boost 1_36 I have subsequently applied SP1 to VS2008. When I attempt to compile and link the C++/CLI I get the error
0
8855
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8545
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7364
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6185
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5653
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4179
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4346
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2762
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1986
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.