Click here to Skip to main content
15,914,416 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Rant/Advice Request Pin
Ryan Binns10-Jul-03 22:59
Ryan Binns10-Jul-03 22:59 
GeneralRe: Rant/Advice Request Pin
-- NA --10-Jul-03 23:09
-- NA --10-Jul-03 23:09 
GeneralRe: Rant/Advice Request Pin
Ryan Binns10-Jul-03 23:36
Ryan Binns10-Jul-03 23:36 
GeneralRe: Rant/Advice Request Pin
-- NA --11-Jul-03 0:33
-- NA --11-Jul-03 0:33 
GeneralRe: Rant/Advice Request Pin
-- NA --10-Jul-03 22:49
-- NA --10-Jul-03 22:49 
GeneralRe: Rant/Advice Request Pin
-- NA --10-Jul-03 2:38
-- NA --10-Jul-03 2:38 
GeneralRe: Rant/Advice Request Pin
-- NA --10-Jul-03 3:53
-- NA --10-Jul-03 3:53 
GeneralRe: Rant/Advice Request Pin
Navin10-Jul-03 6:37
Navin10-Jul-03 6:37 
I had a similar problem at one point, the compilation would hang on specific files. It wouldn't really "hang", though, it would just take a ridiculously long time to compile (like, 30 minutes for one file.)

It turns out the optimizer didn't like some of our code. I couldn't really blame it on the optimizer, though, since this particular source file was thousands of lines long and was really pretty crappily coded. The quick fix was to turn off optimization, the long-term fix was to fix the code. Roll eyes | :rolleyes:


"When a man sits with a pretty girl for an hour, it seems like a minute. But let him sit on a hot stove for a minute and it's longer than any hour. That's relativity." - Albert Einstein
GeneralRe: Rant/Advice Request Pin
-- NA --10-Jul-03 7:07
-- NA --10-Jul-03 7:07 
GeneralAuthentication Credentials under Different Domain Pin
Member 8157210-Jul-03 2:06
Member 8157210-Jul-03 2:06 
GeneralRe: Authentication Credentials under Different Domain Pin
Member 8157210-Jul-03 3:06
Member 8157210-Jul-03 3:06 
GeneralRe: Authentication Credentials under Different Domain Pin
Member 8157210-Jul-03 4:03
Member 8157210-Jul-03 4:03 
GeneralRe: Authentication Credentials under Different Domain Pin
Member 8157210-Jul-03 5:25
Member 8157210-Jul-03 5:25 
GeneralRe: Authentication Credentials under Different Domain Pin
10-Jul-03 17:41
suss10-Jul-03 17:41 
Questionprintf() or cout ? Pin
keegan10-Jul-03 2:04
keegan10-Jul-03 2:04 
AnswerRe: printf() or cout ? Pin
Ryan Binns10-Jul-03 2:43
Ryan Binns10-Jul-03 2:43 
GeneralRe: printf() or cout ? Pin
keegan10-Jul-03 2:52
keegan10-Jul-03 2:52 
GeneralRe: printf() or cout ? Pin
Ryan Binns10-Jul-03 2:57
Ryan Binns10-Jul-03 2:57 
GeneralRe: printf() or cout ? Pin
keegan10-Jul-03 3:30
keegan10-Jul-03 3:30 
GeneralRe: printf() or cout ? Pin
Ryan Binns10-Jul-03 3:32
Ryan Binns10-Jul-03 3:32 
AnswerRe: printf() or cout ? Pin
Tim Smith10-Jul-03 4:04
Tim Smith10-Jul-03 4:04 
GeneralRe: printf() or cout ? Pin
Ryan Binns10-Jul-03 4:16
Ryan Binns10-Jul-03 4:16 
AnswerRe: printf() or cout ? Pin
David Crow10-Jul-03 4:49
David Crow10-Jul-03 4:49 
GeneralMigrate from VC6 to VS.net (ie MFC 4.2 to MFC 5) Pin
DREVET Olivier10-Jul-03 1:27
DREVET Olivier10-Jul-03 1:27 
GeneralMFC error Pin
BoudewijnEctor10-Jul-03 0:45
BoudewijnEctor10-Jul-03 0:45 

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.