July 01, 2024, 04:47:11 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


GUI.Inc

Started by LarryMc, February 26, 2006, 11:38:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LarryMc

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
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Ionic Wind Support Team

Yes.  Already fixed.
Ionic Wind Support Team