Friday, February 10th 2012, 12:59am UTC+1

You are not logged in.

  • Login
  • Register

Manuel

Administrator

Posts: 254

Location: Erlangen, Germany

Occupation: Software Developer

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