You are not logged in.

Manuel

Administrator

  • "Manuel" is male
  • "Manuel" started this thread

Posts: 256

Date of registration: Jul 16th 2008

Location: Erlangen, Germany

Occupation: Software Developer

Hobbies: Jabaco, game theory, text-mining

  • Send private message

1

Tuesday, November 25th 2008, 3:00am

UPDATE: Framework 1.1

Changelist:
  • Added WinAPI-Support
Definition:
I added a JNI-Wrapper for Jabaco. You are now able to use external libs (like the Windows API) with only one declaration. There are some differents to the Visual Basic implementation. At the moment it isn't possible to use 'any', or the addressOf-operator. Important: This feature is implemented for the Windows platform only.

Example:

Jabaco Source

1
2
3
4
5
Private Winapi Function GetTickCount Lib "kernel32.dll" () As Long

Public Sub Command1_Click()
   MsgBox GetTickCount()
End Sub

Note:
The preferred way of using the WinAPI with Jabaco is JNI: http://java.sun.com/j2se/1.4.2/docs/guide/jni/

Similar threads

Rate this thread
WoltLab Burning Board