FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour To Rao:
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
To Rao:
Posted: Sun Mar 09, 2014 11:30 PM
Rao:

What does this piece of code do in Errsysw.prg ?
Code (fw): Select all Collapse
hLogo = FWBitMap()

If I recompile Errsysw.prg, this line of code makes Windows XP come up with the following error:
Code (fw): Select all Collapse
appname.exe
appname.exe has encountered a problem and needs to
close. We are sorry for the inconvenience.


If I comment this line, the recompiled ERRSYSW.PRG works flawlessly.

Thank you.
Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: To Rao:
Posted: Mon Mar 10, 2014 07:20 PM

this function return a handle bitmap, this bitmap is create in c code, the bitmap is fivetech logo, this logo is used in the dialog errorsysw

salu2

Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
To Rao:
Posted: Mon Mar 10, 2014 09:40 PM

Carlos:

A call to this function is making ERRSYSW.PRG goes havoc (does not work and Windows XP gives the error described above).
Thank you.

Continue the discussion