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

C / C++ / MFC

 
QuestionHow to make the window always topmost? Pin
fantasy121511-Sep-08 0:01
fantasy121511-Sep-08 0:01 
AnswerRe: How to make the window always topmost? Pin
Baltoro11-Sep-08 6:35
Baltoro11-Sep-08 6:35 
GeneralRe: How to make the window always topmost? Pin
fantasy121511-Sep-08 14:35
fantasy121511-Sep-08 14:35 
AnswerRe: How to make the window always topmost? Pin
Michael Dunn12-Sep-08 11:21
sitebuilderMichael Dunn12-Sep-08 11:21 
QuestionCan anybody know abt outside in PDF export SDK Pin
naga.anu10-Sep-08 23:51
naga.anu10-Sep-08 23:51 
Questionfatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
rajneshmalik10-Sep-08 23:37
rajneshmalik10-Sep-08 23:37 
AnswerRe: fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
CPallini11-Sep-08 0:09
mveCPallini11-Sep-08 0:09 
GeneralRe: fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
rajneshmalik11-Sep-08 0:57
rajneshmalik11-Sep-08 0:57 
GeneralRe: fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
Rane11-Sep-08 1:35
Rane11-Sep-08 1:35 
GeneralRe: fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
David Crow11-Sep-08 3:44
David Crow11-Sep-08 3:44 
GeneralRe: fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
Michael Schubert11-Sep-08 1:36
Michael Schubert11-Sep-08 1:36 
GeneralRe: fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
CPallini11-Sep-08 1:42
mveCPallini11-Sep-08 1:42 
GeneralRe: fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
David Crow11-Sep-08 3:43
David Crow11-Sep-08 3:43 
AnswerRe: fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
Cedric Moonen11-Sep-08 1:42
Cedric Moonen11-Sep-08 1:42 
GeneralRe: fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
James R. Twine11-Sep-08 1:44
James R. Twine11-Sep-08 1:44 
GeneralRe: fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
rajneshmalik11-Sep-08 1:57
rajneshmalik11-Sep-08 1:57 
QuestionThread Failure In Vista Pin
Aabid10-Sep-08 22:46
Aabid10-Sep-08 22:46 
AnswerRe: Thread Failure In Vista Pin
Iain Clarke, Warrior Programmer10-Sep-08 22:54
Iain Clarke, Warrior Programmer10-Sep-08 22:54 
GeneralRe: Thread Failure In Vista Pin
Aabid10-Sep-08 23:05
Aabid10-Sep-08 23:05 
GeneralRe: Thread Failure In Vista Pin
Iain Clarke, Warrior Programmer10-Sep-08 23:09
Iain Clarke, Warrior Programmer10-Sep-08 23:09 
Then the other parts of my post apply - fire up your debugger, and check WHY the timer is not displayed. My bet would be a problem with a parameter to your createthread function, and I bet createthread returns INVALID_HANDLE_VALUE, and GetLastError will help.

In which case, read the docs for the function veeeeeery carefully.

If you aren't using createthread directly, then step into the code you do use until you get there.

Iain
AnswerRe: Thread Failure In Vista Pin
CPallini10-Sep-08 23:00
mveCPallini10-Sep-08 23:00 
GeneralRe: Thread Failure In Vista Pin
Aabid10-Sep-08 23:08
Aabid10-Sep-08 23:08 
GeneralRe: Thread Failure In Vista Pin
CPallini10-Sep-08 23:14
mveCPallini10-Sep-08 23:14 
GeneralRe: Thread Failure In Vista Pin
Hamid_RT11-Sep-08 1:41
Hamid_RT11-Sep-08 1:41 
GeneralRe: Thread Failure In Vista Pin
CPallini11-Sep-08 1:44
mveCPallini11-Sep-08 1:44 

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.