7. In netio samples, you must add the following to the .prg's:Roberto Lopez wrote:
Some little things...
1. 'hmgver.dat' files are not longer used. Please delete.
2. Please, add the mixed mode sample I've posted to samples. It will address the issue 'how to create a mixed/console app with the new build?'.
3. The file hmgc.hbc is no longer needed. You can delete it.
4. Correct hmgversion() function to indicate the true version.
5. I've dropped PSPAD. I've changed to Notepad++. It is fully free and freely redistributable. It is (IMHO) superior to PSPAD and its style is more 'inline' with IDE style. Please, test it. If you agree with my opinion, please, change PSPAD for Notepad++.
6. Buildlib.bat point to \hmg, so it will not work with default install location. Please, use the same technique as in build.bat.
That's all!
REQUEST HB_GT_WIN_DEFAULT
and the readme1st.txt must be changed to:
If not, it will be not work from command line.Command line build:
build.bat <projectname.hbp> <projectname.hbc>
Ide build:
ide.bat <projectname.hbp>