Wingui V 2.00B
Beta Version Build 2
(C) 2003 by Eptodontic (Flexto2)

EMail: Felxto2@mail.com

Run SETUP.EXE in MS-DOS Shell (Full screen mode) 
 to install and update the ini files.

Directory list:
C:\WINGUI2 		<- This directory

	LIB		<- Wingui V2.0B Library and sample
	LINKER		<- Linker utility BUILD.EXE
	WINBUILD	<- Windows Builder
	QUICKREFERENCE	<- WinGui2 Quick Reference
	BASE		<- WinGui2 Library
	SOURCES		<- Source file of GUIVESA.COM
				Vesa driver.

Wharning!
  The windows builder must be in C:\WINGUI2\WINBUILD path
  if you change the path of WINBUILD.EXE update the
  WINBUILD.INI file.


This is a simple Windows Gui for Quick Basic 4.50
To make a Gui application follow these step:
	(1) Build wour Windows with the Windows Builder (WINBUILD.EXE)
  		in WINBUILD directory.
	
	(2) Export the .QDB database file and the .QFX windows in
		a directory.

	(3) Copy the Wingui library files:
		GUIVESA.COM
		WINGUI.QLB
		WINGUI.BI
		WINGUI.LIB
		ESE.BAS
		SYSDATA.CPS
		WINGUI2.QBC
		QBQB.BAT

	(4) Run QBQB.BAT (GUIVESA.COM, QB.EXE /L WINGUI /AH)
	...

When you build a file .EXE Change the line in your .BAS file
	Mypath$ = CURDIR$("")
	in
	AutoPath
Build your file .EXE and run in LINKER directory BUILD.EXE
	Use:
	BUILD.EXE <your file.EXE>
		This operation implements all function of
		GUIVESA.COM in your file .EXE


WHARNING!!!
WHEN YOUR APPLICATION IS RUNNING IN VESA SCREEN MODE
DO NOT PRES [ATL+TAB] TO RETURN TO WINDOWS
THERE IS A BUG IN MICROSOFT WINDOWS AND THE SCREEN WILL BE BLACK!!!!


Flexto2: Flexto2@mail.com

