Search found 150 matches: dietmar

Return to advanced search

Re: corrupt library

Dietmar,

This one should work fine, I just created it for you :-)

https://bitbucket.org/fivetech/fivewin-contributions/downloads/libmysql_for_xhb.com.zip
by Antonio Linares
Thu Aug 14, 2014 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: corrupt library
Replies: 4
Views: 607

Re: corrupt library

Dietmar, You can easily build it yourself: 1. Download libmysql.dll from here: http://www.sitasoft.net/dolphin/files/libmysql_dll.zip 2. Use Microsoft VC98 implib32.exe to create mysqldll.lib from it 3. xHb.com ...
by Antonio Linares
Thu Aug 14, 2014 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: corrupt library
Replies: 4
Views: 607

Re: corrupt library

... - Does this mean FHW is not compatible with xhb any more? Not really, i hope :) Can you please send me a compatible libmysql.lib. Thanks, Dietmar
by Dietmar Jahnel
Wed Aug 13, 2014 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: corrupt library
Replies: 4
Views: 607

Re: corrupt library

Dietmar,

Surely you are not using a MSVC 98 (this is compatible with xhb.com) library.

You may need to create the import library from its DLL using VC98 implib.exe
by Antonio Linares
Wed Aug 13, 2014 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: corrupt library
Replies: 4
Views: 607

corrupt library

Just tried to update an existing application to FWH 14.3 with xHB (January 2014)
Now I'm getting this:
xLINK: fatal error: Corrupt library: 'C:\fwh\lib\libmysql.lib'.

What can be done?
thanks for help!
Dietmar
by Dietmar Jahnel
Wed Aug 13, 2014 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: corrupt library
Replies: 4
Views: 607

Re: Web Apps

I also would love to have FiveWeb by FiveTech.
But as I cannot wait any longer I tried AlphaFive (www.alphafive.com) with good success.
It supports DBFs and the functions are the same as in xHarbour. Their programming language is different, but a lot can be done without programming.
Dietmar
by Dietmar Jahnel
Thu Sep 29, 2011 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Apps
Replies: 8
Views: 1659

Re: Painting problem radio and checkbox

Dietmar,

The right fix, as you have confirmed me by email, is:

function IsAppThemed()

return .F.

We are still working on this function to enhance it to support all possible circunstances
by Antonio Linares
Sat Sep 18, 2010 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting problem radio and checkbox
Replies: 3
Views: 627

Re: Painting problem radio and checkbox

Antonio Linares wrote:Dietmar,

Please add this function to your main PRG:

function IsAppThemed()

return .T.


Sorry, nothing changes,
not in our big application and not with my sample.
Dietmar
by Dietmar Jahnel
Sat Sep 18, 2010 6:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting problem radio and checkbox
Replies: 3
Views: 627

Re: Painting problem radio and checkbox

Dietmar,

Please add this function to your main PRG:

function IsAppThemed()

return .T.
by Antonio Linares
Sat Sep 18, 2010 4:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting problem radio and checkbox
Replies: 3
Views: 627

Painting problem radio and checkbox

... We need help, because this is what happens to our new software release on terminal servers I will send you a small sample by mail Regards, Dietmar
by Dietmar Jahnel
Fri Sep 17, 2010 10:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting problem radio and checkbox
Replies: 3
Views: 627

Re: Folder Itemsize

Thank Antonio,
The workaround ist working fine! :D
Dietmar
by Dietmar Jahnel
Sun Feb 07, 2010 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Itemsize
Replies: 20
Views: 3525

Re: Folder Itemsize

Dietmar,

Please don't use this code:
Code: Select all  Expand view

SuchFolder:nFdHeight += 35
 

Do it as explained here:
viewtopic.php?p=94168#p94168
by Antonio Linares
Sun Feb 07, 2010 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Itemsize
Replies: 20
Views: 3525

Re: Folder Itemsize

Dietmar, Please try it this way:     ACTIVATE DIALOG oDlg CENTER ;       ON INIT AEval( oFolder:aDialogs, { | o | o:Move( o:nTop + 5, o:nLeft ), o:nHeight -= 4 } )  ...
by Antonio Linares
Wed Feb 03, 2010 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Itemsize
Replies: 20
Views: 3525

Re: Folder Itemsize

Dietmar,

Please wait, I am testing the code myself and there is something wrong...

I am checking it
by Antonio Linares
Wed Feb 03, 2010 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Itemsize
Replies: 20
Views: 3525

Re: Folder Itemsize

Dietmar,

Please try to increase oFolder:nFdHeight with larger values, i.e.:

oFolder:nFdHeight += 15

Do it after the REDEFINE FOLDER ... command. You should notice that the contained dialogs top margins change.
by Antonio Linares
Wed Feb 03, 2010 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Itemsize
Replies: 20
Views: 3525
Next

Return to advanced search