T
T
tvsjke2015-11-23 09:00:26
C++ / C#
tvsjke, 2015-11-23 09:00:26

How to connect SDK to VS 2008 project?

Good afternoon. There is a barcode reader under Win CE 6. I'm trying to program the use of the scanner. To do this, downloaded from off. site "Motorola EMDK for C". In the help, in the API's->Scanning section there are requirements:
Header: scancapi.h
Library: scnapi32.lib
Well, everything seems to be clear. Inside the program I write

#pragma comment(lib,"scnapi32.lib")
#include <scancapi.h>

I'm calling an API function.
When compiling, the following comes out:
3b4b9dd690dc4a128e17977674c150d4.jpg
I feel that I missed something, but I can’t understand what. Help me please.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Martyanov, 2015-11-23
@vilgeforce

I wonder why some left file is launched during compilation ... Are you sure you are not trying to run the compiled application from the studio?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question