Click here to Skip to main content
15,917,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Saving/creating and Loading files Pin
Kayembi6-Aug-03 5:27
Kayembi6-Aug-03 5:27 
GeneralTimer Callback Pin
LittleYellowBird6-Aug-03 0:31
LittleYellowBird6-Aug-03 0:31 
GeneralRe: Timer Callback Pin
Member 4242596-Aug-03 0:41
Member 4242596-Aug-03 0:41 
GeneralRe: Timer Callback Pin
Member 4242596-Aug-03 0:42
Member 4242596-Aug-03 0:42 
GeneralRe: Timer Callback Pin
LittleYellowBird6-Aug-03 1:12
LittleYellowBird6-Aug-03 1:12 
GeneralRe: Timer Callback Pin
ivor bigun6-Aug-03 0:58
ivor bigun6-Aug-03 0:58 
GeneralRe: Timer Callback Pin
LittleYellowBird6-Aug-03 1:09
LittleYellowBird6-Aug-03 1:09 
GeneralRe: Timer Callback Pin
ivor bigun6-Aug-03 1:08
ivor bigun6-Aug-03 1:08 
The actual problem is that the compiler is expecting a void (_stdcall*) (arglist...)function and your function has somehow been defined as a mere void (arglist...) function hence the error. Since the CALLBACK statement defines the (_stdcall*) you should not be having this issue, unless the EXPORT statement is doing something dopy (so try removing it), or the TimerTakeSample referred to in the SetTimer function is being linked to a different function? try specifying COxygraphView::TimerTakeSample(blah...) in your SetTimer function to make sure your linkage is correct (can't tell from your example where the SetTimer is being called from). I'm sure the answer will reveal itself Smile | :)
GeneralRe: Timer Callback Pin
Ryan Binns6-Aug-03 1:11
Ryan Binns6-Aug-03 1:11 
GeneralRe: Timer Callback Pin
ivor bigun6-Aug-03 1:31
ivor bigun6-Aug-03 1:31 
GeneralRe: Timer Callback Pin
Phil Speller6-Aug-03 1:53
Phil Speller6-Aug-03 1:53 
GeneralRe: Timer Callback Pin
LittleYellowBird6-Aug-03 2:09
LittleYellowBird6-Aug-03 2:09 
GeneralRe: Timer Callback Pin
LittleYellowBird6-Aug-03 2:12
LittleYellowBird6-Aug-03 2:12 
GeneralRe: Timer Callback Pin
Ryan Binns6-Aug-03 2:19
Ryan Binns6-Aug-03 2:19 
GeneralRe: Timer Callback Pin
Phil Speller6-Aug-03 3:04
Phil Speller6-Aug-03 3:04 
GeneralRe: Timer Callback Pin
Vitali Halershtein6-Aug-03 2:49
Vitali Halershtein6-Aug-03 2:49 
GeneralRe: Timer Callback Pin
Ryan Binns6-Aug-03 4:19
Ryan Binns6-Aug-03 4:19 
GeneralReselect on combo box OnDropdown Pin
paulccc5-Aug-03 23:58
paulccc5-Aug-03 23:58 
GeneralRe: Reselect on combo box OnDropdown Pin
HPSI6-Aug-03 2:44
HPSI6-Aug-03 2:44 
QuestionPrinting How? Pin
wow99995-Aug-03 23:42
wow99995-Aug-03 23:42 
AnswerRe: Printing How? Pin
HPSI6-Aug-03 2:21
HPSI6-Aug-03 2:21 
Generalvfw depression Pin
mr pier5-Aug-03 23:37
mr pier5-Aug-03 23:37 
GeneralRe: vfw depression Pin
HPSI6-Aug-03 1:48
HPSI6-Aug-03 1:48 
GeneralRe: vfw depression Pin
Anonymous8-Aug-03 8:52
Anonymous8-Aug-03 8:52 
GeneralWebbrowser::Newwindow() Problem!! Pin
xxhimanshu5-Aug-03 23:22
xxhimanshu5-Aug-03 23:22 

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.