Page 1 of 1

Error al Compilar tutor01.prg

PostPosted: Thu Sep 16, 2010 4:34 pm
by ruben Dario
Este es el error

ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ FiveWin for Pocket PC - April 2007 Harbour development power ³Ü
³ (c) FiveTech, 1993-2007 for Microsoft Windows Pocket PC ³Û
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙÛ
ÿ ßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßß
Compiling...
Harbour devel build 1.1-1 Intl.
Copyright 1999-2007, http://www.harbour-project.org/
Compiling 'tutor01.prg' and generating preprocessed output to 'tutor01.ppo'...

Lines 18, Functions/Procedures 1
Generating C source output to 'tutor01.c'... Done.
tutor01.c
Creating library tutor01.lib and object tutor01.exp
rtl.lib(run.obj) : error LNK2019: unresolved external symbol system referenced in function HB_FUN___RUN
tutor01.exe : fatal error LNK1120: 1 unresolved externals
* Application successfully built


********************************************
Me imagino que esto crea un punto .Exe se puede ejecutar en n PC o se requiere un programa para emular.

Re: Error al Compilar tutor01.prg

PostPosted: Thu Sep 16, 2010 5:14 pm
by Antonio Linares
Añade esta función al final del tutor01.prg:

function __Run( x )

return nil

Re: Error al Compilar tutor01.prg

PostPosted: Thu Sep 16, 2010 6:51 pm
by ruben Dario
Antonio Linares wrote:Añade esta función al final del tutor01.prg:

function __Run( x )

return nil


Muchas Gracias Antonio , ya pude compilarlo.