Search found 277 matches: asc

Return to advanced search

Re: ASC bug - re: Barbara THIAM's post

This works fine for me:

*************
FUNCTION TEST()
**********
LOCAL cName := SPACE(10)
SET EXACT ON
IF cName = ""
? "OK : This work like Clipper"
ELSE
? "STOP : This work bad"
ENDIF
INKEY(0)
RETURN NIL

EMG
by Enrico Maria Giordano
Sat Oct 15, 2005 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASC bug - re: Barbara THIAM's post
Replies: 23
Views: 10954

Re: ASC bug - re: Barbara THIAM's post

... cName = "" MessageBox("OK : This work like Clipper") ELSE MessageBox("STOP : This work bad") ENDIF RETURN NIL This is too hard... (But i confirm, Asc() and ReadInsert() work fine with xHarbour 0.99.5) Badara http://www.icim.fr
by Badara Thiam
Fri Oct 14, 2005 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASC bug - re: Barbara THIAM's post
Replies: 23
Views: 10954

Re: ASC bug - re: Barbara THIAM's post

This is what I use:

SET HARBOURCMD=/a /es1 /gc0 /l /m /n /q /w

Anyway, you don't have to recompile the following PRGs:

expbuild.prg
db10.prg
odbc32.prg
dbm.prg
vbxctrl.prg
_index.prg
dbms.prg
ddeserv.prg
field.prg
tnewsins.prg
c3.prg

EMG
by Enrico Maria Giordano
Fri Oct 14, 2005 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASC bug - re: Barbara THIAM's post
Replies: 23
Views: 10954

Re: ASC bug - re: Barbara THIAM's post

Hello EMG, Can you tell me the betters compiler options to compile all Fivewin for Harbour .prg with xHarbour in one pass (if possible) ? I have some compiler errors with these options : "-l -n -w -m -gc0" ie error : "dbms.ch (84) Warning I0003 : No markers in repeatable group [;#undef _Dbms_ ] - gr...
by Badara Thiam
Fri Oct 14, 2005 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASC bug - re: Barbara THIAM's post
Replies: 23
Views: 10954

Re: ASC bug - re: Barbara THIAM's post

You have to recompile *all* your PRGs and *all* FWH PRGs.

EMG
by Enrico Maria Giordano
Thu Oct 13, 2005 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASC bug - re: Barbara THIAM's post
Replies: 23
Views: 10954

Re: ASC bug - re: Barbara THIAM's post

Hello Mr Babin, Hello Everybody, I am testing xHarbour build 0.99.5, waiting new release of Harbour. I get an executable, but when i run it, this message appears at first : "ALERT.PRG was compiled by older version, PCODE version 5 is no longer supported - Please recompile." Are the FWH 2.5 lib's not...
by Badara Thiam
Thu Oct 13, 2005 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASC bug - re: Barbara THIAM's post
Replies: 23
Views: 10954

ASC bug - re: Barbara THIAM's post

... post. However the following code worked flawlessly under FWH using Harbour Alpha build 44.0 and also using xHarbour build 99.3 // Test of ASC function FUNCTION MAIN() LOCAL n, cStr := "", lf := CHR(13)+CHR(10) FOR n := 0 TO 255 cStr += LSTR( ASC(CHR(n)) )+IF(n%10=0,lf," - ") NEXT MSGINFO( ...
by D Babin
Fri Oct 07, 2005 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASC bug - re: Barbara THIAM's post
Replies: 23
Views: 10954
Previous

Return to advanced search