Estou seguindo este exemplo para usar _ do MC1000
http://forums.fivetechsupport.com/viewt ... pi.h#p3164
La forma correcta de generar el fichero LIB es:
1. Crear el fichero DEF a partir desde la DLL:
impdef.exe scnapi32.def scnapi32.dll
2. Crear la LIB a partir del fichero DEF:
lib.exe /def:scnapi32.def /machine:arm /out:scnapi32.lib
porem me ocorre o erro:
┌────────────────────────────────────────────────────────────────────────────┐
│ FiveWin for Pocket PC - January 2009 Harbour development power │▄
│ (c) FiveTech Software, 1993-2009 for Microsoft Windows Pocket PC │█
└────────────────────────────────────────────────────────────────────────────┘█
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Compiling...
Harbour 1.0.1dev Intl. (Rev. 9361)
Copyright (c) 1999-2008, http://www.harbour-project.org/
Compiling 'bar.prg' and generating preprocessed output to 'bar.ppo'...
Lines 1792, Functions/Procedures 5
Generating C source output to 'bar.c'... Done.
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
bar.c
bar.prg(24) : fatal error C1083: Cannot open include file: 'ScanCAPI.h': No such
file or directory
LINK : fatal error LNK1181: cannot open input file 'bar.obj'
* Linking errors *
Sr. Antonio - ScanCAPI.h
- Antonio Linares
- Site Admin
- Posts: 37485
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Sr. Antonio - ScanCAPI.h
Thanks Sr. Antonio