Search found 160 matches

by Badara Thiam
Thu Oct 03, 2013 3:36 pm
Forum: FiveWin for CA-Clipper
Topic: error 667
Replies: 5
Views: 4323

Re: error 667

Hello Here is the NG help for this error : --- Explanation: The evaluation stack (containing LOCALs, etc.) and/or Memvar table has been exceeded, causing an attempt to access a locked VM segment in near memory. Action: Some suggestions to resolve this problem are: 1. Decrease the stack or PROCEDURE ...
by Badara Thiam
Mon Sep 09, 2013 2:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.7 with XHarbour and BCC582 - Unresolved Externals
Replies: 3
Views: 952

Re: FWH 13.7 with XHarbour and BCC582 - Unresolved Externals

Antonio,

Yes i forget to read the new Buildx.bat... Thanks
by Badara Thiam
Mon Sep 09, 2013 9:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.7 with XHarbour and BCC582 - Unresolved Externals
Replies: 3
Views: 952

Re: FWH 13.7 with XHarbour and BCC582 - Unresolved Externals

Hi Antonio, At this time i have just found this in BCC582\INCLUDE\WINABLE.H about GetWindowModuleFileName(), nothing about CallDll32(). Please, where are located GetModuleFileNameExA() and CallDll32() ? #if (WINVER < 0x0500) // these structures and functions             // are in NT 5.00 and above w...
by Badara Thiam
Sun Sep 08, 2013 9:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.7 with XHarbour and BCC582 - Unresolved Externals
Replies: 3
Views: 952

FWH 13.7 with XHarbour and BCC582 - Unresolved Externals

Hi All, I return on the FW forums after long time of silence. This week i begin with FWH 13.7 and i have found 2 unresolved externals, for CallDll32() and GetModuleFileNameExA() listed below : -------------- Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external 'GetM...
by Badara Thiam
Sat Mar 05, 2011 12:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SetFTime() conversion error
Replies: 8
Views: 2390

Re: SetFTime() conversion error

Hello See below the actual state of my function SETFDATI(). You can see here where was the problem. I don't give functions used in SETFDATI() like HEURES() who give the space time between two times in "C" type, and HEURESADD() who add hours, minutes and seconds in "C" type also. ...
by Badara Thiam
Fri Sep 25, 2009 2:50 pm
Forum: FiveWin for CA-Clipper
Topic: Base64 natives functions in Clipper !
Replies: 5
Views: 5858

Re: Base64 natives functions in Clipper !

Hello, I have upgraded StrToBase64() today. One bug fixed. No changes in others functions. Regards. * BASE64.PRG * Creation le 30/12/2008 * Auteur Badara Thiam * Derniere modification le 25/09/2009 à 16:35:37 * Modification du 25/09/2009 effectuée dans StrToBase64() * Résout une erreur de conversion...
by Badara Thiam
Sun Sep 13, 2009 3:51 pm
Forum: FiveWin for CA-Clipper
Topic: Base64 natives functions in Clipper !
Replies: 5
Views: 5858

Re: Base64 natives functions in Clipper !

I am happy for you...

Regards.
by Badara Thiam
Sun Sep 13, 2009 3:48 pm
Forum: FiveWin for CA-Clipper
Topic: In Urgent Need of a FiveWin Consultant
Replies: 2
Views: 3283

Re: In Urgent Need of a FiveWin Consultant

Mark, I can translate your Clip4win code to Fivewin code if you need someone to do it. I write in Clipper code since 23 years. Before than i develop with Fivewin to translate DOS code to Windows code (6 years ago), i develop in this way with Clip4win. Today i can produce DOs, Windows 16 bit and Wind...
by Badara Thiam
Sat Apr 11, 2009 5:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Valid email address
Replies: 17
Views: 3238

Re: Valid email address

Mr Otto,

We can use upper or lower caracters in a email adress.
Like we want. This is not the same for domain name adress,
where upper and lower are differents.

Best Regards.
by Badara Thiam
Wed Apr 01, 2009 3:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SetFTime() conversion error
Replies: 8
Views: 2390

Re: SetFTime() conversion error

I think i have found the problem, it was in my code.
I used DTOS() to pass the date parameter to SetFTime()
and you know the result...

Sorry, forget my last post please.

Best Regards.
by Badara Thiam
Wed Apr 01, 2009 9:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: SetFTime() conversion error
Replies: 8
Views: 2390

Re: SetFTime() conversion error

Hello, There is always a problem with SETFTIME() and SETFDATI() for [x]Harbour. The date and time writted are not local date and time but GMT time. In France there is different time in summer than in Winter. This bug is a big problem for network. It is not possible to forget it... Has someone solved...
by Badara Thiam
Wed Feb 04, 2009 3:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Base64 natives functions in Clipper !
Replies: 0
Views: 222

Base64 natives functions in Clipper !

Hello,

See my post on Clipper Forum today:

http://forums.fivetechsupport.com/viewt ... 82&start=0

Best regards.
by Badara Thiam
Wed Feb 04, 2009 3:09 pm
Forum: FiveWin for CA-Clipper
Topic: Base64 natives functions in Clipper !
Replies: 5
Views: 5858

Base64 natives functions in Clipper !

Hello, I put here in public domain, for Clipper and [x]Harbour developpers, some functions i have created to translate strings in Base64 encodage and reverse. This will help you in some cases, like to create your own TSMTP class with Autentification support, necessary to communicate with more in mor...
by Badara Thiam
Tue Dec 16, 2008 2:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Images into DLL
Replies: 3
Views: 773

Hi Mr RAMESHBABU,

Your explanation has help me to understand all the way.

Thank you.
Regards.
by Badara Thiam
Mon Dec 15, 2008 10:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Images into DLL
Replies: 3
Views: 773

Images into DLL

Hello,

I don't know how to create DLL with only images inside.

Is there a sample in FWH package ?

Regards.