Search found 1567 matches: everything

Return to advanced search

Re: ADS with 64bit FWH Apps

... also 64 bit versions of those files. As Reinaldo pointed out ( and he is probably the best source ), if you use the .dll files from ADS 10, then everything should work ok. I tried his suggestion here yesterday and it worked fine for me while using the ADS 12 Client Server installed for 64 bit ...
by TimStone
Tue Apr 16, 2024 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2306

SetMultiSelectCol() on line

... MENU oMenu POPUP if oBrw:IsSelectedRow() MENUITEM "Deselect the current row" action DeSelect_One_array(oBrw) MENUITEM "Deselect everything" action oBrw:SelectRow( 0 ) MENUITEM "Prints the selected lines" action PrintBrowse(oParent:cCaption,oBrw,oDbf) MENUITEM "Export ...
by Silvio.Falconi
Sat Apr 13, 2024 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 189

Still a problem with FWH 24.02 and xHarbour Builder - SOLVED

Hello,

I still get an error while building my application with xHarbour Builder.

This is the error

- Unresolved external symbol '_GetDCBrushColor referenced from CTRL2CHR.obj

With FWH 22.03 everything is ok.

How can this be solved?

Thanks a lot in advance.
by driessen
Sat Mar 16, 2024 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Still a problem with FWH 24.02 and xHarbour Builder - SOLVED
Replies: 4
Views: 792

Modify the title font of a MdiChild window

Hello everybody !

I hope everything is ok!

Dear,

Is it possible to modify the title font of a MDIChild or Dialog window, increasing the size and style?
by Ari
Thu Mar 14, 2024 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modify the title font of a MdiChild window
Replies: 4
Views: 856

Re: New FWH 24.02

driessen wrote:I made the changes you suggested, but there was also an error in one of my BAT-files with a path to the old BCC.

After having done these corrections, everything is running fine.

Thank you very much.


Great, thank you.
by Enrico Maria Giordano
Tue Mar 12, 2024 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7113

Re: New FWH 24.02

I made the changes you suggested, but there was also an error in one of my BAT-files with a path to the old BCC.

After having done these corrections, everything is running fine.

Thank you very much.
by driessen
Tue Mar 12, 2024 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7113

Re: New FWH 24.02

Thanks a lot everybody, for all your help.

You all helped me solving my problem. Everything seems to run fine now.

Thank you once again.
by driessen
Tue Mar 12, 2024 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7113

Re: New FWH 24.02

... This is the content of my current ilink32.cfg: -Gn-aa-x To my opinion, everything is ok. Yes, they are perfectly fine. The problem is elsewhere.
by Enrico Maria Giordano
Tue Mar 12, 2024 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7113

Re: New FWH 24.02

This is the content of my current bcc32.cfg:
Code: Select all  Expand view
-I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware
-O
-O1
-OS
-Ob
-Oc
-Ov
-c
-d
-g0
-k-
-v-
-w
-w!
-w-inl
-w-pro

This is the content of my current ilink32.cfg:
Code: Select all  Expand view
-Gn
-aa
-x


To my opinion, everything is ok.
by driessen
Tue Mar 12, 2024 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7113

Re: New FWH 24.02

... symbol '_GetDCBrushColor referenced from FiveHCM.lib(CTRL2CHR.obj)'. This problem is happening FWH version later than 22.03. WIth FWH 22.03 everything is going well. I tried FWH 23.07 and 23.10, but just like FWH 24.02, this error occurs. How can I solve this? Thanks.
by driessen
Mon Mar 11, 2024 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7113

XP and FWH2402+bcc7.70

Hi,

I am compiling my programs with FWH2402+bcc7.70 on Windows 10 and everything is working fine.
I have an old laptop with XP. I wanted to put FWH2402+bcc7.70 on it as well. However, it did not work out.
Maybe FWH2402+bcc7.70 can't work under XP at all?
by Natter
Sun Mar 10, 2024 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XP and FWH2402+bcc7.70
Replies: 11
Views: 2306

Re: New FWH 24.02

Antonio,

Thanks a lot. Everything is ok now.
by driessen
Sat Mar 09, 2024 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7113

Re: ButtonBmp problem with FWH2402

... and FW_SetUnicode() is set to .T. In all other cases it is working fine. Now we request you to apply the following fix and let us know if everything is working fine. Please open \fwh\source\classes\buttonb.prg Please locate this method METHOD ReDefine( nId, bAction, oWnd, nHelpId, ...
by richard-service
Thu Mar 07, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5266

Re: ButtonBmp problem with FWH2402

... and FW_SetUnicode() is set to .T. In all other cases it is working fine. Now we request you to apply the following fix and let us know if everything is working fine. Please open \fwh\source\classes\buttonb.prg Please locate this method METHOD ReDefine( nId, bAction, oWnd, nHelpId, ...
by nageswaragunupudi
Thu Mar 07, 2024 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5266

Re: How to include hbCurl?

HI,
you can generate C code from the CURL command line
adding "--libcurl filename.c" to the end of the command line

below is an example:
curl http://example.com --libcurl example.c

look at the link
https://everything.curl.dev/libcurl/libcurl
by vensanto
Wed Mar 06, 2024 5:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2951
Next

Return to advanced search