FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour after transferring from xHarbour Builder to Harbour
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
after transferring from xHarbour Builder to Harbour
Posted: Thu Jun 12, 2014 07:56 PM
Hello,

I transferred my applications from xHarbour Builder to Harbour (with a lot of help from Antonio : thanks a lot).

I have still on minor problem left.

At the start of my application, you find this code :
Code (fw): Select all Collapse
PRIVATE hBorland := LOADLIBRARY("MYBWCC32.DLL")
At the end, you find this code :
Code (fw): Select all Collapse
SET RESOURCES TO
TRY
   FREELIBRARY(hBorLand)
CATCH
END
ResAllFree()
QUIT
My application disappears from my screen, but if I have a look in de taskmanager, I still can see the EXE-file in the list of the processes.

I didn't have this problem with xHarbour.

How can I resolve this?

Thanks a lot in advance.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: after transferring from xHarbour Builder to Harbour
Posted: Thu Jun 12, 2014 08:19 PM

Michel,

If you place a MsgInfo( 1 ) at the beginning of your app, does it show ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: after transferring from xHarbour Builder to Harbour
Posted: Thu Jun 12, 2014 08:30 PM

Yes, Antonio, the msginfo is shown.

First I thougt that the freelibrary function was the reason. But I deleted it and just the same is happening. I have to kill the process manually.

Thanks.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: after transferring from xHarbour Builder to Harbour
Posted: Thu Jun 12, 2014 08:35 PM

Antonio,

Very strange.

If I the line with FREELIBRARY an d the line with QUIT, then everything is going ok.

Strange, isn't it?

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Continue the discussion