Link to home
Create AccountLog in
Avatar of kuchnaheen
kuchnaheen

asked on

reducing build and link time

I have a general question

I have a big solution containing 22 projects...its MFC application with lots of dialog boxes, it handles audio calls n stuff...

please give me tips to reduce the build and link time....
Avatar of Axter
Axter
Flag of United States of America image

22 projects is not that big.

Are you doing full rebuilds?

It shouldn't take that long to do an incremental build, unless  you're making header changes.
You can use the pimpl design pattern to avoid header changes.
http://www.codeproject.com/useritems/PIMPL.asp?df=100&forumid=383233&exp=0&select=1891437


Another solution, if you have the money and extra build machines, is to use IncrediBuild.
See following link:
http://www.xoreax.com/main.htm
ASKER CERTIFIED SOLUTION
Avatar of itsmeandnobodyelse
itsmeandnobodyelse
Flag of Germany image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer