Search found 209 matches: acwoo

Return to advanced search

testsk1.prg in FWH1111

Hi

The buttons in .\fwh1111\samples\Testsk1.prg are diffetent now. How do I get back the old buttons.

Thanks

Regards

ACWoo
by acwoo1
Wed Nov 30, 2011 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: testsk1.prg in FWH1111
Replies: 1
Views: 308

Re: Error Upgrade From FWH115 To FWH1110

... Error: Unresolved external '_deflate' referenced from C:\HARBOUR1111\LIB\PNG.LIB |pngwutil ** error 2 ** deleting Alert.exe Please help Regards ACWoo
by acwoo1
Sat Nov 26, 2011 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Upgrade From FWH115 To FWH1110
Replies: 15
Views: 5554

Re: Error Upgrade From FWH115 To FWH1110

Acwoo,

You have to link Harbour's png.lib
by Antonio Linares
Fri Nov 25, 2011 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Upgrade From FWH115 To FWH1110
Replies: 15
Views: 5554

Re: Error Upgrade From FWH115 To FWH1110

... external '_png_destroy_write_struct' referenced from C:\FWH111 1\LIB\FIVEHC.LIB|FWPNG ** error 2 ** deleting Alert.exe Please help Regards ACWoo
by acwoo1
Fri Nov 25, 2011 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Upgrade From FWH115 To FWH1110
Replies: 15
Views: 5554

Re: Error Upgrade From FWH115 To FWH1110

Acwoo,

Remove /W from this line:

$(HBDIR)\bin\harbour $< /L /N /W /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include
by Antonio Linares
Fri Nov 25, 2011 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Upgrade From FWH115 To FWH1110
Replies: 15
Views: 5554

Re: Error Upgrade From FWH115 To FWH1110

... del tmp Alert.res : Alert.rc $(BCDIR)\bin\brc32.exe -r Alert.rc How do I change the make file to ignore ambiguous reference. Thanks Regard acwoo
by acwoo1
Fri Nov 25, 2011 2:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Upgrade From FWH115 To FWH1110
Replies: 15
Views: 5554

Re: Error Upgrade From FWH115 To FWH1110

Acwoo,

Please replace NumToHex() with hb_NumToHex()

Also you have to include in the make:
echo %bcdir%\lib\psdk\psapi.lib + >> b32.bc

for GetModuleFileNameExA
by Antonio Linares
Tue Nov 15, 2011 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Upgrade From FWH115 To FWH1110
Replies: 15
Views: 5554

Re: Error Upgrade From FWH115 To FWH1110

Acwoo,

Please use FWH\makes\bormake.zip as it is much simpler and easier to use :-)
by Antonio Linares
Tue Nov 15, 2011 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Upgrade From FWH115 To FWH1110
Replies: 15
Views: 5554

Error Upgrade From FWH115 To FWH1110

... do while (neterr()) InKey(3) append blank enddo onerror("RLOCK") endcase return .T. ******************************** Please help Regards ACWoo Using FWH1110 + Harbour + BCC582
by acwoo1
Mon Nov 14, 2011 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Upgrade From FWH115 To FWH1110
Replies: 15
Views: 5554

How To Save Changes In xbrowse

... How do I save the new file name to abc->image after I have click the second column and selected a file. Thanks Regards acwoo
by acwoo1
Tue May 17, 2011 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Save Changes In xbrowse
Replies: 1
Views: 692

How To Display JPG In Listbox

In a listbox, to display bitmaps:

@ 0.2, 0.5 LISTBOX oLbx FIELDS abc->image,READBITMAP( 0,alltrim(abc->image1) ), abc->name,;

How to display jpg files and bmp files in listbox.

Regards
acwoo
by acwoo1
Sun May 15, 2011 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Display JPG In Listbox
Replies: 1
Views: 441

Size of Image

... WINDOW oWnd on init( oCF:Resize(), oCF:Refresh() ) return nil ******************* How do I control the size of the picture displayed ? Regards acwoo
by acwoo1
Sat May 14, 2011 11:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size of Image
Replies: 1
Views: 518

Re: Size of bitmaps

Thanks Silvio

I tried your code.

But it does not show the picture in the button, something perhaps like:

oBtnSel:SetFile( cImgName )

Regards
acwoo
by acwoo1
Sat May 14, 2011 1:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size of bitmaps
Replies: 12
Views: 3263

Re: Size of bitmaps

Thanks for the help

I put in:

#include "FiveWin.ch"
#include "Image.ch"

and select a 7 x 15 jpg.
But it still does not show.

Please help

Regards
acwoo
by acwoo1
Fri May 13, 2011 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size of bitmaps
Replies: 12
Views: 3263

Font Changed

After I changed from FWH911 to FWH114. The font changes.
How to get back old font
http://img508.imageshack.us/i/35585959.png/

Thanks

Regards
acwoo
by acwoo1
Sat Apr 30, 2011 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font Changed
Replies: 0
Views: 200
PreviousNext

Return to advanced search