473,386 Members | 1,726 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,386 software developers and data experts.

link step is very long with vc++7

Hi,
I have a vc++6 project I migrated to vc++7 .NET.
If I only migrate without using managed extension, link
step takes 8 seconds.
If I check "use manage extensions" in project properties,
link step takes 4 minutes.
I use incremental link.
Why such a difference?
Thanks
steph
Nov 16 '05 #1
1 935
The main reason probably is because when you use managed extensions we
cannot incrementally link. Apart from that link times for managed code are
significantly longer due to the handling of CLR meta data. But generally not
8 seconds to 4 minutes if you compare the speed of a full link. More in the
2x to 5x range.

Ronald

"steph" <an*******@discussions.microsoft.com> wrote in message
news:05****************************@phx.gbl...
Hi,
I have a vc++6 project I migrated to vc++7 .NET.
If I only migrate without using managed extension, link
step takes 8 seconds.
If I check "use manage extensions" in project properties,
link step takes 4 minutes.
I use incremental link.
Why such a difference?
Thanks
steph

Nov 16 '05 #2

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

Similar topics

18
by: Juha Kettunen | last post by:
Hi I don't know if I am using right words (bit-number), but this is what I mean: You can set a 64 bit number: unsigned long a; Now you can use binary operators to manipulate variable a...
34
by: Dennis | last post by:
I would like to dynamically allocate in a sub a 2 dimensional Array float *myarray = new float ; of course I get an error. How do you allocate a 2D array using the New operator? I...
0
by: spelhatre | last post by:
Hi, I have an important vc++6 project that I migrate to VC++ 7 .NET. * step 1 : I convert my VC++6 project to vc++ 7 without using CLR -> link step takes 5 secondes. * step 2 : then I add option...
2
by: TOM | last post by:
I am using C++.NET 2003. The appplication requires calling a device (a USB driver) that was compiled under C++ 6.0, and distributed as a binary (a .sys file) by the manufacturer. Some of the data...
3
by: Leith Bade | last post by:
I have been trying to use the new Visual C++ Toolkit 2003 with the VC6 IDE I set up the executable, inlcude, and library directories to point to the new compilers I had to fix a few errors in the...
0
by: Steve McLellan | last post by:
Hi, Just recently (last day or two) my link times (a mixed mode VC++ project) have gone up a lot. It was previously taking a minute or 2, but is now closer to 10, and I don't think I've added...
14
by: Steve McLellan | last post by:
Hi, Sorry to repost, but this is becoming aggravating, and causing me a lot of wasted time. I've got a reasonably large mixed C++ project, and after a number of builds (but not a constant...
3
by: R Millman | last post by:
under ASP.NET, single stepping in debug mode appears not to stop within event procedures. i.e. 1) Create web page with submit button and event procedure for the click event in the code behind...
7
by: Wanjun Yu | last post by:
I have just loaded my VC++6 projects in Visual Studio 2003. It converted the project files just fine. I have a MFC dll that links against a WIN32 dll. In the WIN32 dll, I have exported some...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.