FX2LP Arithmetic Overflow

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I'm attempting to update drivers from the old EZ-USB software to the newest version. I've got the latest DVK, but I'm still having trouble - namely, whenever I try to do anything with the drivers at all, GetLastError() informs me that I've received error 534 - ERROR_ARITHMETIC_OVERFLOW. I'm using Visual Studio 2013, Windows 7 64-bit, and targeting 32-bit. 

0 Likes
1 Reply
Anonymous
Not applicable

Additional information: if I attempt to build for x64 platforms, using the x64 library included in the CY3684 DVK install, I get a ton of unresolved external symbols (namely, it can't find CCyUSBDevice).Thus, I cannot build for x64, which I would like to do as well.

0 Likes