B4R Question How to create B4R's Library ?

jinyistudio

Well-Known Member
Licensed User
Longtime User
Hi,

I don't use C. I want to creating library just use VB in the B4R ?
 

vali khandangoll

Active Member
hi.
it is possible and easy.
i had this problem beafor.
you must do this.

1-you must download a library h file.
2-you must create library xml file with this command.
java -jar b4rh2xml.jar << library h filename and path >> << new library xml filename and path>>
3-you must define short library name for new xml library file like below.this name will be show in b4r editor rightclick.
<shortname> library shortname</shortname>
you must write this after
<name>B4R::library name</name>

be success
 

Attachments

  • B4Rh2xml.jar
    98 KB · Views: 145
Upvote 0
Top