Hi
Guillermo Varona wrote:
>
> Hello, I'm trying demoxbp.prg, successfully building the exe, but when I
> go through the browse with the mouse wheel or cursor keys the program is
> short (failure) when you want to change pages
>
I cannot reproduce error you are reporting.
Though I see some w
[SPA]
Hola, estoy probando demoxbp.prg, genero correctamente el exe, pero
cuando quiero navegar por el browse con la rueda del mouse o con las
teclas del cursor el programa se corta (falla) cuando quiere cambiar de
página
[ENG] By Google
Hello, I'm trying demoxbp.prg, successfully building the ex
Revision: 13100
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13100&view=rev
Author: vouchcac
Date: 2009-12-03 03:01:50 + (Thu, 03 Dec 2009)
Log Message:
---
2009-12-02 19:00 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
+ contrib/hbide/projects
*
Hi!
My fault, sorry.
Is SET HB_BUILD_DEBUG=yes
UNICODE. is on
Best resgards,
Itamar M. Lins Jr.
"Viktor Szakáts"
escreveu na mensagem news:0d93b5d3-2ca4-40ed-982c-b5b6447e9...@syenar.hu...
> With MSVC 2008 express, Win XP SP3
> My file makemsvc.bat is:
>
> SET HB_BUILD_DEBUG=yes
> call "%Progra
Revision: 13099
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13099&view=rev
Author: vouchcac
Date: 2009-12-03 00:56:02 + (Thu, 03 Dec 2009)
Log Message:
---
2009-12-02 16:51 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* contrib/hbide/hbide.prg
*
Sorry, I can't tell from this.
Did you check the TROUBLESHOOTING checklist?
v
On 2009 Dec 3, at 01:23, Massimo Belgrano wrote:
> Hi viktor i have problem converting my harbour for msvc to simple
> HB_INSTALL_PREFIX
>
> SET HB_INSTALL_PREFIX=C:\HARBOUR
> CALL "%ProgramFiles%\Microsoft Visual S
Hi viktor i have problem converting my harbour for msvc to simple
HB_INSTALL_PREFIX
SET HB_INSTALL_PREFIX=C:\HARBOUR
CALL "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
WIN-make clean install >> l.l
WIN-make[1]: [install] Error 1 (ignored)
WIN-make[2]: [install] Error 1 (ignored)
> i have switched from
> SET HB_INSTALL_PREFIX=C:\HARBOUR\%HB_COMPILER%
> to
> SET HB_INSTALL_PREFIX=C:\HARBOUR\
>
> Thanks for your support
np.
> Have you tried qt 4.6 final version with hbide?
> to me seem not work
I had downloaded the packages, but haven't installed them yet.
Brgds,
Viktor
i have switched from
SET HB_INSTALL_PREFIX=C:\HARBOUR\%HB_COMPILER%
to
SET HB_INSTALL_PREFIX=C:\HARBOUR\
Thanks for your support
Have you tried qt 4.6 final version with hbide?
to me seem not work
2009/12/2 Viktor Szakáts :
>> IF I SET HB_INSTALL_PREFIX=C:\HARBOUR\
>> will be created
>> win\min
Hi
Viktor Szakáts wrote:
>
> It really depends on what are those visual enhancements,
> and what is the difference in performance / memory usage.
>
Currently it is only zooming in/out feature, nothing more.
But may be we can think embeddings tables and bullets for
comments sections guarded
> With MSVC 2008 express, Win XP SP3
> My file makemsvc.bat is:
>
> SET HB_BUILD_DEBUG=yes
> call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
> win-make %1 %2
>
>
> cl.exe -nologo -I. -I../../../../../include -Gs -TC -Ot2b1 -EHs-c- -MTd -Zi
> -DH
> B_TR_LEVEL_DEBUG -ID:/harb
> Initially I started with QTextEdit() class as a base to source editing
> mechanism. This class provides more visual capabilities like font zooming
> in real time which was implemented in HBIDE too.
>
> Now I have shifted to QPlainTextEdit() which is optimized class for
> large file handelling
[SPA]
Hola,
¿Se puede construir una aplicación autocontenida con QT?
Es decir que se genere un solo EXE que contenga librerias, recursos,
etc, de manera que se pueda ejecutar en cualquier PC, obviamente con el
SO para el cual se genero el EXE.
[ENG] By Google
Hi,
Can you build a self-contained
Hi!
The lines below of file testprg.prg in to folder \contrib\hbwin\tests not
working.
-->8-
oPrinter:Box( 0, oPrinter:PosY+100, 100, oPrinter:PosY+200)
oPrinter:Arc(200, oPrinter:PosY+100, 300, oPrinter:PosY+200)
oPrinter:Ellipse(400, oPrinter:PosY+100, 500,
Hi!
The lines below of file testprg.prg in to folder \contrib\hbwin\tests not
working.
-->8-
oPrinter:Box( 0, oPrinter:PosY+100, 100, oPrinter:PosY+200)
oPrinter:Arc(200, oPrinter:PosY+100, 300, oPrinter:PosY+200)
oPrinter:Ellipse(400, oPrinter:PosY+100, 500,
Hi!
The lines below of file testprg.prg in to folder \contrib\hbwin\tests not
working.
-->8-
oPrinter:Box( 0, oPrinter:PosY+100, 100, oPrinter:PosY+200)
oPrinter:Arc(200, oPrinter:PosY+100, 300, oPrinter:PosY+200)
oPrinter:Ellipse(400, oPrinter:PosY+100, 500,
Hi!
With MSVC 2008 express, Win XP SP3
My file makemsvc.bat is:
SET HB_BUILD_DEBUG=yes
call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
win-make %1 %2
cl.exe -nologo -I. -I../../../../../include -Gs -TC -Ot2b1 -EHs-c- -MTd -Zi
-DH
B_TR_LEVEL_DEBUG -ID:/harbour/trunk/harbour
Hello Everybody
Initially I started with QTextEdit() class as a base to source editing
mechanism. This class provides more visual capabilities like font zooming
in real time which was implemented in HBIDE too.
Now I have shifted to QPlainTextEdit() which is optimized class for
large file hand
Hi
Massimo Belgrano-3 wrote:
>
> Inside string of myu harbour program i need edit with same codepage
> that i use in my program
> Harbour right display right but i need also hbide
>
> REQUEST HB_LANG_IT
> REQUEST HB_CODEPAGE_IT437
> func main
> string="àèéìùç"
> ?
> return
>
I have to go
Font information like ansi/oem
>>>
>>> I do not think it has any relevance with text editing, but I may be
>>> wrong.
>>
>> It has relevance, in fact quite important for anyone
>> using non-English texts in source code, but in case you
>> implement it please let's forget "ANSI" and "OEM".
Inside string of myu harbour program i need edit with same codepage
that i use in my program
Harbour right display right but i need also hbide
REQUEST HB_LANG_IT
REQUEST HB_CODEPAGE_IT437
func main
string="àèéìùç"
?
return
module function list not display function ADDING TO PREV SAMPLE
FUNC M
> IF I SET HB_INSTALL_PREFIX=C:\HARBOUR\
> will be created
> win\mingw\include
> win\mingw\lib
>
> so when i made a copy will be right follow
> COPY C:\DEVL\mysql51\lib\opt\libmysql.lib
> C:\HARBOUR\win\%HB_COMPILER%\lib\libmysql.a
Sorry I don't understand.
If you use hbmk2 for your final app, a
Hi
Viktor Szakáts wrote:
>
>>> Font information like ansi/oem
>>
>> I do not think it has any relevance with text editing, but I may be
>> wrong.
>
> It has relevance, in fact quite important for anyone
> using non-English texts in source code, but in case you
> implement it please let's fo
IF I SET HB_INSTALL_PREFIX=C:\HARBOUR\
will be created
win\mingw\include
win\mingw\lib
so when i made a copy will be right follow
COPY C:\DEVL\mysql51\lib\opt\libmysql.lib
C:\HARBOUR\win\%HB_COMPILER%\lib\libmysql.a
2009/12/2 Viktor Szakáts :
>
> Default lib dir in your case is C:\harbour\mingw\
>> Font information like ansi/oem
>
> I do not think it has any relevance with text editing, but I may be wrong.
It has relevance, in fact quite important for anyone
using non-English texts in source code, but in case you
implement it please let's forget "ANSI" and "OEM". These
are MS specific
Hi
> size of source in kb
Good point, but I am wondering whay purpose it will solve.
> Font information like ansi/oem
I do not think it has any relevance with text editing, but I may be wrong.
> last Search text good to find next
Good. It could also be appropriate to implement CTRL+G to sea
> THis is my batch with parameter clean install
> SET HB_WITH_ADS=C:\DEVL\acesdk
> SET HB_WITH_QT=C:\DEVL\qt\2009.04\QT\INCLUDE
> SET HB_BUILD_IMPLIB=yes
> SET HB_WITH_MYSQL=C:\DEVL\MySQL51\INCLUDE
> SET HB_ARCHITECTURE=win
> SET HB_COMPILER=mingw
> SET HB_INSTALL_PREFIX=C:\HARBOUR\%HB_COMPILER%
>
THis is my batch with parameter clean install
SET HB_WITH_ADS=C:\DEVL\acesdk
SET HB_WITH_QT=C:\DEVL\qt\2009.04\QT\INCLUDE
SET HB_BUILD_IMPLIB=yes
SET HB_WITH_MYSQL=C:\DEVL\MySQL51\INCLUDE
SET HB_ARCHITECTURE=win
SET HB_COMPILER=mingw
SET HB_INSTALL_PREFIX=C:\HARBOUR\%HB_COMPILER%
rem SET HB_BIN_INS
Revision: 13098
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13098&view=rev
Author: vszakats
Date: 2009-12-02 19:05:19 + (Wed, 02 Dec 2009)
Log Message:
---
2009-12-02 20:04 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* external/libpng/Makefile
> My dir layout
> SET HB_INSTALL_PREFIX=C:\HARBOUR\%HB_COMPILER%
> SET HB_BIN_INSTALL=%HB_INSTALL_PREFIX%\BIN
> SET HB_LIB_INSTALL=%HB_INSTALL_PREFIX%\LIB
> SET HB_INC_INSTALL=%HB_INSTALL_PREFIX%\INCLUDE
>
> if i remove : HB_BIN_INSTAL SET HB_LIB_INSTALL SET HB_INC_INSTALL
> I can't compile harbou
My dir layout
SET HB_INSTALL_PREFIX=C:\HARBOUR\%HB_COMPILER%
SET HB_BIN_INSTALL=%HB_INSTALL_PREFIX%\BIN
SET HB_LIB_INSTALL=%HB_INSTALL_PREFIX%\LIB
SET HB_INC_INSTALL=%HB_INSTALL_PREFIX%\INCLUDE
if i remove : HB_BIN_INSTAL SET HB_LIB_INSTALL SET HB_INC_INSTALL
I can't compile harbour
gcc -I. -I../
> I have removed all HB_INC_* from my batch with the exclusion of hb_inc_install
You also not need HB_INC_INSTALL, BTW. Unless you use some
exotic dir layout.
Brgds,
Viktor
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project
The line error occurs is this:
if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
What should be changed?
I really need to generate binaries for WinCE the Harbor with VS2005, you
think I can have a lot of incompatibility during generation?
Thanks;
Ale
Viktor Szakáts wrot
I have removed all HB_INC_* from my batch with the exclusion of hb_inc_install
I think that 3.6 is not jet compatible with harbour/hbide
i have also tried for resolve my prev prev problem
hbmk2 hbide -rebuild
Thinking that each major upgrade of qt must be done -rebuild
1 Qt SDK for Windows*
I have follow suggestion :
size of source in kb
Font information like ansi/oem
last Search text good to find next
kind of selection column mode or normal mode
Result of last compilation
I have follow question
How activate list of function?
Also buonbar will be used like status bar
> S
Looks like a libpng (WinCE C++ mode) bug.
Brgds,
Viktor
On 2009 Dec 2, at 14:04, Ale SB wrote:
>
> I am not able to generate binaries for WinCE, what am I doing wrong?
> I'm using VS2005
>
> Make_VcCe.Bat
> set INCLUDE=%ProgramFiles%\Microsoft Visual Studio
> 8\VC\ce\include;%ProgramFiles%\Win
> why use SET HB_INC_QT and why HB_WITH_QT?
See my last ChangeLog entry.
Brgds,
Viktor
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Hi All,
Does Harbour have KeyRead()/KEysend() functions implemented?
I use it a lot in a program I'm moving over to Harbour.
it can differentiate between any key (like NumPad #s & regular #s) pressed.
Following is the NG help on KeyRead() followed by CTScan.ch .
How would I achieve that in Harb
Revision: 13097
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13097&view=rev
Author: vouchcac
Date: 2009-12-02 16:08:37 + (Wed, 02 Dec 2009)
Log Message:
---
2009-12-02 08:04 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* contrib/hbide/hbide.prg
Revision: 13096
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13096&view=rev
Author: druzus
Date: 2009-12-02 14:50:55 + (Wed, 02 Dec 2009)
Log Message:
---
2009-12-02 15:50 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/gtos2
On Wed, 02 Dec 2009, David Arturo Macias Corona wrote:
Hi,
> Now below are tests with only src\rtl\gtos2\Makefile adding:
> HB_BUILD_OPTIM := no
> Tests with
> speedtst.exe --thread ...
> does not fail with GPF
Thank you very much. This is what I wanted to see :-)
So all what we have to do i
Hi Viktor,
I include in my script:
set HB_WITH_ADS=C:\ads81
...and ace32.lib is generated :)
Thank you very much,
Rossine.
--
View this message in context:
http://old.nabble.com/Ace.lib-not-generate-in-last-version-tp26591636p26609679.html
Sent from the Harbour - Dev mailing list archive a
Przemek:
Did you checked message included below ?
As additional note, I tried to build current Harbour using OpenWatcom
1.7a in place of 1.8 and it fail to compile hbsha2.c
But we can forget OpenWatcom 1.7a
I updated results included below with a third computer:
Sempron 3000+, 1800 MHz, 128
I am not able to generate binaries for WinCE, what am I doing wrong?
I'm using VS2005
Make_VcCe.Bat
set INCLUDE=%ProgramFiles%\Microsoft Visual Studio
8\VC\ce\include;%ProgramFiles%\Windows CE Tools\wce500\Windows Mobile 5.0
Pocket PC SDK\Include\Armv4i
set LIB=%ProgramFiles%\Microsoft Visual Stu
why use SET HB_INC_QT and why HB_WITH_QT?
--
Massimo Belgrano
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Przemek:
Yes, I want you add it to src/rtl/gtos2/Makefile at line 5
Sorry, I confused "add" with "change"
I used:
set HB_BUILD_OPTIM=no
and what you have recompiled later and how?
Sorry that I'm asking but I have to be sure what exactly was done.
Many thanks for your tests.
Fresh SVN,
compiling with
SET HB_WITH_QT=C:\devl\Qt\2009.04\qt\include
PATH=C:\devl\MinGWtdm\bin;c:\harbour\%HB_COMPILER%\bin;c:\devl\qt\4.6.0\bin;%PATH%
work fine
instead with
SET HB_WITH_QT=c:\devl\qt\4.6.0\include
PATH=C:\devl\MinGWtdm\bin;c:\harbour\%HB_COMPILER%\bin;c:\devl\qt\4.6.0\bin;%PATH%
give error
Revision: 13095
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13095&view=rev
Author: vszakats
Date: 2009-12-02 10:49:32 + (Wed, 02 Dec 2009)
Log Message:
---
2009-12-02 11:46 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
+ Added HB_DI
On harbour group on facebook i have received following question
http://www.facebook.com/group.php?gid=48795263775
can somebody help me
-
I want to print on custom paper size with my software (created with
Harbour+gtwvg)
Previously I used win32prn (with xHarbour) and use
Revision: 13094
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13094&view=rev
Author: vszakats
Date: 2009-12-02 10:44:06 + (Wed, 02 Dec 2009)
Log Message:
---
2009-12-02 11:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/rtl/philes.c
* incl
C:/Qt/2009.03/qt/include/QtCore/../../src/corelib/tools/qvector.h:113: instant
iated from `QVector::QVector(const QVector&) [with T = QPoint]'
C:/Qt/2009.03/qt/include/QtGui/../../src/gui/painting/qpolygon.h:66: instantia
ted from here
C:/Qt/2009.03/qt/include/QtCore/../../src/corelib/tools/qve
>-Original Message-
>From: Horodyski Marek (PZUZ)
>Sent: Tuesday, December 01, 2009 12:53 PM
>To: Harbour Project Main Developer List.
>Subject: RE: [Harbour] SF.net SVN: harbour-project:[13028]
>trunk/harbour
>
>I have an example! :)
...
*
Function Main()
Local key
#
On Wed, 02 Dec 2009, Chen Kedem wrote:
Hi,
> > Neither Harbour nor xHarbour supports class objects like Class(y)
> Thanks you for your reply.
> Should I mark this report as a Feature Request and leave it open,
> or close it with "Not going to Fix" status?
I still want to add Class(y) like class
I have download final version version of qt
Download Qt libraries 4.6 for Windows (minGW 4.4, 273 MB)
SET HB_WITH_QT=devl\qt\4.6.0\include
SET HB_DIR_QT=devl\qt\4.6.0
IN MINHW VERSION mingw
During install it require me version 4.4.0 but i not have it
when compile hbide receive error
hbmk2: Linking.
54 matches
Mail list logo