--------------------Configuración: Barcode - Debug--------------------
Harbour Compiler Alpha build 45.0 (Flex)
Copyright 1999-2005, http://www.harbour-project.org/
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
bctest.c
Harbour Compiler Alpha build 45.0 (Flex)
Copyright 1999-2005, http://www.harbour-project.org/
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
Barcode.c
RC : fatal error RC1106 : invalid option: -32
Creating library bctest.lib and object bctest.exp
vm.lib(hvm.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x00035C78
rdd.lib(dbf1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x0008C4B0
dbfntx.lib(dbfntx1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x00099EFC
dbffpt.lib(dbffpt1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000AF9D8
Barcode.EXE - 1 error(es), 4 advertencia(s)
Se sigue utilizando de igual forma supongo, basta con añadir el fichero .RC al proyecto o hay que modificar algo.
El RC es el siguiente como se ha puesto antes....
- Code: Select all Expand view
#ifdef _CE
#include "g:\fwppc\vce2003\include\arm\windows.h"
#include "g:\fwppc\vce2003\include\arm\commctrl.h"
#endif
BARCODETEST DIALOG 11, 7, 252, 135
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Barcodes in a Dialog"
FONT 6, "MS Sans Serif"
{
PUSHBUTTON "&Cancel", 101, 192, 4, 54, 14
EDITTEXT 102, 11, 27, 94, 26
}
Donde encuentro un help con los errores del RC
Sin el RC el programa funciona y muestra el codigo de barra en la pantalla principal. Pero eso si no funciona el boton que muestra el dialogo desde recursos.