Search found 54 matches
- Fri Feb 16, 2007 9:43 am
- Forum: FiveWin for CA-Clipper
- Topic: No Exported Method
- Replies: 2
- Views: 1523
- Tue Jan 09, 2007 12:00 pm
- Forum: FiveWin for CA-Clipper
- Topic: Fix Clip52 memory error
- Replies: 5
- Views: 2258
- Tue May 30, 2006 2:09 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Possible bug in TGet w/ @k picture
- Replies: 6
- Views: 1727
- Fri May 19, 2006 11:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug in cGetFile()
- Replies: 7
- Views: 1997
- 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: 1362
- Wed Apr 12, 2006 11:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Memowrit Question
- Replies: 13
- Views: 5007
- Wed Apr 12, 2006 11:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Memowrit Question
- Replies: 13
- Views: 5007
Ops! You are writing about xHarbour but the code for MEMOWRITE() discussed is from Harbour ! I have looked through xHarbour source code for MEMOWRITE() and indeed it has not the third parameter. So xHarbour MEMOWRITE() always writes EOF character! The code from xHarbour is below HB_FUNC( MEMOWRIT ) ...
- Wed Apr 12, 2006 10:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Memowrit Question
- Replies: 13
- Views: 5007
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 d...
- Wed Apr 12, 2006 10:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Memowrit Question
- Replies: 13
- Views: 5007
- Wed Apr 12, 2006 9:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Memowrit Question
- Replies: 13
- Views: 5007
- Tue Apr 11, 2006 4:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Memowrit Question
- Replies: 13
- Views: 5007
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: 2830
- Thu Apr 06, 2006 9:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fivewin
- Replies: 14
- Views: 6084
- Thu Apr 06, 2006 8:58 am
- Forum: FiveWin for CA-Clipper
- Topic: How to determine a function existance
- Replies: 8
- Views: 2830
- Wed Apr 05, 2006 2:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fivewin
- Replies: 14
- Views: 6084