FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Error Al Compilar RBDESIGN.PRG
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Error Al Compilar RBDESIGN.PRG
Posted: Mon Apr 22, 2013 01:01 PM

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 *

João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Error Al Compilar RBDESIGN.PRG
Posted: Mon Apr 22, 2013 01:08 PM
Resuelto,

Code (fw): Select all Collapse
// Para compilar com XHARBOUR
FUNCTION FREOPEN_STDERR()
RETURN NIL

function HB_COMPILEFROMBUF()
return nil

function HB_HRBRUN()
return nil

João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 302
Joined: Fri Apr 23, 2010 04:30 AM
Re: Error Al Compilar RBDESIGN.PRG
Posted: Mon Apr 22, 2013 01:30 PM

Karinna,

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

Slds

Nicanor Martinez M.
Auditoria y Sistemas Ltda.
MicroExpress Ltda.
FW + FWH + XHARBOUR + HARBOUR + PELLES C + XDEVSTUDIO + XEDIT + BCC + VC_X86 + VCC_X64 + MINGW + R&R Reports + FastReport + Tdolphin + ADO + MYSQL + MARIADB + ORACLE
nnicanor@yahoo.com
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Error Al Compilar RBDESIGN.PRG
Posted: Mon Apr 22, 2013 01:43 PM
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.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error Al Compilar RBDESIGN.PRG
Posted: Mon Apr 22, 2013 03:27 PM

João,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion