Search found 54 matches

by Vladimir Grigoriev
Fri Feb 16, 2007 9:43 am
Forum: FiveWin for CA-Clipper
Topic: No Exported Method
Replies: 2
Views: 1478

Just as idea maybe TSTRUCT:NSIZE is readonly class variable and cannot be used at left side of assignment statement. Or instead of class referencing TSTRUCT you should use an object name?
by Vladimir Grigoriev
Tue Jan 09, 2007 12:00 pm
Forum: FiveWin for CA-Clipper
Topic: Fix Clip52 memory error
Replies: 5
Views: 2215

You can use LIB utility for extracting object files from a library. As a rule such utility is included in every C compiler.

For example

LIB CLIPPER *OM, Clipper
by Vladimir Grigoriev
Tue May 30, 2006 2:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Possible bug in TGet w/ @k picture
Replies: 6
Views: 1682

By the way I think (though I might be wrong) the expression "@!@k" is not valid for PICTURE clause though it may have no any serious consequence. IMO it is better to use @!K before either right quatation mark or a space.
by Vladimir Grigoriev
Fri May 19, 2006 11:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in cGetFile()
Replies: 7
Views: 1962

The maximum number of characters in a full path, including the drive letter, colon, leading backslash, file name, and terminating null character, is 260.
by Vladimir Grigoriev
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: 1323

Maybe you should use ComboBox (or other control) to let a user select approciated picture format himself?

Vladimir Grigoriev
by Vladimir Grigoriev
Wed Apr 12, 2006 11:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: Memowrit Question
Replies: 13
Views: 4879

I have pointed out incompatibility of MEMOWRITE() functions between Harbour and xHarbour on xHarbour forum. :o
by Vladimir Grigoriev
Wed Apr 12, 2006 11:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: Memowrit Question
Replies: 13
Views: 4879

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 ) ...
by Vladimir Grigoriev
Wed Apr 12, 2006 10:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: Memowrit Question
Replies: 13
Views: 4879

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...
by Vladimir Grigoriev
Wed Apr 12, 2006 10:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Memowrit Question
Replies: 13
Views: 4879

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 charact...
by Vladimir Grigoriev
Wed Apr 12, 2006 9:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: Memowrit Question
Replies: 13
Views: 4879

As I have understood the new function MEMOWRITE() has three parameters. The third parameter of type Logical specifies either to write EOF character ( .T. by default) or not (.F.).
So you should specify MEMOWRITE() function with three parameters and the third parameter should be specified as .F..
by Vladimir Grigoriev
Tue Apr 11, 2006 4:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Memowrit Question
Replies: 13
Views: 4879

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...
by Vladimir Grigoriev
Thu Apr 06, 2006 9:12 am
Forum: FiveWin for CA-Clipper
Topic: How to determine a function existance
Replies: 8
Views: 2770

This is an idea! It need to be tested.
by Vladimir Grigoriev
Thu Apr 06, 2006 9:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin
Replies: 14
Views: 5969

In fact can be bought! For example what about xHarbour "professional" or some releases of Linux published, for example, by Red Hat? If you have enough capital you can buy a project and turn buissness such away that you program will reduce to zero all efforts of open source project! :o
by Vladimir Grigoriev
Thu Apr 06, 2006 8:58 am
Forum: FiveWin for CA-Clipper
Topic: How to determine a function existance
Replies: 8
Views: 2770

I did not test but can be a such situation that BEGIN SEQUENCE will intercept an error which occured inside MyFunc() and wil be difficult to distinguish if the error is generated by the absence of the function or by the function itself?
by Vladimir Grigoriev
Wed Apr 05, 2006 2:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin
Replies: 14
Views: 5969

And where is this company? :) By the way is this company CA? :) Or Borland is searching another killer?