Search found 3 matches

by AmericanBwana
Fri Jan 25, 2019 5:49 pm
Forum: Code Corner
Topic: C++ mir_sdr.h importing issues
Replies: 4
Views: 17080

Re: C++ mir_sdr.h importing issues

Bas,
NP. My home computer is win-10. It's really only used for digital (FT8 / RTTY ) and CW contests.

The project is really to help me learn a new language. Most of my other projects are built on work computers (Mac / CentOS ) using Python, JavaScript, Shell, or what ever.

73,
NN0G (Dana)
by AmericanBwana
Wed Jan 23, 2019 3:57 pm
Forum: Code Corner
Topic: C++ mir_sdr.h importing issues
Replies: 4
Views: 17080

Re: C++ mir_sdr.h importing issues

Bas, Thank you for the reply. The .h file I could find in the API directory was mir_sdr.h. I was able to get it kind of working by compiling and linking directly on the command line with g++ -c main.cpp, then g++ -o main.exe main.o -L. -lmir_sdr_api Probably not the 'right' way to do it. Thanks, AB
by AmericanBwana
Sun Jan 20, 2019 11:17 pm
Forum: Code Corner
Topic: C++ mir_sdr.h importing issues
Replies: 4
Views: 17080

C++ mir_sdr.h importing issues

First off, I'm a complete newbee when it comes to C or C++. I'm using a 64 bit Windows 10, MinGW 32 (gcc 8.2.0), and CodeLite. Using API version 2.13. The following code keeps throwing "Undefined reference to `_imp__mir_sdr_DebugEnable`. From what I read 'extern "C"' was supposed to disable name man...