Hi, I'm integrating a console class into a new VisaulC++ Project with dialogs. After changing several settings of the projects, I always get this error:
c:\documents and settings\dani p.dani\mis documentos\visual studio projects\code project\serial mio\serial mioview.cpp(80) : error C2664: 'setManager' : cannot convert parameter 1 from 'void (unsigned long,unsigned long)' to 'void (__cdecl *)(unsigned long,unsigned long)'
None of the functions with this name in scope match the target type
I think that I must change some project setting but I don't know which of them.
Could someone help me? Thanks.