SDK Problem with ps2000 Series(solved)

Post your C and C++ discussions here
Post Reply
xuil
Newbie
Posts: 0
Joined: Tue Sep 24, 2013 12:33 pm

SDK Problem with ps2000 Series(solved)

Post by xuil »

Well, I solved the problem.
There is a mistake in the "Readme.txt" .
We should add "PS2000A.lib" instead of "ps2000a.lib" to Resource Files.


Hi.

I'm trying to use the SDK to communicate with a PS2208.
I recently downloaded the SDK 5000 from this site.
I'm trying to run the C example.
I did as the "Readme .txt" written.

But when I try to build the C++ example i get the following error:

1>------ Build started: Project: 123, Configuration: Debug Win32 ------
1>Build started 2013-9-24 20:02:10.
1>InitializeBuildStatus:
1> Touching "Debug\123.unsuccessfulbuild".
1>ClCompile:
1> All outputs are up-to-date.
1>ManifestResourceCompile:
1> All outputs are up-to-date.
1>..\..\..\PS2000asdk_r10_5_0_19\CConsole\ps2000a.lib : fatal error LNK1127: library is corrupt
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:01.95
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

I compile the example with VS2010,on WinXp.

Could the support engineer give some help? Thank you in advance.

Post Reply