Hello,
I have made an application that runs in tray bar, I use xharbour+hwgui+xmate. It works fine but it leaves me with a blank console window while the app is running.
Any help so that window doesn't appear?
for example in fivewin instead of using gtwin it's gtgui, when using gtwin a black cmd window appears.
Hello,
I have made an application that runs in tray bar, I use xharbour+hwgui+xmate. It works fine but it leaves me with a blank console window while the app is running.
Any help so that window doesn't appear?
thank you so much
JM Rodríguez
for example in fivewin instead of using gtwin it's gtgui, when using
gtwin a black cmd window appears.
This is not true. Neither gtwin nor gtgui are required with FWH.
Il 10/02/2023 17:10, Enrico Maria Giordano ha scritto:set GT=gtgui
for example in fivewin instead of using gtwin it's gtgui, when using
gtwin a black cmd window appears.
This is not true. Neither gtwin nor gtgui are required with FWH.On the contrary, gtwin is required for console programs:
vm.lib(mainstd.obj) : error LNK2019: unresolved external symbol _HB_FUN_HB_GT_WIN referenced in function _hb_gt_ForceLink_HB_GT_WIN
I also had gtgui in my library list but at least it is not required now. Maybe it was required in the past, I don't remember.
--
Enrico Maria Giordano
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
El viernes, 10 de febrero de 2023 a la(s) 12:31:15 UTC-6, Enrico Maria Giordano escribió:
Il 10/02/2023 17:10, Enrico Maria Giordano ha scritto:
for example in fivewin instead of using gtwin it's gtgui, when using
gtwin a black cmd window appears.
This is not true. Neither gtwin nor gtgui are required with FWH.On the contrary, gtwin is required for console programs:
vm.lib(mainstd.obj) : error LNK2019: unresolved external symbol _HB_FUN_HB_GT_WIN referenced in function _hb_gt_ForceLink_HB_GT_WIN
I also had gtgui in my library list but at least it is not required now. Maybe it was required in the past, I don't remember.
--
Enrico Maria Giordano
http://www.emagsoftware.itset GT=gtgui
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
ECHO Compiling...
set HDIR=%HBDIR%
set HDIRLIB=%HDIR%\lib\win\bcc
set FWH=%FWDIR%
set BCDIR=d:\compiler\bcc
set BCDIRLIB=%BCDIR%\lib\win32
%HDIR%\bin\harbour %1 /n /i%FWH%\include;%HDIR%\include /w0 /p /v %2 %3 > comp.log 2> warnings.log
IF ERRORLEVEL 1 GOTO COMPILEERRORS
@type comp.log
@type warnings.log
echo -O2 -e%1.exe -I%HDIR%\include -I%BCDIR%\include %1.c > b32.bc %BCDIR%\bin\bcc32 -M -c @b32.bc
:ENDCOMPILE
IF EXIST %1.rc %BCDIR%\bin\brcc32.exe -r -I%BCDIR%\include -I%BCDIR%\include\windows\sdk %1
IF ERRORLEVEL 1 GOTO RESOURCESERROR
echo %BCDIR%\lib\c0w32.obj + > b32.bc
echo %1.obj, + >> b32.bc
echo %1.exe, + >> b32.bc
echo %1.map, + >> b32.bc
echo %FWH%\lib\patch.lib + >> b32.bc
echo %FWH%\lib\fiveh.lib + >> b32.bc
echo %FWH%\lib\fivehc.lib + >> b32.bc
echo %HDIRLIB%\hbrtl.lib + >> b32.bc
echo %HDIRLIB%\hbvm.lib + >> b32.bc
echo %HDIRLIB%\%GT%.lib + >> b32.bc
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 251 |
Nodes: | 16 (0 / 16) |
Uptime: | 04:16:49 |
Calls: | 5,571 |
Files: | 11,686 |
Messages: | 5,131,820 |