Vector Network Analyzer

Hi Mike,

Seems like the issue is related to building for 32-bit:

For some reason Visual Studio linker adds underscore to the symbol name in 32 bit Windows, while in 64 bit versions it does not.

cyLimeLib distribution contains LimeSuite.lib for 64 bit Windows, so the 32 bit linker cannot use it.
The simplest solution would be to use 64 bit Visual Studio running vcvars64.bat instead of vcvars32.bat