Click here to Skip to main content
15,923,168 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with WaitForSingleObject Pin
CPallini4-Jan-11 21:31
mveCPallini4-Jan-11 21:31 
GeneralRe: Problem with WaitForSingleObject Pin
Code-o-mat5-Jan-11 4:33
Code-o-mat5-Jan-11 4:33 
AnswerRe: Problem with WaitForSingleObject Pin
Aescleal5-Jan-11 7:25
Aescleal5-Jan-11 7:25 
JokeRe: Problem with WaitForSingleObject Pin
Code-o-mat5-Jan-11 7:59
Code-o-mat5-Jan-11 7:59 
AnswerRe: Problem with WaitForSingleObject Pin
CPallini4-Jan-11 21:30
mveCPallini4-Jan-11 21:30 
AnswerRe: Problem with WaitForSingleObject Pin
Arman S.4-Jan-11 21:32
Arman S.4-Jan-11 21:32 
AnswerRe: Problem with WaitForSingleObject Pin
Frank Seidler4-Jan-11 21:34
Frank Seidler4-Jan-11 21:34 
QuestionDialogBox Control disappear Pin
MsmVc4-Jan-11 18:37
MsmVc4-Jan-11 18:37 
QuestionRe: DialogBox Control disappear Pin
Cool_Dev4-Jan-11 19:39
Cool_Dev4-Jan-11 19:39 
AnswerRe: DialogBox Control disappear Pin
MsmVc4-Jan-11 19:47
MsmVc4-Jan-11 19:47 
GeneralRe: DialogBox Control disappear Pin
Cool_Dev4-Jan-11 19:50
Cool_Dev4-Jan-11 19:50 
GeneralRe: DialogBox Control disappear Pin
MsmVc4-Jan-11 19:53
MsmVc4-Jan-11 19:53 
RantRe: DialogBox Control disappear Pin
Cool_Dev4-Jan-11 19:59
Cool_Dev4-Jan-11 19:59 
GeneralRe: DialogBox Control disappear Pin
MsmVc4-Jan-11 20:06
MsmVc4-Jan-11 20:06 
GeneralRe: DialogBox Control disappear Pin
Cool_Dev4-Jan-11 20:15
Cool_Dev4-Jan-11 20:15 
GeneralRe: DialogBox Control disappear Pin
MsmVc4-Jan-11 20:26
MsmVc4-Jan-11 20:26 
GeneralRe: DialogBox Control disappear Pin
Cool_Dev4-Jan-11 21:00
Cool_Dev4-Jan-11 21:00 
GeneralRe: DialogBox Control disappear Pin
MsmVc4-Jan-11 21:09
MsmVc4-Jan-11 21:09 
GeneralRe: DialogBox Control disappear Pin
Cool_Dev4-Jan-11 21:11
Cool_Dev4-Jan-11 21:11 
GeneralRe: DialogBox Control disappear Pin
MsmVc4-Jan-11 21:18
MsmVc4-Jan-11 21:18 
GeneralRe: DialogBox Control disappear Pin
Cool_Dev4-Jan-11 21:24
Cool_Dev4-Jan-11 21:24 
GeneralRe: DialogBox Control disappear Pin
bleedingfingers4-Jan-11 21:43
bleedingfingers4-Jan-11 21:43 
QuestionUhhhh!!!! Header problem after installing (and uninstalling) VS2008 SP1. Pin
Paul Belikian4-Jan-11 5:20
Paul Belikian4-Jan-11 5:20 
My little application was compiling fine as is until I installed the VS2008 SP1 yesterday. I mean it compiled fine, then I installed the update, then I recompiled and started getting the following error:

1>------ Build started: Project: GTRNoteWorker, Configuration: Release Win32 ------
1>Compiling...
1>GTRNoteWorker.cpp
1>Automatically linking with ToolkitPro1321vc90S.lib
1>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xtr1common(252) : error C2766: explicit specialization; 'std::tr1::_Is_integral<int>' has already been defined
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xtr1common(200) : see previous definition of '_Is_integral<int>'
1>Build log was saved at "file://c:\Coding\GTRNoteWorker - 2008\x86\Release\BuildLog.htm"
1>GTRNoteWorker - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


So I think OK, they tightened up something, so I checked to make sure I haven't included the header somewhere else ...then I realized that the error is stating that the thing has been defined already IN THE SAME HEADER file!

I think I must be missing a define or something Mad | :mad:

Any help would be appreciated!

Thanks,
Paul
AnswerRe: Uhhhh!!!! Header problem after installing (and uninstalling) VS2008 SP1. Pin
User 74293384-Jan-11 6:39
professionalUser 74293384-Jan-11 6:39 
GeneralRe: Uhhhh!!!! Header problem after installing (and uninstalling) VS2008 SP1. Pin
Paul Belikian4-Jan-11 7:12
Paul Belikian4-Jan-11 7:12 

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.