2004-09-28 07:40 PM - last edited on 2022-12-13 10:10 PM by Daniel Kassai
2004-10-05 03:57 PM
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 05:06 PM
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 03:37 PM