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.
Error al Compilar tutor01.prg
- ruben Dario
- Posts: 1070
- Joined: Thu Sep 27, 2007 3:47 pm
- Location: Colombia
- Antonio Linares
- Site Admin
- Posts: 42508
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 30 times
- Been thanked: 72 times
- Contact:
Re: Error al Compilar tutor01.prg
Añade esta función al final del tutor01.prg:
function __Run( x )
return nil
function __Run( x )
return nil
- ruben Dario
- Posts: 1070
- Joined: Thu Sep 27, 2007 3:47 pm
- Location: Colombia
Re: Error al Compilar tutor01.prg
Antonio Linares wrote:Añade esta función al final del tutor01.prg:
function __Run( x )
return nil
Muchas Gracias Antonio , ya pude compilarlo.