>That's very nice for those wanting to transition.
>(just a small note: the dir change to C:\ looks a bit
>dangerous to me)
Fixed, thanks.
---cut---
procedure HB_UnZipFile( cFile, bUpdate, lWithPath, cPassword,
cFileToUnzip, bFileUpdate )
local hUnZip, nErr, cCurDir, cPath
if !( ".zip" $
2008-09-01 21:52 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
- contrib/hbw32ddr
* contrib/Makefile
* contrib/make_b32_all.bat
* contrib/make_gcc_all.sh
* contrib/make_vc_all.bat
- Removed contrib hbw32ddr.
For those wanting to peek into this code, or
pick up de
Hi Toninho,
To compile hbziparch, you may try using -D_USE_OLDER_RW_STL
(in C_USR) as a workaround. Pls tell us your results.
(in BCC 5.82 it fails due to missing Borland includes.)
In BCC 5.9 fails too. None is changed.
I see you try to switch to hbmzip, which is the best solution,
despite
2008-09-01 21:33 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbziparch/hbziparc.c
* contrib/hbziparch/hbzipnew.cpp
% Cleanups, optimizations, fixes. Now it's possible to
oversee what the code actually tries to do.
* Statics reduced to one, not changing current d
>Thanks, but if it's not freely available I'm not interested
>as I wouldn't spend money on a compiler when there are such
>many good and free alternatives, I don't expect many developer
>to do so either. [ also Borland C++ looks to be going off the
>track every year :( ]
I agree, no problem.
>To c
bill robertson escribió:
Hi Ciro,
You need to add the attribute flag to fileseek( file, flag )
0 Normal
1 Read only
2 Hidden
4 System
8 Volume
16 Directory
32 Archived
Thanks Bill, now work ok.
best regards
Ciro
--
http://sistemascvc.tripod.com (la casa
Hi Ciro,
You need to add the attribute flag to fileseek( file, flag )
0 Normal
1 Read only
2 Hidden
4 System
8 Volume
16 Directory
32 Archived
cFile:=FILESEEK("C:\autoexec.bat", 2) for just hidden. OR value to get just
what you want.
hi all:
this progra
hi all:
this program don't work ok if the file is hide
cFile:=FILESEEK("C:\autoexec.bat")
? cfile
DO WHILE .NOT. EMPTY(cFile)
? cFile,FILEATTR()
cFile:=FILESEEK()
ENDDO
quit
best regards
Ciro
--
http://sistemascvc.tripod.com (la casa del clip2win y nodosimp / the no2imp and
clip2
Hi,
BTW, is there a free version of this compiler?
Yes, http://cc.codegear.com/Free.aspx?id=24724
This is version 5.82 (at least it was a few days ago when I tried).
If you need it to test pourposes, I can upload bcc5.9 standalone to
rapidshare.
Thanks, but if it's not freely available I
2008-09-01 15:57 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
- contrib/hbziparch/hbziparc.h
* contrib/hbziparch/hbziparc.c
* contrib/hbziparch/hbzipnew.cpp
* contrib/hbziparch/tests/unzipa.prg
% Further cleanups, optimizations.
% Removed adding current directory to .zip fil
Hi ppl,
I´m testing hbmzip and all is working fine and fast. But I need know
how to change default compression. I have large files and I need
change it to zip it fast.
I´d tryed HB_ZipFileCreate() but I don´t understand how it work.
BTW tests folder have nice two samples, but none about
HB_ZipF
>BTW, I'm not sure if this is a problem, but it's strange
>the your include dir is "BCC55" and you're using BCC 5.9.
>Make sure you're not mixing different versions of compiler
>headers and binaries.
Viktor, this is intentional. I use MED Text Editor to manage my
projects and all is configured to
>Hi Toninho,
>
>BTW, is there a free version of this compiler?
Yes, http://cc.codegear.com/Free.aspx?id=24724
If you need it to test pourposes, I can upload bcc5.9 standalone to
rapidshare.
>[ Otherwise I'd suggest to upgrade to hbmzip, which does
>the same job but in C and in a non-obstructive w
Hi Tonino,
BTW, I'm not sure if this is a problem, but it's strange
the your include dir is "BCC55" and you're using BCC 5.9.
Make sure you're not mixing different versions of compiler
headers and binaries.
Brgds,
Viktor
On 2008.09.01., at 2:55, [EMAIL PROTECTED] wrote:
MAKE Version 5.2 Copy
Hi Massimo,
Sure we can. Can you send a patch for this?
Brgds,
Viktor
On 2008.09.01., at 12:42, Massimo Belgrano wrote:
Hi Victor
Can add support in hbmake for any compiler?
@ 01,47,08,52 GET cCompiler;
LISTBOX { "BCC", "MSVC", "GCC", "POCC","MINGW" ,'ANY'};
MESS
Hi Victor
Can add support in hbmake for any compiler?
@ 01,47,08,52 GET cCompiler;
LISTBOX { "BCC", "MSVC", "GCC", "POCC","MINGW" ,'ANY'};
MESSAGE s_aLangMessages[ 50 ];
STATE OsSpec(getlist,2,@cCompiler);
DROPDOWN
It can be good if
2008-09-01 12:39 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbziparch/hbziparc.c
* contrib/hbziparch/hbzipnew.cpp
* One variable rename missed from previous commit.
--
Brgds,
Viktor
___
Harbour mailing list
Harbour@harbour-projec
2008-09-01 12:33 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbziparch/hbziparc.h
* contrib/hbziparch/hbziparc.c
* contrib/hbziparch/hbzipnew.cpp
! Fixed several potential leaks.
% Optimized out several unnecessary allocations.
% Optimized out several unnecessar
2008-09-01 09:42 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbziparch/hbziparc.h
* contrib/hbziparch/hbziparc.c
* contrib/hbziparch/hbzipnew.cpp
* contrib/hbziparch/hbxdirec.c
% Cleanups: Unused headers, types, one #define,
one BCC582 warning, one Linux/GCC/Mi
Hi Toninho,
BTW, is there a free version of this compiler?
Please try with the supplied make_b32.bat file to
build this contrib, it contains some switches that
may help.
[ Otherwise I'd suggest to upgrade to hbmzip, which does
the same job but in C and in a non-obstructive way,
it's also signif
20 matches
Mail list logo