Search found 1 match

by tmkr
Mon Sep 12, 2016 12:59 pm
Forum: Linux
Topic: [Solved] DrDaq segfaults on open in Ubuntu 16.04
Replies: 1
Views: 12116

[Solved] DrDaq segfaults on open in Ubuntu 16.04

Hello everyone, whenever I try to open my DrDaq unit it just segfaults. It does so with Picoscope and with a custom written software: #include "usbDrDaqApi.h" #include int main(int argc, char *argv[]) { PICO_STATUS stat; short hnd; stat = UsbDrDaqOpenUnit(&hnd); exit(0); } This simply seg...