Page 2 of 2

compiler

Posted: 25 May 2010, 19:57
by gschalk
Elita,

It seems like you may be using a compiler that is not supported. BCI2000 v2.0 supports Borland C++ Builder, and V3.0 also supports VisualStudio and MinGW. Please check the build instructions on doc.bci2000.org.

It may be helpful to consult with experts in software engineering and electrical engineering.

Gerv

Posted: 26 May 2010, 08:08
by mellinger
Elita,

add -lws2_32 to the linker options in your project. This should fix the linker errors.

--Juergen