I never migrated to Harbour
![Smile :-)](./images/smilies/icon_smile.gif)
And never had the need to copy a file with non-ascii characters.
Antonio Linares wrote:And never had the need to copy a file with non-ascii characters.
Is that correct? I would prefer to not use something related to a specific language.
James Bott wrote:Enrico,Is that correct? I would prefer to not use something related to a specific language.
I am wondering if xHarbour is already requesting the same codepage, and if so, then you already are using something related to a specific language. Have you looked at the source code for xHarbour for the codepage (using a global search)? Or, maybe just reviewing the source for memowrit()
James Bott wrote:and copyfile() would turn up something.
Antonio Linares wrote:Enrico,
I am mostly a system developer not an application developer
CopyFile() is a Windows API function. I'm very confused...
James Bott wrote:Are you only having issues with the memoWrit(), copyfile(), and memoLine() routines and everything thing else is working? Or, have you found other issues?
James Bott wrote:I was just thinking that those are very specific issues for you but maybe not for everyone.
It seems that at the very worst you could compile those three functions from xHarbour and link them into your app when compiling with Harbour and that would get you a running app (provided there aren't other issues too).
James Bott wrote:Isn't there a Harbour forum where you might post your problems? Maybe then they would get fixed.
James Bott wrote:I might also point out that these may not be considered bugs, but rather things that xHarbour supports that Harbour doesn't. If you were moving from Harbour to xHarbour I expect you would also find incompatibilities.