2004-09-28
10:40 AM
- last edited on
2022-12-13
01:10 PM
by
Daniel Kassai
2004-10-05 06:57 AM
short (CCALL *dgAlert) (short alertType, const char* titleText, const char* largeText, const char* smallText, const char* button1Text, const char* button2Text, const char* button3Text);
#ifndef CCALL #if defined (macintosh) #define CCALL #else #define CCALL __cdecl #endif #endif
2004-10-05 08:06 AM
Andras wrote:You mean DGAlert macros, but I meant the Alert function in DG namespace ( DG::Alert, It is in DGModule.hpp ).
Hi Oleg,
Could you point out those functions which don't have a calling convention set?
2004-10-12 06:37 AM