Error Al Compilar RBDESIGN.PRG

Post Reply
User avatar
karinha
Posts: 4882
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Error Al Compilar RBDESIGN.PRG

Post 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 *
João Santos - São Paulo - Brasil
User avatar
karinha
Posts: 4882
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Error Al Compilar RBDESIGN.PRG

Post 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
João Santos - São Paulo - Brasil
nnicanor
Posts: 296
Joined: Fri Apr 23, 2010 4:30 am
Location: Colombia

Re: Error Al Compilar RBDESIGN.PRG

Post by nnicanor »

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
User avatar
karinha
Posts: 4882
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Error Al Compilar RBDESIGN.PRG

Post 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.
João Santos - São Paulo - Brasil
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Error Al Compilar RBDESIGN.PRG

Post 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 :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply