I wrote:
> Executing hbmk2.exe (Rev12895) on a Win95 I get an error message that
> the program try to access undefined function InterlockedCompareExchange
> in KERNEL32.DLL
Another test (Rev12895, BCC32, WinNT):
..\bin\hbmk2 mttest01
Running mttest01.exe on both WinNT and Win95
I get an Argument
Hi Pritpal,
Delete HB_USER_LIBS envvar from your system.
Brgds,
Viktor
On 2009 Nov 18, at 06:04, Pritpal Bedi wrote:
>
> Hi
>
> I receive this error after "make clean"
>
> gcc -I. -I../../../../../include -Wall -W -O3 -fomit-frame-pointer
> -march=i586 -mtune=pentiumpro -D__HB_WINDEBUG__
Executing hbmk2.exe (Rev12895) on a Win95 I get an error message that
the program try to access undefined function InterlockedCompareExchange
in KERNEL32.DLL
This function exists on WinNT but not on Win95,
maybe the same is true for Win98.
It is used in vm/dlmalloc.c and vm/fm.c
Chen.
Hi
I receive this error after "make clean"
gcc -I. -I../../../../../include -Wall -W -O3 -fomit-frame-pointer
-march=i586 -mtune=pentiumpro -D__HB_WINDEBUG__ -D__HB_DEBUG__
-DHB_FM_STATISTICS -ohbpp.o -c ../../../hbpp.c
gcc -Wall -W -O3 -fomit-frame-pointer -march=i586 -mtune=pentiumpro
-L.
Revision: 12923
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12923&view=rev
Author: druzus
Date: 2009-11-18 02:50:13 + (Wed, 18 Nov 2009)
Log Message:
---
2009-11-18 03:49 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/config/beos/g
Wich is the actual situation of hbcommand (% complete)
HbQtCommand is a wrapper to compile Harbour/MiniGui programs using HBQT library.
http://sourceforge.net/projects/hbqtcommand/
I really do not know.
Just download the latest SVN, I did some tests and stay there.
BestRegards
GVS
On Wed, 18 Nov 2009, Szak�ts Viktor wrote:
> Hi Przemek and All,
> After seeing reports on HMG Forum about hbmk2
> failing on Win98, I verified it myself and there
> is indeed something wrong with MT mode on Win98
> systems, and it's not directly related to compiler.
> So hbmk2 was the test prog
Hi Przemek and All,
After seeing reports on HMG Forum about hbmk2
failing on Win98, I verified it myself and there
is indeed something wrong with MT mode on Win98
systems, and it's not directly related to compiler.
So hbmk2 was the test program I used, BCC 5.5 and
MinGW 4.4.1 builds.
Running
> * contrib/hbxbp/xbpgeneric.prg
> * contrib/hbxbp/xbptabpage.prg
>+ Implemented first 4 icons operational.
> Now, at least you can open/edit/save .prg .c .ch .h files.
> I am interested in any bugs you may encounter in the process.
> Few HBXBP calasses have also been updated
Viktor Szakáts wrote:
This doesn't look doable to me, or at least such little
more elegant output is very pricey.
<...>
So overall I see not much chance this could make into
hbmk2, or any similar tool.
Ok.
Thanks for your answer.
Regards,
Roberto.
___
Revision: 12922
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12922&view=rev
Author: vouchcac
Date: 2009-11-18 01:31:26 + (Wed, 18 Nov 2009)
Log Message:
---
2009-11-17 17:26 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* contrib/hbide/hbide.prg
+
> > I use very simple 'grep ISNOTHERE *' command to find out occurrences
>> of such symbols in question. This works even inside binaries (lib/obj).
>> This gives exactly the kind of output you're asking for.
>
> Thanks for the explanation.
>
> Assuming that the '.c' reported in the message has al
Viktor Szakáts wrote:
> I use very simple 'grep ISNOTHERE *' command to find out occurrences
of such symbols in question. This works even inside binaries (lib/obj).
This gives exactly the kind of output you're asking for.
Thanks for the explanation.
Assuming that the '.c' reported in the mes
On Wed, 18 Nov 2009, Szak�ts Viktor wrote:
> So if I understand correctly, it will do both the UNICODE
> conversion and any required OSCP conversion. So f.e. WAPI_SHELLEXECUTE()
> code, which is currently quite on the ugly side, can be highly
> simplified. For other WAPI functions where OSCP con
Hi Roberto,
> Is there any way to get more accurate messages for 'undefined reference'?
>
> ie:
>
> I have a testapp called 'hello.prg'.
>
> At the line #8 I've added the following function call:
>
> IsNotHere()
>
> Since the function does not exist, I've got an error message at build:
>
> .
Hi All,
Is there any way to get more accurate messages for 'undefined reference'?
ie:
I have a testapp called 'hello.prg'.
At the line #8 I've added the following function call:
IsNotHere()
Since the function does not exist, I've got an error message at build:
.hbmk\win\mingw\hello.o:hello.
Hi Przemek,
> #ifdef UNICODE
> #define HB_PARSTR( n, str, len )\
> hb_parstr_u16( n, HB_CDP_ENDIAN_NATIVE, str, len )
> #else
> #define HB_PARSTR( n, str, len )\
> hb_parstr( n, hb_setGetOSCP(), str, len )
> #endif
>
> [...]
>
> HB_FUNC( WAPI
Hi
Edmer wrote:
>
> I just want to inquire if this issue has been resolved already.
>
Yep.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/CPU-Consumption-and-hb_idleState%28%29-tp26240902p26399559.html
Sent from the Harbour - Dev mailing list archive at Nabble
On Tue, 17 Nov 2009, Szak�ts Viktor wrote:
> I wonder if these can replace HB_TCHAR_* conversion usage.
It can, i.e.:
#ifdef UNICODE
#define HB_PARSTR( n, str, len )\
hb_parstr_u16( n, HB_CDP_ENDIAN_NATIVE, str, len )
#else
#define HB_PARSTR( n, str, len )\
Wich is the actual situation of hbcommand (% complete)
HbQtCommand is a wrapper to compile Harbour/MiniGui programs using HBQT library.
http://sourceforge.net/projects/hbqtcommand/
2009/11/17 http://news.gmane.org/gmane.comp.db.sqlite.general
:
>
> It also was necessary to update my version of QT
Massimo Belgrano escribió:
I have set follow path
SET PATH=C:\devl\MinGW\bin;c:\harbour\bin;c:\devl\qt\2009.04\qt\bin;%PATH%
and it find required dll by path
Thanks Massimo.
It also was necessary to update my version of QT, with whom he had not
worked, I worked with a take of hbqtcommand.
B
Hi Pritpal,
I just want to inquire if this issue has been resolved already.
Thanks,
Ed
--
View this message in context:
http://old.nabble.com/CPU-Consumption-and-hb_idleState%28%29-tp26240902p26396481.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
__
I have set follow path
SET PATH=C:\devl\MinGW\bin;c:\harbour\bin;c:\devl\qt\2009.04\qt\bin;%PATH%
and it find required dll by path
2009/11/17 http://news.gmane.org/gmane.comp.db.sqlite.general
:
> Massimo Belgrano escribió:
>>
>> Is aivable in svn first version of hbide!
>
> [SPA]
> Gracias Massi
>> Wow, that's great!
>> Maybe asking more at this point isn't the most polite thing,
>> but I can't resist, do you think it's possible to add new
>> pcode to store UTF8 (or U16) strings and some string syntax
>> or cmdline switch to generate such strings in pcode?
>
> The encoding in source co
Massimo Belgrano escribió:
Is aivable in svn first version of hbide!
[SPA]
Gracias Massimo, ya lo vi y ya compile (WinXP) y estoy maravillado.
Para poder ejecutarlo tuve que copiar 5 DLL a la carpeta donde esta el
programa, y son estas:
mingwm10.dll
QtCore4.dll
QtGui4.dll
QtNetwork4.dll
QtWeb
On Tue, 17 Nov 2009, Szak�ts Viktor wrote:
Hi,
> Wow, that's great!
> Maybe asking more at this point isn't the most polite thing,
> but I can't resist, do you think it's possible to add new
> pcode to store UTF8 (or U16) strings and some string syntax
> or cmdline switch to generate such stri
Is aivable in svn first version of hbide!
2009/11/17 http://news.gmane.org/gmane.comp.db.sqlite.general
:
> [ENG] By Google.
>
> Pritpal thank you very much for this great initiative.
> The truth is that now I'm starting to investigate Ubuntu, so far I find
> nothing similar to xMate and sincerely
[SPA]
Muchas Gracias Pritpal por esta gran iniciativa.
La verdad es que ahora que estoy empezando a investigar GNU, hasta ahora
no encuentro nada similar a xMate y sinceramente se extraña mucho esta
gran herramienta.
Hasta donde mis limitados conocimiento lleguen tratare de aportar en lo
que se me
> On Tue, 17 Nov 2009, Szak�ts Viktor wrote:
>> And here is major source of frustration. On OS X this
>> will bring up a copy dialog on xterm and do nothing in
>> Terminal.
>
> It's not MC problem at all so I guess you wanted to say that
> MacOSX is frustrating OS for users ;-)
> At least it doe
Wow, that's great!
Maybe asking more at this point isn't the most polite thing,
but I can't resist, do you think it's possible to add new
pcode to store UTF8 (or U16) strings and some string syntax
or cmdline switch to generate such strings in pcode?
Brgds,
Viktor
On 2009 Nov 17, at 19:38, dr
>> - On my OS X system mouse always generates chars on screen, instead of
>> moving any mouse pointer.
>> Even in xterm. How can that be fixed?
>
> You will have to exactly check what this character means.
> Probably your terminal program uses non standard escap sequence for
> mouse events or yo
On Tue, 17 Nov 2009, Szak�ts Viktor wrote:
> And here is major source of frustration. On OS X this
> will bring up a copy dialog on xterm and do nothing in
> Terminal.
It's not MC problem at all so I guess you wanted to say that
MacOSX is frustrating OS for users ;-)
At least it does not seems t
>> A few more questions about MC:
>> - Let's say I want to see .gz file in plain (or hex) format. I do
>> not want F3 to unpack it. How can I do that?
>
> SHIFT+F3
And here is major source of frustration. On OS X this
will bring up a copy dialog on xterm and do nothing in
Terminal.
>> - I want
Revision: 12921
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12921&view=rev
Author: druzus
Date: 2009-11-17 18:38:12 + (Tue, 17 Nov 2009)
Log Message:
---
2009-11-17 19:37 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/Makef
On Tue, 17 Nov 2009, Szak�ts Viktor wrote:
> Some more random questions:
> - On my OS X system mouse always generates chars on screen, instead of moving
> any mouse pointer.
> Even in xterm. How can that be fixed?
You will have to exactly check what this character means.
Probably your terminal
On Tue, 17 Nov 2009, Mindaugas Kavaliauskas wrote:
Hi,
> >In summary it's very simple and clear as long as you know how it works
> >and also very flexible so it's hard to returned to DOS or Windows and
> >use Norton Commander or FAR Manager.
> Why do you can call it flexible? What are advantages
Some more random questions:
- On my OS X system mouse always generates chars on screen, instead of moving
any mouse pointer.
Even in xterm. How can that be fixed?
- When I login using my admin acc in terminal, left/right keys don't work,
instead I see 'A' and 'B' chars.
Also the colors are m
Hi,
Przemysław Czerpak wrote:
In Norton Commander the command line is part
of NC code not a SHELL so works with completely different conditions.
In MC if you hit CTRL+O then hit any key then once again CTRL+O to return
to MC you will not be able to execute any new command because these "any
key
Revision: 12920
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12920&view=rev
Author: druzus
Date: 2009-11-17 16:30:09 + (Tue, 17 Nov 2009)
Log Message:
---
2009-11-17 17:29 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/utils/hbtest/
QScintilla project is a port to Qt of Neil Hodgsons Scintilla C++ editor class
http://www.riverbankcomputing.co.uk/static/Docs/QScintilla2/index.html
WYSIWYG HTML Editor
http://labs.trolltech.com/blogs/2009/03/12/wysiwyg-html-editor/
Good for ispiration screenshot
A development environment with
Hi,
* harbour/contrib/rddsql/sddodbc/odbcdd.c
+ added support of SQL_WCHAR, SQL_WVARCHAR, SQL_WLONGVARCHAR
; NOTE: I get more and more complains about not working sddodbc,
because of these data types. I'm unable to get such situation
in my programming environvent. So, th
Revision: 12919
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12919&view=rev
Author: snaiperis
Date: 2009-11-17 13:42:46 + (Tue, 17 Nov 2009)
Log Message:
---
2009-11-17 15:40 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* harbour/contrib
Thanks Lorenzo, I'll give it a shot in some free time.
Brgds,
Viktor
On 2009 Nov 17, at 13:05, Lorenzo Fiorini wrote:
> On Tue, Nov 17, 2009 at 9:41 AM, Viktor Szakáts wrote:
>
>> Can you publish anything which may help to use
>> Harbour with Eclipse the way you do it? F.e. to
>> me the way yo
For all user that want see comparation without recompile i post my
screenshoot of hbide with xmate
Still compliment to pritpal
2009/11/17 :
> Revision: 12918
>
> http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12918&view=rev
> Author: vouchcac
> Date: 2009-11-17
On Tue, Nov 17, 2009 at 9:41 AM, Viktor Szakáts wrote:
> Can you publish anything which may help to use
> Harbour with Eclipse the way you do it? F.e. to
> me the way you use it would be just perfect.
> (the only new thing would be using hbmk2 instead
> of your custom solution, but I guess, this
On Tue, Nov 17, 2009 at 11:54 AM, Mindaugas Kavaliauskas
wrote:
> I've wrote the last CUI in 1999. Later I've used Clipper with Windows memory
> management module and I've wrote pure Windows GUI event driven applications
> in Clipper. Until I've discovered xHarbour in the end of 2004.
>
> So, I d
You are FAL!
Faster as Light (and a rifle)
Look and feel of xMate is very fantastic!
2009/11/17 :
> Revision: 12918
>
> http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12918&view=rev
> Author: vouchcac
> Date: 2009-11-17 10:46:15 + (Tue, 17 Nov 2009)
>
> Log M
Hi,
Lorenzo Fiorini wrote:
IMHO as it is Harbour is only useful for ex Clipper developers that
have a lot of CUI code to maintain.
I've wrote the last CUI in 1999. Later I've used Clipper with Windows
memory management module and I've wrote pure Windows GUI event driven
applications in Clipp
Hi Renato
This is the hbide idea of Pripal that you can follow on thread "HBIDE
- An Overview"
I think that you and pritpal will made a great product !
A product written in harbour will give idea Much of powerful is this languages
Can you think a way for having visual debug?
setting breakpoints in
Revision: 12918
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12918&view=rev
Author: vouchcac
Date: 2009-11-17 10:46:15 + (Tue, 17 Nov 2009)
Log Message:
---
2009-11-17 02:29 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
+ contrib/hbide
+ contrib/h
>> Francesco: suggested to integrate "Eclipse" which he thought,
>> and others supported, is a great tool, but also expressed that
>> he has no knowledge, so far, how it can be integrated with Harbour.
>
> I used once with Eclipse, but I'm much more satisfied with the NDN (
> http://www.ndn.muxe.c
>-Original Message-
>From: Pritpal Bedi [mailto:bediprit...@hotmail.com]
>Sent: Tuesday, November 17, 2009 12:00 AM
>To: harbour@harbour-project.org
>Subject: [Harbour] HBIDE - An Overview
>
>Hello All
>
>Just a start for more discussions...
>
>EMERGENCE OF THIS IDEA
>===
>
Revision: 12917
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12917&view=rev
Author: vszakats
Date: 2009-11-17 09:33:02 + (Tue, 17 Nov 2009)
Log Message:
---
2009-11-17 10:32 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/rtl/errapi.c
* src/
I just realized now the situation.
Brgds,
Viktor
On 2009 Nov 16, at 20:32, Viktor Szakáts wrote:
I think that HB_ERRCODE should be mapped to 32bit not 64 bit integer.
I do not see any place where we may need ULONG.
>>> I didn't mean any 64-bit stuff here, I'm changing hb_parni() to hb_
Hello to all!
Some time ago I got to say something about an IDE developed with Qt
with some developers here in Brazil, but nobody showed no interest. I
believe that [hb]Qt can meet this need well, as it has several
features such as ready-syntax highlight, support processes and be
multi platform.
... and this on the creative work of programming.
Best regards.
Maurizio la Cecilia
Pritpal Bedi wrote:
>
> Hello All
>
> Can some of you provide a descent icon for HBIDE.exe ?
>
> Regards
> Pritpal Bedi
>
>
http://old.nabble.com/file/p26386461/hbIde2.ico hbIde2.ico
--
View this message i
This is based on the wizard idea.
Pritpal Bedi wrote:
>
> Hello All
>
> Can some of you provide a descent icon for HBIDE.exe ?
>
> Regards
> Pritpal Bedi
>
>
http://old.nabble.com/file/p26386453/hbIde1.ico hbIde1.ico
--
View this message in context:
http://old.nabble.com/HBIDE---An-Overv
Hi Lorenzo,
Many thanks for your post.
Can you publish anything which may help to use
Harbour with Eclipse the way you do it? F.e. to
me the way you use it would be just perfect.
(the only new thing would be using hbmk2 instead
of your custom solution, but I guess, this is
achievable in some
58 matches
Mail list logo