Visual Studio 2005

Has Anyone sucessfully used vc 2005 with frontpanel?

I keep getting Unhandled exception at 0x7c9012b4 in Xem_1.exe: 0xC0000005: Access violation reading location 0x0000001a.

or similar messages when I try to program or perform some queries.

IsOpen()
GetDeviceMajorVersion()
GetDeviceMinorVersion()

work with v1.2.5 of frontpanel

ConfigureFPGA(bitfilename.c_str())
GetSerialNumber()

both produce access violations.

Everything seems to produce violations with the latest (1.3.1) version.

All cases have used static libraries.

Any Ideas?
.

Please use the DLL. The DLL is far more portable across various compilers and compiler versions. We will likely be dropping the C++ library in favor of the DLL very soon. (you’re not the only person having trouble – and we’re not the only library susceptible :slight_smile: )