Problemas con FHW 2.6 Abril 2.005

Post Reply
alfonso
Posts: 46
Joined: Fri Mar 09, 2007 1:31 pm
Location: España

Problemas con FHW 2.6 Abril 2.005

Post by alfonso »

Hola,

He probado a compilar el ejemplo combo3d.prg y se genera el ejecutable correctamente, estoy usando FWH/2.6 Abril 2.005 y Harbour devel build 1.1-0 Intl., pero cuando lo ejecuto me devuelve el siguiente error:

El programa es un ejemplo de \FWH\SAMPLES\combo3d.prg

Application
===========
Path and name: D:\apcivilf\combo3d.exe (32 bits)
Size: 1,068,032 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 06/15/07, 12:14:24
Error description: Error BASE/3003 Cannot find super class: __CLSINSTSUPER

Stack Calls
===========
Called from __CLSINSTSUPER(0)
Called from HBCLASS:CREATE(214)
Called from TDIALOG(0)
Called from MAIN(9)

System
======
CPU type: GetCPU() failed! 2383 Mhz
Hardware memory: 510 megs

Free System resources: 90 %
GDI resources: 90 %
User resources: 90 %

Compiler version: Harbour devel build 1.1-0 Intl.
Windows version: 5.1, Build 2600 Service Pack 1

Windows total applications running: 0

Variables in use
================
Procedure Type Value
==========================
__CLSINSTSUPER
Param 1: S
Local 1: N 0
HBCLASS:CREATE
Local 1: O Class: HBCLASS
Local 2: N 1
Local 3: N 1
Local 4: N 9
Local 5: U
Local 6: U
Local 7: A Len: 0
TDIALOG
Local 1: N 1
MAIN
Local 1: U
Local 2: C "2"
Local 3: A Len: 3
Local 4: S

Linked RDDs
===========
DBF
DBFFPT
DBFBLOB
DBFNTX

DataBases in use
================

Classes in use:
===============
1 HBCLASS
2 ERROR

Memory Analysis
===============
91 Static variables

Dynamic memory consume:
Actual Value: 0 bytes
Highest Value: 0 bytes

¿Puede alguien decirme cual es el problema?

Gracias por anticipado.

Saludos,
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Si no estás usando la versión de Harbour correspondiente a esa versión de FWH, entonces tienes que recompilar todos los PRGs de FWH y volver a construir FiveH.lib
regards, saludos

Antonio Linares
www.fivetechsoft.com
alfonso
Posts: 46
Joined: Fri Mar 09, 2007 1:31 pm
Location: España

Problemas con FWH 2.6 (abril 2.005) y Harbour

Post by alfonso »

Hola Antonio,

Compilé todos los prg como comentabas para construir de nuevo fiveh.
Pero me encuentro con el siguiente problema cuando pretendo linkar algun programa como el ejemplo com3d.prg.
¿Puedes orientarme como solventar el problema?

Saludos,

Te adjunto el error de linkage.

Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_CLASSCREATE' referenced from D:\FWH\LIB\FIVEH.LIB|db10
Error: Unresolved external '_HB_FUN_CLASSOBJECT' referenced from D:\FWH\LIB\FIVEH.LIB|db10
Error: Unresolved external '_HB_FUN_DBCREATEEXTSTRUCT' referenced from D:\FWH\LIB\FIVEH.LIB|db10
Error: Unresolved external '_HB_FUN_DBCREATEFROM' referenced from D:\FWH\LIB\FIVEH.LIB|db10
Error: Unresolved external '_HB_FUN_FIELDINFO' referenced from D:\FWH\LIB\FIVEH.LIB|db10
Error: Unresolved external '_HB_FUN_DBESETDEFAULT' referenced from D:\FWH\LIB\FIVEH.LIB|db10
Error: Unresolved external '_HB_FUN_DBELOAD' referenced from D:\FWH\LIB\FIVEH.LIB|db10
Error: Unresolved external '_HB_FUN_DBEBUILD' referenced from D:\FWH\LIB\FIVEH.LIB|db10
Error: Unresolved external '_HB_FUN__EARLYBOUNDCODEBLOCK' referenced from D:\FWH\LIB\FIVEH.LIB|db10
Error: Unresolved external '_HB_FUN__SYMRELEASE' referenced from D:\FWH\LIB\FIVEH.LIB|db10
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

El PRG db10.prg no debes incluirlo, ya que pertenece a FW++ y no a FWH
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply