Click here to Skip to main content
15,893,622 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Convertin from c++ 6 to Visual studio C++ 10 Pin
mamoony25-Jun-13 9:01
mamoony25-Jun-13 9:01 
GeneralRe: Convertin from c++ 6 to Visual studio C++ 10 Pin
CPallini25-Jun-13 9:09
mveCPallini25-Jun-13 9:09 
GeneralRe: Convertin from c++ 6 to Visual studio C++ 10 Pin
mamoony25-Jun-13 9:41
mamoony25-Jun-13 9:41 
GeneralRe: Convertin from c++ 6 to Visual studio C++ 10 Pin
mamoony25-Jun-13 9:42
mamoony25-Jun-13 9:42 
GeneralRe: Convertin from c++ 6 to Visual studio C++ 10 Pin
CPallini25-Jun-13 9:53
mveCPallini25-Jun-13 9:53 
GeneralRe: Convertin from c++ 6 to Visual studio C++ 10 Pin
mamoony25-Jun-13 9:54
mamoony25-Jun-13 9:54 
GeneralRe: Convertin from c++ 6 to Visual studio C++ 10 Pin
JackDingler26-Jun-13 11:37
JackDingler26-Jun-13 11:37 
QuestiontimeSetEvent() question Pin
econy25-Jun-13 6:45
econy25-Jun-13 6:45 
is this funtion create an event in a asynchronized way? i.e use a background thread?

if I use a timeSetEvent() in a call back function:
void CALLBACK TimerProc1( UINT uID, UINT uMsg, DWORD dwUser, DWORD dw1, DWORD dw2 ) {
 read bus data;
 if (data == true) then
  timeSetEvent( 5, 1, TimerProc3, 0, TIME_ONESHOT ) ;
}


No timeKillEvent(), then is that means the code will create many events in many threads, right? that is , no release resource.
AnswerRe: timeSetEvent() question Pin
econy25-Jun-13 6:58
econy25-Jun-13 6:58 
QuestionVariable synchronization question Pin
econy25-Jun-13 5:19
econy25-Jun-13 5:19 
AnswerRe: Variable synchronization question Pin
Richard MacCutchan25-Jun-13 6:06
mveRichard MacCutchan25-Jun-13 6:06 
QuestionCycle of Message loop Pin
econy25-Jun-13 4:59
econy25-Jun-13 4:59 
AnswerRe: Cycle of Message loop Pin
jeron125-Jun-13 5:24
jeron125-Jun-13 5:24 
AnswerRe: Cycle of Message loop Pin
dusty_dex25-Jun-13 5:25
dusty_dex25-Jun-13 5:25 
QuestionMoire effect Pin
_Flaviu24-Jun-13 21:18
_Flaviu24-Jun-13 21:18 
AnswerRe: Moire effect Pin
CPallini24-Jun-13 21:36
mveCPallini24-Jun-13 21:36 
GeneralRe: Moire effect Pin
_Flaviu24-Jun-13 21:49
_Flaviu24-Jun-13 21:49 
GeneralRe: Moire effect Pin
CPallini24-Jun-13 22:05
mveCPallini24-Jun-13 22:05 
AnswerRe: Moire effect Pin
JackDingler26-Jun-13 11:48
JackDingler26-Jun-13 11:48 
Questiona C++ / XINPUT project getting underway.. Pin
JimmyOneSlap23-Jun-13 14:42
JimmyOneSlap23-Jun-13 14:42 
AnswerRe: a C++ / XINPUT project getting underway.. Pin
Richard MacCutchan23-Jun-13 21:10
mveRichard MacCutchan23-Jun-13 21:10 
Questionimplemented code of inline assembly language on any of the method e.g: Stack, Calculator Pin
Member 1012140622-Jun-13 6:05
Member 1012140622-Jun-13 6:05 
AnswerRe: implemented code of inline assembly language on any of the method e.g: Stack, Calculator Pin
NotPolitcallyCorrect22-Jun-13 6:19
NotPolitcallyCorrect22-Jun-13 6:19 
QuestionDirectShow Source Filter Connection Error 0x8004022F Pin
sdancer7520-Jun-13 21:54
sdancer7520-Jun-13 21:54 
QuestionHow to add shadow to a dialog without border Pin
smithzhang20-Jun-13 20:17
smithzhang20-Jun-13 20:17 

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.