|
Installing
Valentina v1.11 VDK for REALbasic on WinXP
Please note: For any experienced Valentina
Developers,
there are NO VComponents files to deal with. Its
just the V4RB.VBX as discussed below.
Also, there is NO Valentina Studio. Please be sure
to see my version of
ViSQL instead.
Installing Valentina v1.1 VDK for REALbasic on WinXP
Download:
http://valentina-db.com/download/prev_releases/1.11/valentina_rb_5.zip


NOTE: DO NOT
extract directly into REALbasic Plugins folder
I suggest:
C:\Program Files\REAL Software\Valentina for
REALbasic\Plugins\V4RB_1.11

Now you should have the following folders:

Create
a Folder V4RB_3
C:\Program Files\REAL Software\Valentina for
REALbasic\V4RB_3
and copy V4RB.rbx into it

When
you want to use Valentina in the future:
Close all REALbasic IDEs
Copy the V4RB_3 folder
To:
C:\Program
Files\REAL Software\REALbasic 2007r2\Plugins
Which should end
up looking like this:
C:\Program Files\REAL Software\REALbasic
2007r2\Plugins\V4RB_3

To TEST
and USE:
Execute REALbasic .
Open a REALbasic window.
Double Click on the window background (which opens the
coding pane for the Open subroutine)
And begin Typing Valentina.
The auto complete
should show this:
Type va

Then finish va with
an l (for val for valentina)
And the auto complete should show this:

Another
test is:

Any
Future projects will NOT require Valentina support files
unless you reference Valentina objects in your code
Want to
remove Valentina references from your code?
Close any REALbasic
IDEs
To remove Valentina references from REALbasic , just
delete the Valentina Plugins Folder:
C:\Program Files\REAL Software\REALbasic 2007r2\Plugins\V4RB_3
Execute REALbasic
Let REALbasic highlight the Valentina references for you
by and running the app or checking the modules.
You’ll get compile errors for every Valentina reference
in your code.
Place
nice constructive comments here
These are some nice comments about what I've learned
over the last five days of REALbasic 2007 r2
research.
Some
ideas regarding future enhancements
These are some nice comments about what I could add
to the Folder Scanner Project.
|