May 07, 2024, 09:51:40 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


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