I'm using FWH 11.4, Harbour ( Microsoft Build ) and the builder in UE Studio, plus Visual Studio 2010 VC++. Here are some basic questions regarding Harbour that I don't see in the documents:
1) How do I specify the primary .prg when building the program ?
2) How do I include ADS, and is their a difference in implementing xHarbour vs Harbour ADS ?
3) I notice a difference between AT( ) implementation in Harbour and xHarbour. The 2nd supports param 3&4 for the range to search. Is there an alternative in Harbour ?
4) Some xHarbour functions are not found in Harbour. Are their substitutes ? I am looking for DiskTotal(), DiskFree(), CurDrive(), TipClientHTTP( ).
5) Anyone know the file to handle the following unresolved externals in Harbour ? _pcre_free, _pcre_compile , _pcre_exec, _pcre_stack_free, _pcre_stack_malloc, and _pcre_malloc referenced in functions regfree, regcomp, regexec, hb_regex_init
Any help will be greatly appreciated.