Search found 1 match

by phuongdv
Tue 31. Jul 2018, 05:32
Forum: Suggestions & Feature Requests
Topic: Trouble communicating APIs with my Qt GUI USB PCAN
Replies: 1
Views: 8218

Trouble communicating APIs with my Qt GUI USB PCAN

I recently bought a USB PCAN device. I am having trouble communicating APIs with my Qt GUI.

I'm using #include <libpcan.h> and #include <pcan.h> in my code as mentioned in a sample code. I'm compiling the code with the -lpcanfd compiler. When I add #include <libpcan.h> to the Qt header and compile ...