Search found 4 matches

by edzer
Tue Sep 13, 2005 9:30 pm
Forum: IO-Warrior Deutsch
Topic: Verständnis problem installation unter VB
Replies: 4
Views: 7680

Patzki

fur vb genugt es iowkit.dll zu windows verzeichnis zu kopieren.

sie brauchen keine include verzeichnissen irgendwo hinzu zufugen
by edzer
Sat May 07, 2005 12:50 pm
Forum: IO-Warrior English
Topic: iowkit and VB6
Replies: 7
Views: 15460

Problems solved! Both IowKitGetProductId and IowKitGetSerialNumber seem to work properly now.
Masking the two most significant bytes from the return value of IowKitGetProductId to zero, does the trick.

The code we talked about in one view.
The declaration part, with corrections on the orginal iow ...
by edzer
Mon May 02, 2005 9:18 am
Forum: IO-Warrior English
Topic: iowkit and VB6
Replies: 7
Views: 15460

Robert, thanks for your post.

VB6 returns an 'ByRef argument type mismatch' error on the IowKitGetSerialNumber function. De function declaration in iow.bas is:

Public Declare Function IowKitGetSerialNumber _
Lib "iowkit" _
(ByVal iowHandle As Long, ByRef buffer As String) _
As Long

It wont ...
by edzer
Sat Apr 30, 2005 8:40 pm
Forum: IO-Warrior English
Topic: iowkit and VB6
Replies: 7
Views: 15460

functions GetSerialNumber and GetProductId not working

Hi,

Has anyone code examples for IowKitGetProductId and IowKitGetSerialNumber functions in VB6?

I try to use these functions in vb6 but:
- IowKitGetSerialNumber function crashes the vb6-ide
- IowKitGetProductId returns different values each time the function is called.

I think the reason for the ...