Re: I want to be a HMG Poster
Posted: Fri Jun 11, 2010 3:37 am
It's ok Chenmin.
Exclusive forum for HMG, a Free / Open Source xBase WIN32/64 Bits / GUI Development System
http://www.hmgforum.com/
Hello cocoking, welcome aboardcocoking wrote:Hello. Thank you for sharing your ideas, efforts and talents with the programming community.
My interest in Harbour/HMG lies in converting Clipper 5.2e applications into Windows-based (printing, gui, new features), and creating "bridge" programs between 2 applications with different data formats. I have intermediate knowledge in Clipper but a total beginner in Harbour/HMG and Windows programming.
As our friend Rathinagiri mentioned, renaming library file by extension isn't a correct way, because internal structure of two library files are different. Re-compiling from source code, re-linking and re-libbing too may not be sufficient for your expectations; probably may be for only console mode.cocoking wrote:Please allow me my initial questions:
My first project is a small program but I'm getting errors like: undefined reference to HB_FUN_FT_DEFAULT, HB_FUN_FT_INT86. These functions came from NANFOR.LIB. So I included LIBHBNF.A (renamed to LIBHBNF.LIB, not sure if this is a correct move) so that the compiler/linker may find it. But I still get errors.
Are both .LIB and .A valid library files (with interchangeable extension names)?
Code: Select all
<cCurrentDefaultDrive> := SET( _SET_DEFAULT ) // for to retrieveCode: Select all
SET( _SET_DEFAULT <cNewDefaultDrive> ) // for to setYes, I'm remembering such utilscocoking wrote:Second question, is there a tool that I can use to see/list the available functions in a library file (.LIB and .A)? Similar to Herb Rose's LIBRA.EXE, or LIB.EXE of Microsoft?
I'd like to print a copy of all the functions and commands (with brief description only, to save on paper, hopefully less than 50 pages only). Any ideas where I can source the data?
Hai Shuvro Basu,shuvro_basu wrote:Hello,
This is Shuvro from Chennai, India. I have used Clipper in the past (about a decade ago) and now my interests are renewed in the language and also HMG too.