Index of /cica9308/UNZIPPED/PROGRAMR/VBASIC/VBRC10

      Name                    Last modified       Size  Description

[DIR] Parent Directory 06-Dec-2005 04:06 - [   ] COMMDLG.DLL 09-Mar-1992 21:10 87k [TXT] FORM1.DLG 12-Aug-1992 17:00 1k [   ] FORM1.EXE 12-Aug-1992 17:00 3k [TXT] FORM1.FRM 12-Aug-1992 17:00 1k [TXT] FORM1.MAK 12-Aug-1992 17:00 1k [TXT] REGISTER.TXT 12-Aug-1992 17:00 1k [   ] TEST.EXE 12-Aug-1992 17:00 5k [IMG] TEST.ICO 12-Aug-1992 17:00 1k [TXT] TEST.RC 12-Aug-1992 17:00 1k [TXT] TESTMAKE.BAT 12-Aug-1992 17:00 1k [   ] VBRC.EXE 12-Aug-1992 17:00 17k [TXT] VBRC.HLP 12-Aug-1992 17:00 24k [   ] VBRCDLL.DLL 12-Aug-1992 17:00 20k

				VBRC

Summary:
--------

VBRC10.ZIP  -  Generates Dialog Templates from Visual Basic Forms.


Purpose:
--------

VBRC reads VisBasic FORMs and generates Dialog Templates, which
are (*.dlg) text files ready for RC resource compilation.

VBRC was designed to allow developers a much needed path for 
porting VisBasic apps to other languages such as C, C++, PASCAL, 
etc. 

The developer can expect to save nearly all the time required in
porting VisBasic FORM layouts to dialog boxes. This is the scope 
of the current release, VBRC 1.0.


Files:
------

vbrc.exe	Application executable.
vbrc.dll	Application DLL.
vbrc.hlp	Hypertext help file, in Windows help engine format.
commdlg.dll	Windows common dialog box DLL for < Win 3.1 users.
register.txt	Registration form.
readme.txt	This file.

TEST.EXE files:
---------------

The following is a test program for checking results of FORM 
translations. Requires Windows compatible resource compiler, but 
is not essential to the operation of VBRC. See VBRC.HLP for build 
instructions.

test.exe	Test executable. Displays a dialog box when run.
test.rc		User edits this file to include a VBRC FORM.
test.ico	Icon file.
testmake.bat	Re-builds TEST.EXE based on your new *.dlg file.
form1.dlg	Sample output from VBRC, gets compiled into TEST.EXE.
form1.mak	Sample VB project. Has one form to practice on.
form1.frm	Sample VB form. 
form1.exe	Sample VB executable, created from form1.mak.


VBRC (c) Boru Engineering, Inc. 1992