Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - prichard

Pages: [1]
1


Download Attachment: hALdemo.zip
8.3 KB

Its possible to use the Zabaware DLL's for development.

-hQ

2
Programming using the Ultra Hal Brain Editor / VB with DLL???
« on: June 13, 2007, 05:10:28 pm »
Simple VB experiment:

Dim chALBRAIN As New brain

Private Sub Command1_Click()

   Set chALBRAIN = New brain

   Text1 = chALBRAIN.ChooseSentenceFromFile("paraphrase")

End Sub

Doesn't work.

What is the problem? Is it the literal underline of the "paraphrase" filename? Or is initialization necessary...

Pages: [1]