Revision: 13787
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13787&view=rev
Author: vszakats
Date: 2010-02-07 00:02:17 + (Sun, 07 Feb 2010)
Log Message:
---
2010-02-07 01:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/vm/runner.c
! Fi
Thanks. I think I got it.
Brgds,
Viktor
On 2010 Feb 6, at 22:05, Petr Chornyj wrote:
>
>
> Viktor Szakáts wrote:
>>
>> I'd suggest to post more details, like sample .hrb, and
>> full error message with error code, and retry after full
>> checkout / rebuild.
>>
>
> Hi,
>
> Viktor, please
Nobody know how to resolve this ?
Bruno
2010/2/5 marco bra
> Same here on Ubuntu 9.10 32 bits. with
>
> harbour -build
> Harbour 2.1.0dev (Rev. 13777)
> Copyright (c) 1999-2010, http://www.harbour-project.org/
>
> Harbour Build Info
> ---
> Version: Harbour 2.1.0dev (Rev
Revision: 13786
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13786&view=rev
Author: vouchcac
Date: 2010-02-06 23:27:45 + (Sat, 06 Feb 2010)
Log Message:
---
2010-02-06 15:21 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* contrib/hbide/resources/fin
Thank you!
Brgds,
Viktor
On 2010 Feb 6, at 18:54, Mindaugas Kavaliauskas wrote:
> Hi,
>
>
>> * contrib/hbmzip/hbmzip.c
>>; QUESTION: Is there any reason why we're not using the hb_fs*() functions
>>in hb_zipGetFileInfo()?
>
> Can not find a reason.
>
>
> Regards,
> Mind
Revision: 13785
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13785&view=rev
Author: vouchcac
Date: 2010-02-06 21:51:16 + (Sat, 06 Feb 2010)
Log Message:
---
2010-02-06 13:44 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* contrib/hbide/resources/fin
Viktor Szakáts wrote:
>
> I'd suggest to post more details, like sample .hrb, and
> full error message with error code, and retry after full
> checkout / rebuild.
>
Hi,
Viktor, please run hbrun and type in prompt something like QUIT or
QOUT("Hello") and press Enter
Regards,
Petr
--
View t
Hi,
I'd suggest to post more details, like sample .hrb, and
full error message with error code, and retry after full
checkout / rebuild.
Brgds,
Viktor
On 2010 Feb 6, at 18:59, Petr Chornyj wrote:
>
> Hi, All!
>
> Please test hbrun
> I get
>
> Could not execute:
>quit
> Corruption
> Wich other harbour part need be rewritten from scratch?
I can't think of any other.
> rewriting will allow also a true and native GUI mode?
It has nothing to do with GUI mode. These are
Clipper functions, and if rewriting them, the only
one goal is to implement them as close as possible
to
Wich other harbour part need be rewritten from scratch?
rewriting will allow also a true and native GUI mode?
think how memoedit seem to windows user for select/copy/past operation
2010/2/6 Viktor Szakáts :
>> I am curious about this ACHOICE stuff. It sounds as though Przemek thought
>> it neede
Hi
How to build a pcode dll using hbmk2 + mingw?
And once built, is it enought to hb_libload it to call a function in the dll
from the exe?
Thanks
Leandro
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.ha
Revision: 13784
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13784&view=rev
Author: vszakats
Date: 2010-02-06 18:56:50 + (Sat, 06 Feb 2010)
Log Message:
---
2010-02-06 19:51 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/vm/runner.c
* BYT
Hi, All!
Please test hbrun
I get
Could not execute:
quit
Corruption detected
hb_hrbload(0)
Harbour 2.1.0dev rev.13783
Regards,
Petr
--
View this message in context:
http://old.nabble.com/Corruption-detected-tp27481882p27481882.html
Sent from the Harbour - Dev mailing list archive
Hi,
* contrib/hbmzip/hbmzip.c
; QUESTION: Is there any reason why we're not using the hb_fs*() functions
in hb_zipGetFileInfo()?
Can not find a reason.
Regards,
Mindaugas
___
Harbour mailing list (attachment size limit: 40KB)
In order to do a lot of the other Clipper implementations, did the Harbour
Project reverse engineer Clipper code, or was some source code donated from
the original Clipper company? In this instance, would you have to just take
an approximate guess as to how ACHOICE functions under any circumstance
Hi Xavi,
Very good point.
I can add ugly hack to makefiles to always keep frame
pointers for mingw in hbwin lib to make hb_DynaCall()
function happy, but I wonder if it's possible to fix this
function to not be sensitive on this setting.
Any idea?
Brgds,
Viktor
On 2010 Feb 6, at 17:41, Xavi
Oh sorry
Here is the top of that code:
=
#include "dev.ch"
#include "INKEY.CH"
#include "SETCURS.CH"
#include "SET.CH"
#include "ACHOICE.CH"
#include "COMMON.CH"
#ifdef __XPP__
#include 'appEvent.ch'
#endif
#ifdef __WVT__
#include 's
Hi
Below is the ACHoice as class code which I
wrote years back. Right now I cannot collect why
I did so as memory has faded. May be this code
comes handy if someone one wants to give
it a look. Just let me know if some function
is missing. It is simply a copy and paste operation.
=
Welcome.
Your test seems to be OK.
-
enjoy hbIDEing...
Pritpal Bedi
_a_student_of_software_analysis_&_design_
--
View this message in context:
http://n2.nabble.com/Testing-New-user-tp4525815p4526079.html
Sent from the harbour-devel mailing list archive
> I am curious about this ACHOICE stuff. It sounds as though Przemek thought
> it needed to be rewritten from scratch. Is that a big project to do, or
> likely to be done? I'm starting to think I'd be a lot more useful to the
> Harbour Project if I was a good C programmer.
ACHOICE() (and als
Hi,
I guess that is because hbwin is compiled with -fomit-frame-pointer.
Try copy win_dll.c to the folder tests and compiled with .-
hbmk2 testdll.prg win_dll.c -lstdc++ -debug
Ok, I've only tested with gcc-dw2.exe
--
Xavi
El 06/02/2010 15:19, Fernando Athayde escribió:
really don´t runs cau
I am curious about this ACHOICE stuff. It sounds as though Przemek thought
it needed to be rewritten from scratch. Is that a big project to do, or
likely to be done? I'm starting to think I'd be a lot more useful to the
Harbour Project if I was a good C programmer.
On Sat, Feb 6, 2010 at 7:30 A
Hi,
I didn't miss them, but what I reported look like new
errors after recent patches.
Just run ac_test.prg, press , then -> RTE.
It was okay in 2.0.0, but it's not okay in current trunk.
Brgds,
Viktor
On 2010 Feb 6, at 16:22, smu johnson wrote:
> Hi Viktor, see:
>
> http://lists.harbour-p
Hi Viktor, see:
http://lists.harbour-project.org/pipermail/harbour/2010-February/031590.html
http://lists.harbour-project.org/pipermail/harbour/2010-February/031661.html
In case you missed them.
On Sat, Feb 6, 2010 at 3:51 AM, Viktor Szakáts wrote:
> Hi All,
>
> In recent SVN, tests/ac_test.p
Revision: 13783
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13783&view=rev
Author: vszakats
Date: 2010-02-06 15:05:04 + (Sat, 06 Feb 2010)
Log Message:
---
2010-02-06 16:04 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/rtl/filesys.c
* src
really don´t runs causes GPF
i am using
#include "hbdll.ch"
hdll:=dllload("EZTW32.DLL")
dllcall(hdll,DC_CALL_STD,"TWAIN_SelectImageSource",::oFormCadastro:handle,)
dllcall(hdll,DC_CALL_STD,"TWAIN_AcquireToFilename",::oFormCadastro:handle,"file.bmp")
freelibrary(hdll)
Best Regards,
Open opening entire "find in fike dialog" in a tab of source code
editor(if is possible) will allow multiple instances of this engine.
and give a advanced look, same will be for "project property"
VIsual studio 2008 for example open project property in a tab as is
possible see here
http://www.nm
Hi!
sorry to insist on that but there is a possibility to make it work with him.
I need to take MinGW.
Best regards,
Itamar M. Lins Jr.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/
Revision: 13782
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13782&view=rev
Author: vszakats
Date: 2010-02-06 13:01:10 + (Sat, 06 Feb 2010)
Log Message:
---
2010-02-06 14:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/vm/garbage.c
* src/
2010/2/5 Pritpal Bedi :
>
>
> Massimo Belgrano wrote:
>>
>> Follow little problem :
>> After twice execute in Folder contain what i typed in expression
>> Search in file is not implemented
> I could not follow you ?
> Can you explain a little more.
type in folder c:\harbour
type in expression sear
The correct name of folder is resorces.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Hi!
Problem isolated.
HBIDE if not copy folder resorce,occurs the problem!
I comment out line HBIDE...UIC but same error.
Only copy folder resorce HBIDE working fine.
Best regards,
Itamar M. Lins Jr.
Pritpal Bedi escreveu:
Itamar Lins-2 wrote:
Yes same error.
But, why working in CPU with MinG
Hi All,
In recent SVN, tests/ac_test.prg shows some problems
with ACHOICE(). It doesn't initially show to
selecting and RTEs (Bound Error) after moving
around.
Brgds,
Viktor
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-proj
Revision: 13781
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13781&view=rev
Author: vszakats
Date: 2010-02-06 11:48:38 + (Sat, 06 Feb 2010)
Log Message:
---
2010-02-06 12:46 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/rdd/dbf1.c
* src/co
Revision: 13780
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13780&view=rev
Author: mauriliolongo
Date: 2010-02-06 11:13:06 + (Sat, 06 Feb 2010)
Log Message:
---
2010-02-06 12:10 UTC+0100 Maurilio Longo (maurilio.lo...@libero.it)
* src/rtl/fstemp.
Franček Prijatelj wrote:
>
> Usualy editors/IDES (Eclipse, notepad++) put find information at the
> bottom.
> Maybe a new tab (Compile results,Link results, Find results,Output
> console,...)
>
My curisity pertains to the whole dialog.
If I choose to display results (only) in bottom docking wi
Franček Prijatelj wrote:
>
> And by the way.
> When you close Function list, Projects or Build info with top-right X,
> you
> have to click twice on toolbar button to open it again.
> (You don't set flags on close).
>
Yep. This functionality is still missing.
I will look into it again.
Hi
And by the way.
When you close Function list, Projects or Build info with top-right X, you
have to click twice on toolbar button to open it again.
(You don't set flags on close).
BRGS
Franček
--
View this message in context:
http://old.nabble.com/hbIDE---Find-in-Files-Dialog---What-if-pr
Hi Pritpal
Usualy editors/IDES (Eclipse, notepad++) put find information at the bottom.
Maybe a new tab (Compile results,Link results, Find results,Output
console,...)
BRGS
Franček
Pritpal Bedi wrote:
>
>
> Hello All,
>
> What if find in files window is presented as right-docked window.
>
39 matches
Mail list logo