Click here to Skip to main content
15,913,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Returning free memory to system Pin
David Crow28-May-04 7:23
David Crow28-May-04 7:23 
GeneralExcel 2003 programming Pin
super28-May-04 3:51
professionalsuper28-May-04 3:51 
GeneralAdd Most Recently Used files(MRU) in any application Pin
nitinveda28-May-04 2:46
nitinveda28-May-04 2:46 
GeneralRe: Add Most Recently Used files(MRU) in any application Pin
David Crow28-May-04 3:07
David Crow28-May-04 3:07 
GeneralRe: Add Most Recently Used files(MRU) in any application Pin
nitinveda28-May-04 3:44
nitinveda28-May-04 3:44 
GeneralRe: Add Most Recently Used files(MRU) in any application Pin
jmkhael28-May-04 4:10
jmkhael28-May-04 4:10 
GeneralRe: Add Most Recently Used files(MRU) in any application Pin
nitinveda28-May-04 20:50
nitinveda28-May-04 20:50 
GeneralLinking preformance VS.NET compared to VS6 Pin
Björn Carlsson28-May-04 2:17
Björn Carlsson28-May-04 2:17 
I have moved a project - MFC - from VS6 to VS.NET 2003 and I can still compile the project in VS6.
In Debug I use incremental linking, and my project contains 10 libraries creating an exe file of 12.5 MB in debug (5 MB in release).
If I only touch a file, it will take 2 minutes and 30 seconds using 500 MB of memory to create the library and link using VS.NET 2003.

If I use VS6 and do the same thing it takes 20 seconds using maximum 20 MB of memory??

In VS6, MFC42 is used and in VS.NET 2003 - MFC71 but should the differance be so extreme?

_____

The incremental linking is not disabled and seems to work if I touch one of the files included in the main project file (this project only includes three cpp-files). Then the build takes about 30 seconds, rather reasonable. If I touch an obj file included in one of the lib's that the main project depends on - again the incremental build seems to work, the lib is rebuilt, but the linking takes "no" time.

But still - for no obvious reason if I touch any cpp file included in any of the libs, the obj file and then the lib are built, I will get a 2 minute linking when the exe is built from the lib's.


Questionhow to set maxi,minimize button to propertysheet Pin
Member 101812828-May-04 2:13
Member 101812828-May-04 2:13 
AnswerRe: how to set maxi,minimize button to propertysheet Pin
Antti Keskinen28-May-04 5:21
Antti Keskinen28-May-04 5:21 
Generalneed help regarding CSocket Pin
Member 101812828-May-04 2:06
Member 101812828-May-04 2:06 
GeneralWSAEWOULDBLOCK Error Pin
jerry1211a28-May-04 1:00
jerry1211a28-May-04 1:00 
GeneralRe: WSAEWOULDBLOCK Error Pin
Mike Dimmick28-May-04 3:11
Mike Dimmick28-May-04 3:11 
GeneralRe: WSAEWOULDBLOCK Error Pin
Anonymous28-May-04 11:29
Anonymous28-May-04 11:29 
QuestionHow to load and display 8bit gray scale image Pin
Omar Alvi28-May-04 0:45
Omar Alvi28-May-04 0:45 
AnswerRe: How to load and display 8bit gray scale image Pin
Ryan Binns28-May-04 0:55
Ryan Binns28-May-04 0:55 
QuestionHow to load and display 8bit gray scale image Pin
Omar Alvi28-May-04 0:45
Omar Alvi28-May-04 0:45 
GeneralDatabase Application Design Pin
asv28-May-04 0:28
asv28-May-04 0:28 
GeneralRe: Database Application Design Pin
valikac28-May-04 14:00
valikac28-May-04 14:00 
GeneralRe: Database Application Design Pin
asv28-May-04 15:25
asv28-May-04 15:25 
Generalvisual c++ help hanging Pin
crazymike193828-May-04 0:27
crazymike193828-May-04 0:27 
GeneralRe: visual c++ help hanging Pin
jmkhael28-May-04 0:58
jmkhael28-May-04 0:58 
GeneralTaskbar icon mouse messages and keyboard modifiers Pin
cheesepirate28-May-04 0:24
cheesepirate28-May-04 0:24 
QuestionFunction template passed as typename argument? Pin
Indrawati28-May-04 0:12
Indrawati28-May-04 0:12 
AnswerRe: Function template passed as typename argument? Pin
Ryan Binns28-May-04 0:53
Ryan Binns28-May-04 0:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.