Pantalla negra detras de ventana (SOLUCIONADO)

Compuin
Posts: 1244
Joined: Tue Dec 28, 2010 1:29 pm
Location: Quebec, Canada

Re: Pantalla negra detras de ventana

Post by Compuin »

Uso FWH y Harbour / BCC7

Quitando la linea me arroja esto

Compiling...
Harbour 3.2.0dev (r1506171039)
Copyright (c) 1999-2015, http://harbour-project.org/
Compiling 'tutor01.prg' and generating preprocessed output to 'tutor01.ppo'...
Lines 4547, Functions/Procedures 1
Generating C source output to 'tutor01.c'... Done.
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies,
Inc.
tutor01.c:
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, In
c.
Error: Unresolved external '_HB_FUN_HB_GT_GUI_DEFAULT' referenced from C:\FWH\LIB\FIVEH.LIB|ERRSYSW
Error: Unable to perform link
* Linking errors *

C:\fwh\samples>
FWH 20.12
Hbmk2 32/64 Bits (Build 19.29.30133)
Microsoft Visual C 32 Bits
MySql 8.0.24 32/64 Bits
VS Code
Compuin
Posts: 1244
Joined: Tue Dec 28, 2010 1:29 pm
Location: Quebec, Canada

Re: Pantalla negra detras de ventana (SOLUCIONADO)

Post by Compuin »

carlos vargas wrote:
echo %hdirl%\gtwin.lib + >> b32.bc <<<----------- borrar esta linea
echo %hdirl%\gtgui.lib + >> b32.bc
echo %hdirl%\hbrtl.lib + >> b32.bc


Gracias Carlos,

Tu solucion funciono
FWH 20.12
Hbmk2 32/64 Bits (Build 19.29.30133)
Microsoft Visual C 32 Bits
MySql 8.0.24 32/64 Bits
VS Code
User avatar
CARLOS ATUNCAR
Posts: 181
Joined: Thu Sep 17, 2015 11:40 pm
Location: Chincha - Peru
Been thanked: 1 time
Contact:

Re: Pantalla negra detras de ventana (SOLUCIONADO)

Post by CARLOS ATUNCAR »

solucione con este linea
%C_BIN_INSTALL%\iLink32.Exe -Gn -aa -Tpe -s -v @%LNK%
Carlos Atuncar - CaSoftSystem
Chincha - Perú
carlosalbatun@gmail.com
Post Reply