Search found 2 matches

by PeakPins
Wed 7. Mar 2018, 10:48
Forum: PLIN-API
Topic: PLIN-API - Visual Basic 6 support?
Replies: 3
Views: 5019

Re: PLIN-API - Visual Basic 6 support?

Hi,
thanks for your reply.
I solved (or, at least, it seems).
The problem was in the LIN_SetClientFilter call: the original function in plinapi.dll accepts a 64bit data type for filter mask setting, but VB6 isn't able to manage such kind of data, I tried to pass a constant value set to &HFFFFFFFF ...
by PeakPins
Mon 5. Mar 2018, 16:47
Forum: PLIN-API
Topic: PLIN-API - Visual Basic 6 support?
Replies: 3
Views: 5019

PLIN-API - Visual Basic 6 support?

Hello to everybody,
due to compatibility issues with our old test equipment, I should need to write a Visual Basic 6 application with PLIN-API support, in order to communicate with an electronic unit using PCAN-USB Pro FD: the electronic unit is slave, PCAN hardware is master and sends messages to ...