|
From: <alk...@us...> - 2013-02-06 08:49:37
|
Revision: 1999
http://sourceforge.net/p/hwgui/code/1999
Author: alkresin
Date: 2013-02-06 08:49:34 +0000 (Wed, 06 Feb 2013)
Log Message:
-----------
2013-02-06 12:50 UTC+0300 Alexander Kresin <al...@be...>
- source/errorsys.prg
+ source/herrsys.prg
- gtk/errorsys.prg
+ gtk/herrsys.prg
* errorsys.prg renamed to herrsys.prg, Errorsys() -> hwg_ErrSys(),
Errormessage() -> hwg_ErrMsg().
These is done to prevent problems with few compilers, because
errorsys.prg and Errorsys() function are part of Harbour RTL.
* source/hcwindow.prg
* gtk/hcwindow.prg
* INIT PROC, which calls hwg_ErrSys() added.
* source/procmisc/hfrmtmpl.prg
* source/procmisc/procscri.prg
* gtk/hfrmtmpl.prg
* Calls of Errormessage() are changed to hwg_ErrMsg()
* makefile.bc
* makefile.gcc
* makefile.pc
* Makefile.scr
* makefile.vc
* makefile.wc
* makefiles has been changed
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/Makefile.scr
trunk/hwgui/gtk/errorsys.prg
trunk/hwgui/gtk/hcwindow.prg
trunk/hwgui/gtk/hfrmtmpl.prg
trunk/hwgui/gtk/samples/dbview.prg
trunk/hwgui/hwgui.hbm
trunk/hwgui/hwgui.hbp
trunk/hwgui/makedll.bc
trunk/hwgui/makefile.bc
trunk/hwgui/makefile.gcc
trunk/hwgui/makefile.pc
trunk/hwgui/makefile.vc
trunk/hwgui/makefile.wc
trunk/hwgui/source/errorsys.prg
trunk/hwgui/source/hcwindow.prg
trunk/hwgui/source/procmisc/hfrmtmpl.prg
trunk/hwgui/source/procmisc/procscri.prg
|