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

C / C++ / MFC

 
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 
GeneralRe: How big can be executable? Pin
#realJSOP8-Feb-07 23:44
professional#realJSOP8-Feb-07 23:44 
On top of what James said regarding app performance, if you're app is creating/destroying a lot of threads, consider creating the threads just once, and then just starting them. Creating/destroying threads can cause quite a bit of overhead.

As far as file size, an 80mb file could take quite a bit of time to initially load. You might want to consider breaking the app into DLLs that load when needed the first time, and stay in memory until the app is shut down.




"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


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 
GeneralRe: Transfering files via TCP/IP Pin
Dustin Henry8-Feb-07 6:13
Dustin Henry8-Feb-07 6:13 

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.