Hello, I’m using Visual C++ 6 with your okxem.lib. I originally was programming with much success using the .NET environment, but now need to move to studio. I downloaded the alternative library, but I’m finding linking the library very difficult, with all of the calls becoming unresolved.
This may be a stupid question, but does this version of the library require different header files to the other version? If so, where can I get hold of them?
You do not need any alternative headers. However, I’d suggest downloading the latest version of FrontPanel. In the API directory, you’ll find the latest VC6 build of the library. (it’s called okFrontPanel-vc6.lib)
Also, you may want to consider using the DLL if you are using a legacy version of Studio. Instead of maintaining old versions of the library, we’ll probably build for the latest Studio release (MS is on VS 2005 now) keep the DLL up-to-date for older versions.
We may eventually eliminate the static library altogether and stick with the DLL. It’s the easiest to maintain and provides the greatest level of compatibility.