Mindaugas Kavaliauskas wrote:
Viktor Szakáts wrote:
Maybe some sort of forwarder e-mail address could do the job.
Mmmm... Yes, perhaps. I'm nor shure if mailling list has possibility
to allow *...@sourceforge.net users. Otherwise every "sourceforge.net
developer" one by one should be added
Hi Viktor,
El día 20/01/2009 Viktor Szakáts escribió:
> I'd prefer something CLI, the gnuwin32 one doesn't handle -z option,
> so files have to be manually ungzipped first. It also fails to create
> the \include\openssl dir content properly. These are links in the tar,
> and it creates .lnk file
Thanks Francesco.
I'd prefer something CLI, the gnuwin32 one doesn't handle -z option,
so files have to be manually ungzipped first. It also fails to create
the \include\openssl dir content properly. These are links in the tar,
and it creates .lnk files (untgz32 creates zero byte files). Both make
Hi Viktor,
Il 20/01/2009 23.30, Viktor Szakáts ha scritto:
Hi folks,
Anyone knows a tar utility for Windows, which works properly?
(it's a plus if it doesn't depend on Cyg and similar dlls)
I use this one:
UNTGZ/32bit Decompression Utility 0.95 freeware version
Copyright (c) 1996,97 Tillmann S
Hi folks,
Anyone knows a tar utility for Windows, which works properly?
(it's a plus if it doesn't depend on Cyg and similar dlls)
I use this one:
UNTGZ/32bit Decompression Utility 0.95 freeware version
Copyright (c) 1996,97 Tillmann Steinbrecher. Feb 17 1997
But it consistently messes up f.e. Op
Il 20/01/2009 23.11, Viktor Szakáts ha scritto:
Yes, it's done already.
I have seen you mail after mine.
Already tested and it works.
Thank you.
Best regards,
Francesco
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-proje
Yes, it's done already.
Brgds,
Viktor
On Tue, Jan 20, 2009 at 11:09 PM, Francesco Saverio Giudice <
i...@fsgiudice.com> wrote:
> Hi Mindaugas,
>
> Il 20/01/2009 22.54, Mindaugas Kavaliauskas ha scritto:
>
>> after built I have tried with testsha2.prg in tests folder (after have
>>> corrected a ty
Hi Mindaugas,
Il 20/01/2009 22.54, Mindaugas Kavaliauskas ha scritto:
after built I have tried with testsha2.prg in tests folder (after have
corrected a typo error at line 138) I get all test returning .F.
Just an untested hint. Line 138 uses HB_HexToStr(), but function name is
StrToHex(). May
Hi Francesco,
Thanks I've committed these fixes:
2009-01-20 23:04 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbcrypt/sha1.c
! Fixed some BCC warnings.
2009-01-20 23:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbcrypt/sha1.c
! Added #include for mem*().
Very Thanks for your effort
2009/1/20 Vailton Renato
> After a few days away for health care and personal matters and many
> details I'm back to finish the CONTRIB page and post again updates for
> revisions and comments.
>
> 2009/1/14 Massimo Belgrano :
> > Wich situation for upcoming harbour w
after built I have tried with testsha2.prg in tests folder (after have
corrected a typo error at line 138) I get all test returning .F.
Just an untested hint. Line 138 uses HB_HexToStr(), but function name is
StrToHex(). Maybe here is one more error...?
Regards,
Mindaugas
Hi Viktor,
Il 20/01/2009 20.56, Viktor Szakáts ha scritto:
2009-01-20 20:47 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
with BCC55 hbcrypt won't build
-
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
bcc32.exe -c -q -d -Q -w -w-sig- -4 -O2 -OS -O
After a few days away for health care and personal matters and many
details I'm back to finish the CONTRIB page and post again updates for
revisions and comments.
2009/1/14 Massimo Belgrano :
> Wich situation for upcoming harbour website?
> Anybody have news?
>
> 2008/12/11 Vailton Renato
>>
>> H
2009-01-20 20:47 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/make_b32_all.bat
* contrib/make_gcc_all.sh
* contrib/make_vc_all.bat
* contrib/Makefile
+ contrib/hbcrypt
+ contrib/hbcrypt/Makefile
+ contrib/hbcrypt/make_b32.bat
+ contrib/hbcrypt/make_vc.bat
+ contrib/hbc
Wich news regarding the site for the project?
2008/12/11 Vailton Renato
> Hi all!
>
> I concluded much of the development of the site for the project and
> would like to present the results.
>
> Project site in English:
> http://www.harbour-project.org/preview2/index.html
>
> Project site in Po
On Tue, Jan 20, 2009 at 6:59 PM, Massimo Belgrano wrote:
> Can yuo post sample extracted from your experience
Massimo, there is nothing special in my code, what's is great is
Harbour and the team of developers that made so easy to move to MT.
I've started with test/mt examples, read the ChangeLo
Can yuo post sample extracted from your experience
It will be a very intersing for a lot of user
2009/1/20 Lorenzo Fiorini
> Thanks to Harbour team I have been able to merge 8 separate apps into
> a single binary that run the "apps" as threads.
> I started the entire process yesterday morning an
Thanks to Harbour team I have been able to merge 8 separate apps into
a single binary that run the "apps" as threads.
I started the entire process yesterday morning and after few hours (
and few emails to the list ) I got it working. Note also that much of
the time was spent to change "clashing" fu
2009-01-20 17:29 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbhpdf/harupdf.c
! HPDF_SETINFODATEATTR() fixed taking date/time from the wrong
parameter.
! HPDF_SETINFODATEATTR() fixed to initialize the date structure
passed to libharu.
; NOTE: I've changed my
On Tue, Jan 20, 2009 at 1:20 PM, Przemyslaw Czerpak wrote:
> Probably you generated non unique file names for them.
> You will have to change your code.
Thanks, I've changed it and know it seems to work better.
best regards,
Lorenzo
___
Harbour mailin
On Tue, Jan 20, 2009 at 12:54 PM, Viktor Szakáts wrote:
> Did you try hb_FTempCreate()?
> hb_FTempCreate( cDir, cPrefix, FC_NORMAL, @cFileName ) ) -> fhnd
Thanks, I'll try it.
best regards,
Lorenzo
___
Harbour mailing list
Harbour@harbour-project.org
Thanks Marcos,
That's just what I needed.
Cheers,
Barry
Marcos Gambeta wrote:
Barry Jackson escreveu:
>
> Also is there any xhgtk documentation in English?
>
Hi Barry,
The xhgtk documentation is a work in progress. You can use the Google
translator to navigate the website in english:
http:/
Hi Lorenzo,
Did you try hb_FTempCreate()?
hb_FTempCreate( cDir, cPrefix, FC_NORMAL, @cFileName ) ) -> fhnd
Brgds,
Viktor
On Tue, Jan 20, 2009 at 12:48 PM, Lorenzo Fiorini wrote:
> On Tue, Jan 20, 2009 at 12:39 PM, Przemyslaw Czerpak
> wrote:
>
> > Harbour recognize that the same file is reope
On Tue, 20 Jan 2009, Lorenzo Fiorini wrote:
> I'm getting some errors with temporary files used to sort or index (
> though in a stress test ).
Probably you generated non unique file names for them.
You will have to change your code.
> What's the best way to get a unique temporay file in the same
On Tue, Jan 20, 2009 at 12:39 PM, Przemyslaw Czerpak wrote:
> Harbour recognize that the same file is reopen using it's inode not
> name so even if you create hard or soft links to given file then
> it will be detected that the same file is open and existing open handle
> reused in new workarea.
On Tue, 20 Jan 2009, Lorenzo Fiorini wrote:
Hi,
> I've tried a small test and it works as expected so it must be sth more
> complex.
> When I open the dbfs I also create some temporary dbfs.
> I use a simple if file() to check if there is already a temp file with
> that name and if yes I change
On Tue, 20 Jan 2009, Lorenzo Fiorini wrote:
Hi,
> Now the menus are ok but I have problems with the dbfs.
> The apps ( now threads ) share many dbfs.
> But if I run the 3 threads at the app start, lsof shows "common" dbfs
> opened only 1 time.
Yes it is. The file handles are shared. We have also
Intresting
2009/1/20 Marcos Gambeta
> Barry Jackson escreveu:
> >
> > Also is there any xhgtk documentation in English?
> >
>
> Hi Barry,
>
> The xhgtk documentation is a work in progress. You can use the Google
> translator to navigate the website in english:
>
>
> http://translate.google.com.b
On Tue, Jan 20, 2009 at 11:04 AM, Lorenzo Fiorini
wrote:
> I could protect the dbfopen with a mutex. Is it safe to create a
> static hash that holds the mutexes in the main thread and access it
> using a function?
Sorry if I continue to reply to myself but with a mutex like:
in the main thread
On Tue, Jan 20, 2009 at 9:44 AM, Lorenzo Fiorini
wrote:
> Now the menus are ok but I have problems with the dbfs.
> ...
> I've searched in the mailing list and in the ChangeLog and what I
> found seems to state that workareas are local to threads.
I've tried a small test and it works as expected
Now the menus are ok but I have problems with the dbfs.
The apps ( now threads ) share many dbfs.
But if I run the 3 threads at the app start, lsof shows "common" dbfs
opened only 1 time.
Also it seems not a time related issue since I get the same result if
I put a wait behind every threadStart.
I
On Mon, Jan 19, 2009 at 10:18 PM, Przemyslaw Czerpak wrote:
> 2009-01-19 22:17 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
> * harbour/source/vm/hvm.c
>* clone arrays and hash tables instead of coping when thread static
> variable is initialized
>
> + harbour/tests/mt/mttest12
32 matches
Mail list logo