Search found 2281 matches: added

Return to advanced search

Non showing DIALOG resource

... Symantec’s Resource Editor (from the FW site) and then work with it in WorkShop (unsupported file format when saving the original DLL). I also added icons and bitmaps which load fine from both files. The only problem is the DIALOG resource. All test PRG from the samples directory that use DLL ...
by kronos911
Tue Nov 08, 2005 1:19 pm
 
Forum: FiveWin for CA-Clipper
Topic: Non showing DIALOG resource
Replies: 2
Views: 1266

Re: uso di zip-unzip

... file named <cFile>. If the extension * is omitted, .ZIP will be assumed. If the second parameter is a * character string, this file will be added to the zip file. If the * second parameter is an array, all file names contained in <aFiles> * will be compressed. * * If <nLevel> ...
by Enrico Maria Giordano
Fri Oct 28, 2005 11:18 am
 
Forum: All products support
Topic: uso di zip-unzip
Replies: 1
Views: 1850

... The link you provided to me is where I found the hbzip.lib file however the xhbzipdll.lib is not in the zip file. Thinking that they renamed it I added all the lib files located in the contribution zip to my compile/link bat. Unfortunately I still have unresolved externals. I suspect it is due ...
by Richard Chidiak
Wed Oct 26, 2005 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 6038

... The link you provided to me is where I found the hbzip.lib file however the xhbzipdll.lib is not in the zip file. Thinking that they renamed it I added all the lib files located in the contribution zip to my compile/link bat. Unfortunately I still have unresolved externals. I suspect it is due ...
by Vytas
Wed Oct 26, 2005 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 6038

I have added hbzip.lib that I downloaded from the xharbour site to my harbour\lib directory. I modified the default Buildh.bat file to add "echo %hdir%\lib\hbzip.lib + >> b32.bc". Running the compile/link batch still give ...
by Richard Chidiak
Wed Oct 26, 2005 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 6038

I have added hbzip.lib that I downloaded from the xharbour site to my harbour\lib directory. I modified the default Buildh.bat file to add "echo %hdir%\lib\hbzip.lib + >> b32.bc". Running the compile/link batch still give ...
by Richard Chidiak
Wed Oct 26, 2005 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 6038

I have added hbzip.lib that I downloaded from the xharbour site to my harbour\lib directory. I modified the default Buildh.bat file to add "echo %hdir%\lib\hbzip.lib + >> b32.bc". Running the compile/link batch still give ...
by Vytas
Wed Oct 26, 2005 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 6038

... FWDIR=d:\fwh snip ... echo $(HBDIR)\lib\codepage.lib + >> b32.bc echo $(HBDIR)\lib\hbzip.lib + >> b32.bc snip ... In testing I added the following line to my function LOCAL oZipFile := ZipNew() The compile seems to run fine, however on linking I get the following error. Turbo ...
by Richard Chidiak
Tue Oct 25, 2005 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 6038

... FWDIR=d:\fwh snip ... echo $(HBDIR)\lib\codepage.lib + >> b32.bc echo $(HBDIR)\lib\hbzip.lib + >> b32.bc snip ... In testing I added the following line to my function LOCAL oZipFile := ZipNew() The compile seems to run fine, however on linking I get the following error. Turbo ...
by Vytas
Tue Oct 25, 2005 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 6038

WHEN option in REDEFINE MENUITEM

I need to enable/disable various MENUITEMs dependant on the data situation at the time of display.

I note that as yet the WHEN statement is apparently not implemented in FWPPC.

Will this ability be added and if so when.
by GWard
Tue Oct 25, 2005 10:17 am
 
Forum: FiveWin for Pocket PC
Topic: WHEN option in REDEFINE MENUITEM
Replies: 4
Views: 1577

kronos911 wrote:First I tried it as is.


Did it work ok ? It should.

kronos911 wrote:Then I linked in six3.lib and added the USE ... PASSWORD command before the browse() function. I tried it with 1.92 demo


As far as I remember the six driver was buggy with Clipper. Does it work ok on MsDos mode ?
by Antonio Linares
Sun Oct 23, 2005 9:19 am
 
Forum: FiveWin for CA-Clipper
Topic: Opening DBFs error
Replies: 9
Views: 3719

First I tried it as is. Then I linked in six3.lib and added the USE ... PASSWORD command before the browse() function. I tried it with 1.92 demo. If you like send me a PM with an email that I can use to send you the file and you can try it out (source code too).
by kronos911
Sun Oct 23, 2005 6:49 am
 
Forum: FiveWin for CA-Clipper
Topic: Opening DBFs error
Replies: 9
Views: 3719

... := 1 to len( ::aBrwID ) wbrw_save( ::cCargo, ::aBrwID[ n ], ::oBrw[ n ], ::aColSrw[ n ] ) next wind_save( padr( ::cCargo, 10 ), ::oWnd ) endif // added here some line - if window was maximized and with folders if IsZoomed( ::oWnd:hWnd ) == .t. .and. ::lFld lRest := .t. ::oWnd:Hide() ::oWnd:Restore() ...
by Rimantas
Sat Oct 22, 2005 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDIchild problem
Replies: 3
Views: 2088

Re: Hernan's Twbrowse ( msvc ) ??

... "ARRAY" ( ::cAlias )->( dbgoto( nRecNew ) ) else ::nAt := nRecNew endif endif endif return( NIL ) And in GoUp, GoDown, LButtonDow, PageDown I added this method after ::DrawSelect() . In mentioned methods two vars added : local nRowPrv := ::nRowPos local nRecPrv := if( upper( ::cAlias ) # "ARRAY", ...
by Rimantas
Thu Oct 13, 2005 5:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colouring TwBrowse ( Hernan's )
Replies: 12
Views: 6679

Hi ! After some tests I did what I wanted . Maybe it's not so good solution , but that works fine . In GoUp and GoDown methods I added some lines : METHOD GoUp() CLASS TWBrowse local nSkipped local nLines := ::nRowCount() // 2 new lines here local nRowPrv := ::nRowPos local nRecNew := ...
by Rimantas
Wed Oct 12, 2005 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colouring TwBrowse ( Hernan's )
Replies: 12
Views: 6679
PreviousNext

Return to advanced search