IonicWind Software

Aurora Compiler => GUI => Topic started by: LarryMc on February 26, 2006, 11:38:51 PM

Title: GUI.Inc
Post by: LarryMc on February 26, 2006, 11:38:51 PM
The following are in the gui.inc file:
Quotedeclare extern ColorRequest(window *win,OPT unsigned int initcolor=0xFFFFFF),unsigned int;
declare extern FontRequest(window win,int vSize BYREF,int vWeight BYREF,unsigned int vFlags BYREF,unsigned int vColor BYREF,OPT string name),HEAP;
declare extern MessageBox(window *win,string text,string caption,OPT unsigned int flags),int;
declare extern PrtDialog(window *win,int vStart BYREF,int vEnd BYREF,int vCopies BYREF,int vCollate BYREF),STRING;
Shouldn't the
Quotewindow *win and window win
be
QuoteCwindow *win
Title: Re: GUI.Inc
Post by: Ionic Wind Support Team on February 26, 2006, 11:47:20 PM
Yes.  Already fixed.