Page 1 of 1

Error Al Compilar RBDESIGN.PRG

Posted: Mon Apr 22, 2013 1:01 pm
by karinha
Maestro, que me falta??

ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ FiveWin for xHarbour 13.03 - Mar. 2013 xHarbour development power ³Ü
³ (c) FiveTech, 1993-2013 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8 ³Û
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙÛ
ÿ ßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßß
Compiling...
xHarbour 1.2.3 Intl. (SimpLex) (Build 20130326)
Copyright 1999-2013, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'rbdesign.prg' and generating preprocessed output to 'rbdesign.ppo'...
Generating C source output to 'rbdesign.c'...
Done.

Lines 605, Functions/Procedures 23, pCodes 3712
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
rbdesign.c:
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_HB_FUN_FREOPEN_STDERR' referenced from C:\FWH1303\SAMPLES\RBDESIGN.OBJ
Error: Unresolved external '_HB_FUN_HB_COMPILEFROMBUF' referenced from C:\FWH1303\SAMPLES\RBDESIGN.OBJ
Error: Unresolved external '_HB_FUN_HB_HRBRUN' referenced from C:\FWH1303\SAMPLES\RBDESIGN.OBJ
* Linking errors *

Re: Error Al Compilar RBDESIGN.PRG

Posted: Mon Apr 22, 2013 1:08 pm
by karinha
Resuelto,

Code: Select all

// Para compilar com XHARBOUR
FUNCTION FREOPEN_STDERR()
RETURN NIL

function HB_COMPILEFROMBUF()
return nil

function HB_HRBRUN()
return nil

Re: Error Al Compilar RBDESIGN.PRG

Posted: Mon Apr 22, 2013 1:30 pm
by nnicanor
Karinna,

Este ejemplo usa los scripts de Harbour por lo que las funciones no existen en xHarbour.


Slds

Re: Error Al Compilar RBDESIGN.PRG

Posted: Mon Apr 22, 2013 1:43 pm
by karinha
nnicanor wrote:Karinna,

Este ejemplo usa los scripts de Harbour por lo que las funciones no existen en xHarbour.


Slds
Gracias, Nicanor.

Tiens más ejemplos usando RBDESIGN??

No entendi mui bién para que sirve.

Gracias.

Re: Error Al Compilar RBDESIGN.PRG

Posted: Mon Apr 22, 2013 3:27 pm
by Antonio Linares
João,

Right click on the ribbonbar (and its components) and you will be able to dinamically build it and get its source code :-)