Click here to Skip to main content
16,006,440 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Windows Standards Compliance Pin
James R. Twine8-Feb-07 6:24
James R. Twine8-Feb-07 6:24 
GeneralRe: Windows Standards Compliance Pin
vipin_nvk8-Feb-07 7:00
vipin_nvk8-Feb-07 7:00 
QuestionHow big can be executable? Pin
oleg638-Feb-07 4:50
professionaloleg638-Feb-07 4:50 
AnswerRe: How big can be executable? Pin
Hamid_RT8-Feb-07 5:11
Hamid_RT8-Feb-07 5:11 
GeneralRe: How big can be executable? Pin
oleg638-Feb-07 6:14
professionaloleg638-Feb-07 6:14 
AnswerRe: How big can be executable? Pin
James R. Twine8-Feb-07 6:12
James R. Twine8-Feb-07 6:12 
GeneralRe: How big can be executable? Pin
oleg638-Feb-07 6:41
professionaloleg638-Feb-07 6:41 
GeneralRe: How big can be executable? Pin
James R. Twine8-Feb-07 8:20
James R. Twine8-Feb-07 8:20 
   Since you are not building the libraries (they are [preexting] Fortran libraries), you are seeing app build delays.  Correct use of pre-compile headers is likely the best way to improve compilation times.    Breaking up larger CPP files into small ones can improve build times if you are making code changes, but might not affect release build times.  Other than that - no suggestions.

   As far as runtime performance, not constantly throwing away allocated memory (keep it around and reuse it as much as possible) is likely your best option.  Your users know the kind of application they are using and should expect it to be a bit of a hog at times.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

GeneralRe: How big can be executable? Pin
#realJSOP8-Feb-07 23:44
professional#realJSOP8-Feb-07 23:44 
QuestionDshow.h is missing!!!? Pin
lolo088-Feb-07 4:34
lolo088-Feb-07 4:34 
AnswerRe: Dshow.h is missing!!!? Pin
James R. Twine8-Feb-07 4:37
James R. Twine8-Feb-07 4:37 
GeneralRe: Dshow.h is missing!!!? Pin
lolo088-Feb-07 6:36
lolo088-Feb-07 6:36 
GeneralRe: Dshow.h is missing!!!? Pin
Mark Salsbery8-Feb-07 8:28
Mark Salsbery8-Feb-07 8:28 
AnswerRe: Dshow.h is missing!!!? Pin
Mark Salsbery8-Feb-07 5:21
Mark Salsbery8-Feb-07 5:21 
AnswerRe: Dshow.h is missing!!!? Pin
ravidborse29-Dec-09 23:02
ravidborse29-Dec-09 23:02 
Questionrandom number generator Pin
Member 38093708-Feb-07 4:29
Member 38093708-Feb-07 4:29 
AnswerRe: random number generator Pin
James R. Twine8-Feb-07 4:32
James R. Twine8-Feb-07 4:32 
AnswerRe: random number generator Pin
Alessandra778-Feb-07 6:57
Alessandra778-Feb-07 6:57 
Questionbutton pushing Pin
paski22228-Feb-07 4:21
paski22228-Feb-07 4:21 
AnswerRe: button pushing Pin
Dustin Henry8-Feb-07 4:53
Dustin Henry8-Feb-07 4:53 
QuestionTransfering files via TCP/IP Pin
Dustin Henry8-Feb-07 4:08
Dustin Henry8-Feb-07 4:08 
AnswerRe: Transfering files via TCP/IP Pin
David Crow8-Feb-07 4:09
David Crow8-Feb-07 4:09 
GeneralRe: Transfering files via TCP/IP Pin
Dustin Henry8-Feb-07 4:48
Dustin Henry8-Feb-07 4:48 
GeneralRe: Transfering files via TCP/IP Pin
David Crow8-Feb-07 5:12
David Crow8-Feb-07 5:12 
AnswerRe: Transfering files via TCP/IP Pin
Mark Salsbery8-Feb-07 5:32
Mark Salsbery8-Feb-07 5:32 

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.