|
From: Alexander S.K. <al...@be...> - 2013-03-07 10:02:12
|
Hi All, I've changed all HwGUI function names, adding the hwg_ prefix. Sorry for any inconvenience. I recommend you to change all HwGUI function calls in your programs with the help of my snr2 utility: http://kresin.belgorod.su/snr.html The recommended syntax is: snr2 -hc:\hwgui\include\hwgcompat.ch -f -r -b *.prg ( Of course, your path to hwgcompat.ch may differ. ) This will change all the prgs in the current directory and its subdirectories, original files will be saved with .orig extension. If you omit the -b option: snr2 -hc:\hwgui\include\hwgcompat.ch -f -r *.prg the changes will be saved in new files with .new extension and the original files will remains the same. The operation will be logged into snr2.log file. If you want the full info about changed lines to be logged, add the -v option to the snr2 command line. Regards, Alexander. |