Search found 54 matches
- Fri Feb 16, 2007 9:43 am
- Forum: FiveWin for CA-Clipper
- Topic: No Exported Method
- Replies: 2
- Views: 1509
- Tue Jan 09, 2007 12:00 pm
- Forum: FiveWin for CA-Clipper
- Topic: Fix Clip52 memory error
- Replies: 5
- Views: 2417
- Tue May 30, 2006 2:09 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Possible bug in TGet w/ @k picture
- Replies: 6
- Views: 1791
- Fri May 19, 2006 11:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug in cGetFile()
- Replies: 7
- Views: 2162
- Wed Apr 26, 2006 10:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Change te picture of a get according the contents
- Replies: 4
- Views: 1247
- Wed Apr 12, 2006 11:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Memowrit Question
- Replies: 13
- Views: 5327
- Wed Apr 12, 2006 11:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Memowrit Question
- Replies: 13
- Views: 5327
- Wed Apr 12, 2006 10:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Memowrit Question
- Replies: 13
- Views: 5327
Unfortunately I can not test your code as I have not Harbour. From the source code of memofile.c one should conclude that MEMOWRITE() will work correctly i.e. it will write into file without EOF character if the third parameter will be set to .F..
By the way how do you determine that EOF character ...
By the way how do you determine that EOF character ...
- Wed Apr 12, 2006 10:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Memowrit Question
- Replies: 13
- Views: 5327
I think you mean this code :
if( hb_parinfo(0) == 3 && ISLOG( 3 ) )
bWriteEof = hb_parl( 3 );
Yes I have meant this code above. So maybe there is a bug in your Harbour build or there is another idea. What about your string data <text> contains EOF character itself? Can you test last character of ...
if( hb_parinfo(0) == 3 && ISLOG( 3 ) )
bWriteEof = hb_parl( 3 );
Yes I have meant this code above. So maybe there is a bug in your Harbour build or there is another idea. What about your string data <text> contains EOF character itself? Can you test last character of ...
- Wed Apr 12, 2006 9:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Memowrit Question
- Replies: 13
- Views: 5327
- Tue Apr 11, 2006 4:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Memowrit Question
- Replies: 13
- Views: 5327
In Clipper MEMOWRITE() is nothing more than sequence of the functions fopen(), fwrite(), fclose(). The only thing MEMOWRITE() does itself is appending EOF character. Though I don't use Harbour but I think the same is justly for Harbour. So you can use fopen(), fwrite(), fclose() functions by youself ...
- Thu Apr 06, 2006 9:12 am
- Forum: FiveWin for CA-Clipper
- Topic: How to determine a function existance
- Replies: 8
- Views: 3076
- Thu Apr 06, 2006 9:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fivewin
- Replies: 14
- Views: 6121
- Thu Apr 06, 2006 8:58 am
- Forum: FiveWin for CA-Clipper
- Topic: How to determine a function existance
- Replies: 8
- Views: 3076
- Wed Apr 05, 2006 2:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fivewin
- Replies: 14
- Views: 6121