I would like very much to use this library but it locks my program. I believe it is the Unicode setting I am using as the example also freezes when Unicode executable is checked. It would be great if you can find time to look into this.
I had a jaPBe freeze yesterday. I copied a block (~30 lines), pasted it, accidentally pasted it again, hit Ctrl+Z (undo) and jaPBe froze. Task Manager showed 50% use (I have a dual P4) and I finally had to end the process.
I use the automatic backup and do plenty of saves so I didn't lose much ...
The way I read this is that the second parameter to GetModelStringForDevice() should be a pointer to a buffer and so the interface declaration should probably read as follows: GetModelStringForDevice(a.p-BSTR,b)
Then pass the address of the string buffer as the second parameter when invoking ...
I have a trackbar that is used as an indicator, ie, changed using SetGadgetState(). What EventType/#WM_???? tells me it has changed? I want to update a text control when the bars value changes, possibly from several places so I want to capture an event.