|
From: <alk...@us...> - 2012-12-26 08:38:04
|
Revision: 1971
http://sourceforge.net/p/hwgui/code/1971
Author: alkresin
Date: 2012-12-26 08:38:02 +0000 (Wed, 26 Dec 2012)
Log Message:
-----------
2012-12-26 12:40 UTC+0300 Alexander Kresin <al...@be...>
+ include/hwgcompat.ch
+ this new header file is intended for compatibility, it holds
#xtranslate statements for functions, which names will be changed
( prefixed with "hwg_" ). You may include it in your applications
if you don't want to change all function calls.
* source/wprint.c
* All functions, which had not the "hwg_" prefix, has been prefixed with it.
* source/hprinter.prg
* source/guimain.prg
* utils/hwreport/example.prg
* utils/hwreport/hwreport.prg
* utils/hwreport/opensave.prg
* utils/hwreport/printrpt.prg
* utils/hwreport/repexec.prg
* Changed function calls for functions from wprint.c, prefixed with "hwg_"
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/contrib/misc/miscfunc.prg
trunk/hwgui/samples/hbrun/hbrun.prg
trunk/hwgui/source/guimain.prg
trunk/hwgui/source/hcontrol.prg
trunk/hwgui/source/hprinter.prg
trunk/hwgui/source/procmisc/hfrmtmpl.prg
trunk/hwgui/source/wprint.c
trunk/hwgui/utils/designer/extmodul.ch
trunk/hwgui/utils/designer/hformgen.prg
trunk/hwgui/utils/designer/resource/repwidg.xml
trunk/hwgui/utils/designer/xmlrun/XMLRUN.prg
trunk/hwgui/utils/hwreport/example.prg
trunk/hwgui/utils/hwreport/hwreport.prg
trunk/hwgui/utils/hwreport/opensave.prg
trunk/hwgui/utils/hwreport/printrpt.prg
trunk/hwgui/utils/hwreport/repexec.prg
Added Paths:
-----------
trunk/hwgui/include/hwgcompat.ch
|