Search found 5 matches

by nadaanas1985
Sat 13. May 2017, 15:25
Forum: PCAN-Basic
Topic: Interfacing PCAN USB using C++
Replies: 10
Views: 22976

Re: Interfacing PCAN USB using C++

Hi K.Wagner

I want to ask if you know what's the function of the ProcessMessage and HandleReadError in native c++. Do you know how to write these function in the simple c++.

Thank you
by nadaanas1985
Tue 2. May 2017, 13:03
Forum: PCAN-Basic
Topic: Interfacing PCAN USB using C++
Replies: 10
Views: 22976

Re: Interfacing PCAN USB using C++

Thank you K.Wagner for your help and support.
by nadaanas1985
Tue 2. May 2017, 09:50
Forum: PCAN-Basic
Topic: Interfacing PCAN USB using C++
Replies: 10
Views: 22976

Re: Interfacing PCAN USB using C++

Hi

Thank you for your reply K.Wagner. I'm using native C++. I've already include the header file PCANBasic.h in my program but the problem I'm still have this lnk2019 error (Error LNK2019 unresolved external symbol _CAN_Read@12 referenced in function _main

Error LNK2019 unresolved external symbol ...
by nadaanas1985
Sat 29. Apr 2017, 14:17
Forum: PCAN-Basic
Topic: Interfacing PCAN USB using C++
Replies: 10
Views: 22976

Re: Interfacing PCAN USB using C++

Hi

I want to ask what's the header file I should include to use this C++ program. I tried but still getting errors in ProcessMessage function and HandleReadError. also I'm getting link2019 error in visual studio and that related o Can Read. I think I have to include not just PCANBasic.h. I'm using ...
by nadaanas1985
Sat 29. Apr 2017, 10:53
Forum: PCAN-PCI
Topic: PCI interface
Replies: 1
Views: 6216

PCI interface

I want to write a C++ program for the Peak-PCI. what header files should I include in my program. I got an error in some instruction like ProcessMessages. I'm using visual studio 2017 community and I'm getting two errors: 0020 and C2086.

thank you