Click here to Skip to main content
16,005,734 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: weird, i dun get if()? Pin
17-Aug-01 10:48
suss17-Aug-01 10:48 
GeneralProgramming the control panel Pin
7-Aug-01 20:23
suss7-Aug-01 20:23 
GeneralRe: LOGON32_LOGON_UNLOCK Pin
8-Aug-01 0:45
suss8-Aug-01 0:45 
QuestionHow do I show a short description of an item in a combo list? Pin
7-Aug-01 12:28
suss7-Aug-01 12:28 
AnswerRe: How do I show a short description of an item in a combo list? Pin
Carlos Antollini7-Aug-01 16:09
Carlos Antollini7-Aug-01 16:09 
GeneralCallback functions Pin
Jake Palmer7-Aug-01 11:52
Jake Palmer7-Aug-01 11:52 
GeneralRe: Callback functions Pin
Andrew Peace7-Aug-01 13:03
Andrew Peace7-Aug-01 13:03 
GeneralRe: Callback functions - Still not working Pin
Jake Palmer8-Aug-01 7:19
Jake Palmer8-Aug-01 7:19 
This is what my code looks like, where AVISave takes a callback function as 3rd arg:
long PASCAL CBadClass::SaveCallback(int percent)
{
return AVIERR_OK;
}
...
bool CBadClass::Foo()
{
AVISave(...,SaveCallback, ...);
}
This gives me the compilation error:
error C2664: 'AVISaveA' : cannot convert parameter 3 from
'long (int)' to 'int (__stdcall *)(int)'
None of the functions with this name in scope match the target type

needless to say, I've got no ideas here Dead | X|
thanks,
Jake
GeneralRe: Callback functions - Still not working Pin
Michael Dunn8-Aug-01 7:39
sitebuilderMichael Dunn8-Aug-01 7:39 
GeneralRe: Callback functions - STILL not working Pin
Jake Palmer8-Aug-01 12:24
Jake Palmer8-Aug-01 12:24 
GeneralRe: Callback functions - STILL not working Pin
Michael Dunn9-Aug-01 0:54
sitebuilderMichael Dunn9-Aug-01 0:54 
GeneralRe: Callback functions - Still not working Pin
Christian Graus8-Aug-01 12:40
protectorChristian Graus8-Aug-01 12:40 
GeneralException handling Pin
Frank Deo7-Aug-01 11:47
Frank Deo7-Aug-01 11:47 
GeneralRe: Exception handling Pin
Andrew Peace7-Aug-01 11:54
Andrew Peace7-Aug-01 11:54 
GeneralRe: Exception handling Pin
Frank Deo7-Aug-01 12:01
Frank Deo7-Aug-01 12:01 
GeneralUsing ATL objects in the project its created Pin
Cem Kalyoncu7-Aug-01 11:36
Cem Kalyoncu7-Aug-01 11:36 
GeneralCView and CFormView Pin
Matt Newman7-Aug-01 11:17
Matt Newman7-Aug-01 11:17 
GeneralRe: CView and CFormView Pin
Christian Graus8-Aug-01 12:41
protectorChristian Graus8-Aug-01 12:41 
GeneralRe: CView and CFormView Pin
Matt Newman8-Aug-01 17:43
Matt Newman8-Aug-01 17:43 
GeneralRemoving close button from wizard Pin
7-Aug-01 10:51
suss7-Aug-01 10:51 
GeneralRe: Removing close button from wizard Pin
Frank Deo7-Aug-01 11:22
Frank Deo7-Aug-01 11:22 
GeneralAvoiding multiple instances of an application. Pin
John Uhlenbrock7-Aug-01 9:53
John Uhlenbrock7-Aug-01 9:53 
GeneralRe: Avoiding multiple instances of an application. Pin
7-Aug-01 10:45
suss7-Aug-01 10:45 
GeneralRe: Avoiding multiple instances of an application. Pin
PJ Arends7-Aug-01 12:07
professionalPJ Arends7-Aug-01 12:07 
GeneralRe: Avoiding multiple instances of an application. Pin
Kannan Kalyanaraman7-Aug-01 19:05
Kannan Kalyanaraman7-Aug-01 19:05 

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.