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

Accelerate Compiletime

Hi!
how can we accelerate compile time of solution, that contains many projects.
Most of them are unmanaged C++ and are linked into DLL, and 1 project is
managed exe in C#. Even when we want to Run solution without any need of
compiling- it checks if any of projects has changed. How can we optimize it?

why debugging in our case is so slow? Steping over the code needs too much
time. How can we optimize it?

Thanks in advance,
--------------------------------------------
Soulfly
Feb 3 '06 #1
4 1303
"Soulfly" <So*****@discussions.microsoft.com> wrote in message
news:E0**********************************@microsof t.com...
how can we accelerate compile time of solution, that contains many
projects.
Most of them are unmanaged C++ and are linked into DLL, and 1 project is
managed exe in C#. Even when we want to Run solution without any need of
compiling- it checks if any of projects has changed. How can we optimize
it?


There is a setting in VS that indicates whether you want the whole solution
built in a run or debug, or whether just the current project and its
dependencies. Go to

Tools / Projects and Solutions / Build and Run

for these options.

-- Alan
Feb 3 '06 #2
Thanks for the answer Alan!

I´m sorry but I can´t find:
Tools / Projects and Solutions / Build and Run

I´m using Visual Studio Pro 2003. Could that be the problem?
Thanks in advance,

--------------------------------------------
Soulfly
"Alan Pretre" wrote:
"Soulfly" <So*****@discussions.microsoft.com> wrote in message
news:E0**********************************@microsof t.com...
how can we accelerate compile time of solution, that contains many
projects.
Most of them are unmanaged C++ and are linked into DLL, and 1 project is
managed exe in C#. Even when we want to Run solution without any need of
compiling- it checks if any of projects has changed. How can we optimize
it?


There is a setting in VS that indicates whether you want the whole solution
built in a run or debug, or whether just the current project and its
dependencies. Go to

Tools / Projects and Solutions / Build and Run

for these options.

-- Alan

Feb 6 '06 #3
"Soulfly" <So*****@discussions.microsoft.com> wrote in message
news:A2**********************************@microsof t.com...
I´m sorry but I can´t find:
Tools / Projects and Solutions / Build and Run

I´m using Visual Studio Pro 2003. Could that be the problem?


Sorry, I left off "Options" from my directions:

VS 2003:
Tools / Options... / Projects and Solutions / Build and Run
Options

VS 2005:
Tools / Options... / Projects and Solutions / Build and Run
In either case it is the checkbox that reads "Only build startup projects
and dependencies on Run". Clicking the checkbox will build only the project
to be run instead of all of them.
-- Alan
Feb 6 '06 #4
Thanks again Alan!
It might sound stupid but sorry - we don´t have this kind of menu at all in
our Visual Studio .Net 2003 Version!

greetz,
--------------------------------------------
Soulfly
"Alan Pretre" wrote:
"Soulfly" <So*****@discussions.microsoft.com> wrote in message
news:A2**********************************@microsof t.com...
I´m sorry but I can´t find:
Tools / Projects and Solutions / Build and Run

I´m using Visual Studio Pro 2003. Could that be the problem?


Sorry, I left off "Options" from my directions:

VS 2003:
Tools / Options... / Projects and Solutions / Build and Run
Options

VS 2005:
Tools / Options... / Projects and Solutions / Build and Run
In either case it is the checkbox that reads "Only build startup projects
and dependencies on Run". Clicking the checkbox will build only the project
to be run instead of all of them.
-- Alan

Feb 8 '06 #5

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

Similar topics

13
by: ulysses | last post by:
Hi,all I use wxPython make a bittorrent client. I find wxPython very slow and use many many memory. When app start, it need 19MB memory. I only use common GUI components. Python is a really...
0
by: Adam Carmichael | last post by:
------=_NextPart_000_4BC8_01C34EFD.A4A62470 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I am trying to report a bug, and I would like to...
6
by: Al-Burak | last post by:
I have a class which only purpose is to provide services to a variety of classes in other files. The 'manipulator' class is aware of the other classes only because the header files have been...
4
by: =?Utf-8?B?UGl0Rw==?= | last post by:
Here the facts as code sample: Public Class Class1 Sub ABC(ByVal item As IUnit) End Sub End Class Public Interface IUnit ' or any other Interface ReadOnly Property Heureka() As Activator...
7
by: Christof Warlich | last post by:
Hi, the subject says it all: I need to instantiate an array of objects where each object "knows" its arrary index. So far, this is easy as long as index is not a compile-time constant: class ...
2
by: mh | last post by:
I've got some python xmlrpc servers and clients. What's the best way to accelerate them? xmlrpclib.py attempts to import these modules: import _xmlrpclib import sgmlop from xml.parsers...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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?
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...

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.