[Harbour] Change BCC to MSVC

2009-08-10 Thread Itamar Lins
Hi! I need examples, now I am using hbmk2. How to link rmchart.lib in my project ? My file sciwin.hbm is: 8<--- -lrmchart.lib -inc sciwin.prg apuracao.prg bancos.prg ... --->8- I using implib for make rmchar.lib. Get this; D:\DEV\HARBOUR\lib\rmchart.lib : fatal error

[Harbour] Re: Change BCC to MSVC

2009-08-11 Thread Itamar Lins
No correct, because I need example and this is link is other example for bcc not for msvc. for bcc I use: implib rmchart.lib rmchart.dll. And for msvc ? TIA, Itamar M. Lins Jr. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbou

[Harbour] Re: Change BCC to MSVC

2009-08-11 Thread Itamar Lins
Resolved bcc55\bin\impdef.exe rmchart.def rmchart.dll lib /def:rmchart.def Regards, Itamar M. Lins Jr. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Off Topic - LetoDb hmk2

2009-08-11 Thread Itamar Lins
Hi! To Guru Mr. Viktor Szakats! file letodb.hbp not make rddleto.lib first with MSVC. hbmk: Processando arquivo de configura?Æo: D:\DEV\HARBOUR\BIN\hbmk.cfg hbmk: Processando: rddleto.hbc hbmk: Linkando... bin\letodb.exe LINK : fatal error LNK1181: cannot open input file 'rddleto.lib' But is wrong,

[Harbour] Re: Off Topic - LetoDb hmk2

2009-08-11 Thread Itamar Lins
(see readme.txt with these instructions) Brgds, Viktor On 2009.08.12., at 1:46, Itamar Lins wrote: > Hi! > To Guru Mr. Viktor Szakats! > file letodb.hbp not make rddleto.lib first with MSVC. > hbmk: Processando arquivo de configura?Æo: D:\DEV\HARBOUR\BIN\hbmk.cfg > hbmk: Processando

[Harbour] Re: Off Topic - Letodb multiply defined symbols found

2009-08-11 Thread Itamar Lins
Hi again, I get this error. hbrtl.lib(hbsocket.obj) : error LNK2005: _hb_socketConnect already defined in rddleto.lib(hbip.obj) How to resolve? Thanks, Itamar M. Lins Jr. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-pro

[Harbour] Re: Re: Off Topic - Letodb multiply defined symbols found

2009-08-13 Thread Itamar Lins
der to stay compatible with xhb and old Harbours) > > Brgds, > Viktor > > On 2009.08.12., at 2:35, Itamar Lins wrote: > >> Hi again, >> I get this error. >> hbrtl.lib(hbsocket.obj) : error LNK2005: _hb_socketConnect

[Harbour] Warnings with msvc.

2009-08-17 Thread Itamar Lins
Hi! This is normal ? ! MAKE: mingw32-make 3.81 sh.exe ! HB_INSTALL_PREFIX: D:\DEV\HARBOUR ! HB_HOST_ARCH: win HB_SHELL: nt ! HB_ARCHITECTURE: win (autodetected) ! HB_COMPILER: msvc ../../../expropt2.c(557) : warning C4244: '=' : conversion from 'HB_LONG' to 'long', possible loss of data ../.

[Harbour] GPF oemtoansi()

2009-08-17 Thread Itamar Lins
Hi! $Id: ChangeLog 12153 2009-08-17 18:02:30Z vszakats $ With MSVC, OS Windows XP SP3. Function Main ? oemtoansi(cmonth(date())) //I Get GPF. Best Regards, Itamar M. Lins Jr. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-

[Harbour] Re: GPF oemtoansi()

2009-08-17 Thread Itamar Lins
, 17 Aug 2009, Itamar Lins wrote: > > Hi, > >> $Id: ChangeLog 12153 2009-08-17 18:02:30Z vszakats $ >> With MSVC, OS Windows XP SP3. >> Function Main >> ? oemtoansi(cmonth(date())) //I Get GPF. > > Harbour does not have OEMTOANSI() function

[Harbour] Re: GPF oemtoansi()

2009-08-17 Thread Itamar Lins
I found the problem. Colision again Hwgui function. Piece of code hwgui\source\drawtext.c #ifndef __XHARBOUR__ HB_FUNC( OEMTOANSI ) { char *buffer = hb_parc( 1 ); OemToChar( buffer, buffer ); hb_retc( buffer ); } HB_FUNC( ANSITOOEM ) { char *buffer = hb_parc( 1 ); CharToOem( buffe

[Harbour] Re: Re: GPF oemtoansi()

2009-08-17 Thread Itamar Lins
"Przemyslaw Czerpak" escreveu na mensagem news:20090817202508.ga30...@uran.home.aster.pl... > On Mon, 17 Aug 2009, Itamar Lins wrote: >> Best way hbmk2 inform oemtoansi() not found. Because hbmk2 compile fine >> now >> show error, is not my function. HB_ prefi

[Harbour] Problem with make files

2009-08-21 Thread Itamar Lins
Hi! Mr. Szakats Now, make fails because it is copying files old of dir bcc for example: HB_COMPILER=msvc SET HB_INSTALL_PREFIX=D:\DEV\HARBOUR But exists two directories with old files of bcc into win\bcc and other new in win\msvc however files of bcc is copyng for \dev\harbour\bin :-( Best Regar

[Harbour] Re: Problem with make files

2009-08-21 Thread Itamar Lins
Correction lib dir. \dev\harbour\lib and \dev\harbour\lib\win\bcc and other \dev\harbour\lib\win\msvc. Thanks, Itamar M. Lins Jr "Itamar Lins" escreveu na mensagem news:h6nb91$9k...@ger.gmane.org... > Hi! > Mr. Szakats > Now, make fails because it is copying files o

[Harbour] unresolved external symbol _hb_vmProcessSymbolsEx

2009-08-21 Thread Itamar Lins
Hi! Windows XP SP3 with MSVC * $Id: ChangeLog 12247 2009-08-21 20:01:30Z vszakats $ Now I get this error tipo70.obj : error LNK2001: unresolved external symbol _hb_vmProcessSymbolsEx Best Regards, Itamar M. Lins Jr. ___ Harbour mailing list Harbou

[Harbour] Re: unresolved external symbol _hb_vmProcessSymbolsEx

2009-08-21 Thread Itamar Lins
escreveu na mensagem news:c79ee672-8921-4f5f-b7a1-e1a026167...@syenar.hu... > You have to rebuild all your libs and apps with > current Harbour. > > Brgds, > Viktor > > On 2009.08.22., at 2:04, Itamar Lins wrote: > >> Hi! >> Windows XP SP3 with MSVC >> * $Id: Cha

[Harbour] Re: Re: Problem with make files

2009-08-21 Thread Itamar Lins
The problem is, process make is copying incorrect files probable bcc and bcc32 If I set ambient for HB_COMPILER=msvc And now while make harbour from SVN mix with old files BCC. :-( And this I can not control. 1) My make files is: --- MSVC 2008 call "%ProgramFiles%\Microsoft Visual Stu

[Harbour] Re: My tests with Qt 4.5.2 and MSVC 2008 (Express Edition)

2009-08-26 Thread Itamar Lins
Hi! Not runing, because QTCore4.dll not found in box zip. Thanks, Itamar M. Lins Jr. "Marcos Gambeta" escreveu na mensagem news:4a94904e.3080...@uol.com.br... > Marcos Gambeta escreveu: >> >> demoxbp.exe (don't work - stop with a runtime error) >> http://www.4shared.com/file/127607906/e920c8be/

[Harbour] Re: My tests with Qt 4.5.2 and MSVC 2008 (Express Edition)

2009-08-26 Thread Itamar Lins
Hi! After, install dll, show this error: Não foi possivel localizar ponto de entrada do procedimento ?removeallencodequeryit...@qurl@@QAXABVQByteArray@@@Z na biblioteca de vínculo dinâmico QtCore4.dll Thanks, Itamar M. Lins Jr. ___ Harbour mailing

[Harbour] Off Topic. LetoDb Request.

2009-08-31 Thread Itamar Lins
Hi! Anybody of the group LetoDB can updated it ? To be compiling with the new harbour function hb_socket... for exemple. TIA, Itamar M. Lins Jr. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/ha

[Harbour] Re: Off Topic. LetoDb Request.

2009-09-01 Thread Itamar Lins
Hi! Works fine now. Thanks! best regards, Itamar M. Lins Jr. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] TODO list

2009-09-01 Thread Itamar Lins
Hi! Have prevision for this? Assign to: Detail...: Add support for virtual file handles and registering some meta handles so it will be possible to make: h := fopen( "gzip:/tmp/myarchive.gz", FO_WRITE ) fwrite( h, cData ) fclose( h )

[Harbour] Re: TODO list

2009-09-01 Thread Itamar Lins
For us user's of LetoDB we: LETO_FILE( cFileName ) LETO_FERASE( cFileName ) LETO_FRENAME( cFileName, cFileNewName ) LETO_FERROR() I need this: port:='2815' oPath := 'c:\' nPath := 'c:\test\' FILECOPY(localhost:port\oPath+cFile,localhost:port\nPath+cFile) Maybe LETO_FILECO

[Harbour] HBNETIO side server.

2009-09-17 Thread Itamar Lins
Hi! The side of server, what is necessary ? Maybe dummy question but... Best regards, Itamar M. Lins Jr. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Re: SF.net SVN: harbour-project:[12593] trunk/harbour

2009-09-24 Thread Itamar Lins
Hi! "Viktor Szakáts" escreveu na mensagem news:a3ea09d8-46a6-4d52-bb0b-5f98a41e1...@syenar.hu... > Dunno where to address this, but I tried LetoDB the other > day with production app, and instantly stumbled upon a > fatal because dbExists() isn't implemented. But, I use function Leto_File(). >

[Harbour] Re: LETODB to harbour svn ?

2009-09-25 Thread Itamar Lins
Hi! My vote is for include LetoDb in contrib of harbour. Best regards, Itamar M. Lins Jr. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] xHarbour compatible Hwgui analog clock.

2009-09-30 Thread Itamar Lins
Hi! This is program was created by Luis Basso, analog clock. Works fine with xHarbour, with Harbour I get this is error: error base/1001 Undefined function: HTIMER Called from HTIME(0) Called from HRELOGANALOGICO:ADDNEWOBJECT(297) Called from HRELOGANALOGICO:CREATE(78) Called from HRELOGANALOGICO:

[Harbour] Re: xHarbour compatible Hwgui analog clock.

2009-09-30 Thread Itamar Lins
Maybe this line not compatible with harbour, oSelf := & ( cClass + "():" + cClassNew ) Best regards, Itamar M. Lins Jr. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Problem with set filter

2009-10-09 Thread Itamar Lins
Hi! My reports now with set filter fail, for exemple, if I use date criteria. set date to brit inicio := fim := ctod('23/10/09') Set Filter to pd->data_compr >= inicio .and. pd->data_compr <= fim the "set filter" not works, get all records of data base. Testing with * $Id: ChangeLog 12672 2009-10

[Harbour] Re: Problem with set filter

2009-10-09 Thread Itamar Lins
Hi! Thanks for response. Please analize my file, because it was make with old xHarbour. http://www.4shared.com/file/139644752/e204a705/encomenda.html proc main() local inicio, fim set date to brit use encomenda new alias 'pd' dbgotop() inicio := ctod('20/08/09') fim

[Harbour] Re: Re: Problem with set filter

2009-10-09 Thread Itamar Lins
Hi again! After searching this problem for a few hours... normal to the learner, got the following result. proc main() field f local inicio, fim set date to brit set epoch to 1970 dbcreate("_tst",{{"F","D",8,0}}) use _tst dbappend(); f := ctod('22/09/09') dbappend(); f := ctod('23/09/09') dbappen

[Harbour] Re: Re: Problem with set filter

2009-10-09 Thread Itamar Lins
Hi again! After searching this problem for a few hours... normal to the learner, got the following result. proc main() field f local inicio, fim set date to brit set epoch to 1970 dbcreate("_tst",{{"F","D",8,0}}) use _tst dbappend(); f := ctod('22/09/09') dbappend(); f := ctod('23/09/09') dbappe

[Harbour] Problem with win_prn class CHARSET.

2009-10-17 Thread Itamar Lins
Hi! Function Test_Charset oPrn := win_prn():New(GetDefaultPrinter()) oPrn :LandScape := .f. oPrn :Copies:= 1 if !oPrn:Create() MsgStop("Fail...") return nil endif if !oPrn:StartDoc("Print...") MsgStop("Error...") return nil

[Harbour] Re: Problem with win_prn class CHARSET.

2009-10-18 Thread Itamar Lins
12c-1ca73cdf1...@syenar.hu... Hi Itamar, Exactly which compiler did you use here? In UNICODE builds you have to use Set( _SET_CODEPAGE ) to set the CP you use in your app probably. Maybe other will have better suggestions. Brgds, Viktor On 2009 Oct 17, at 17:04, Itamar Lins wrote: > Hi! > >

[Harbour] Re: Problem with win_prn class CHARSET.

2009-10-19 Thread Itamar Lins
Viktor Szakáts escreveu: Hi, So you're using UNICODE build. Your issue is probably caused by 1., which can mean two things: a. UNICODE mode may not work without bugs in all places in Harbour. I hope these issues to be detected and fixed, if needed. b. Even if UNICODE mode is bug-free, app l

[Harbour] Small problem \contrib\hbwin\tests\testprn.prg

2009-10-19 Thread Itamar Lins
Hi! Win_Prn() Class test program. Choose a printer to test Bitmap file name ┌──┐ │CutePDF Writer │ Error BASE/1003 Variable does not exist: GREEN │ Called from PRNTEST(112) │ Called from MAIN(28)

[Harbour] Re: SF.net SVN: harbour-project:[12732] trunk/harbour

2009-10-19 Thread Itamar Lins
Hi Przemysław Czerpak! Last changelog letodb. 2009-10-18 13:30 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/server.prg ! minor fix in #define * include/funcleto.h * fixes for compatibility with xHarbour CVS * source/client/leto1.c * source/server/letofunc.c * some changes, provided

[Harbour] Re: SF.net SVN: harbour-project:[12732] trunk/harbour

2009-10-19 Thread Itamar Lins
But I am in moment, using MSVC. Maybe is necessary set same envar. only are these options set HB_INSTALL_PREFIX=C:\DEV\HARBOUR HB_PATH=C:\DEV\HARBOUR Best regards, Itamar M. Lins Jr. Viktor Szakáts escreveu: And command hbmk2 rddleto.hbp letodb.hbp For windows XP OS make lib error name librdd

[Harbour] Re: SF.net SVN: harbour-project:[12732] trunk/harbour

2009-10-19 Thread Itamar Lins
Viktor Szakáts escreveu: Probably you also have mingw in your PATH and it gets autodetected by hbmk2. Use -comp option to choose compiler manually if you have multiple ones in PATH. Yes, You is correct. Best regards, Itamar M. Lins Jr. ___ Harbour

[Harbour] FW Re: SF.net SVN: harbour-project:[12732] trunk/harbour

2009-10-20 Thread Itamar Lins
ths in #include. Please remember to set correct -I parameters to compile this files. - Original Message - From: "Itamar Lins" To: Sent: Tuesday, October 20, 2009 4:12 AM Subject: Update LetoDb > Hi! > Can you apply this fix? > For LetoDb able to operate with the

[Harbour] Re: SF.net SVN: harbour-project:[12732] trunk/harbour

2009-10-20 Thread Itamar Lins
- Original Message - From: "Itamar Lins" To: Sent: Tuesday, October 20, 2009 4:12 AM Subject: Update LetoDb > Hi! > Can you apply this fix? > For LetoDb able to operate with the harbor of SVN? > Were made by Mr. Przmyslaw Czerpak. > Best reg

[Harbour] Re: FW Re: SF.net SVN: harbour-project:[12732] trunk/harbour

2009-10-20 Thread Itamar Lins
2009-10-20 20:45 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * Makefile.linux * letodb.hbp * source/client/leto1.c * source/common/hbip.c * utils/manager/console.prg * utils/manager/manage.prg * changes for compatibility with the latest Harbour SVN, provided by Przemyslaw Czerp

[Harbour] Re: SF.net SVN: harbour-project:[12732] trunk/harbour

2009-10-20 Thread Itamar Lins
Was submit file cvs.diff to Mr. Pavel. Cut here for just space saving :-) Best regards, Itamar M. Lins Jr. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Error making hbqt

2009-10-24 Thread Itamar Lins
Hi! cl.exe -nologo -I. -I../../../../../include -Gs -TP -W4 -wd4127 -Ot2b1 -EHs-c- -MT -IC:\Qt\2009.04\qt\include -IC:\Qt\2009.04\qt\include/Qt -IC:\Qt\2009.04\qt\include/QtCore -IC:\Qt\2009.04\qt\include/QtGui -IC:\Qt\2009.04\qt\include/QtNetwork -IC:\Qt\2009.04\qt\include/QtWebKit -DUNIC

[Harbour] Re: Error making hbqt

2009-10-24 Thread Itamar Lins
With ChangeLog 12767 2009-10-24 07:58:32Z vouchcac works fine. Best regards, Itamar M. Lins Jr. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Re: Error making hbqt

2009-10-24 Thread Itamar Lins
With ChangeLog 12767 2009-10-24 07:58:32Z vouchcac works fine. Best regards, Itamar M. Lins Jr. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] qtcore4.lib

2009-10-24 Thread Itamar Lins
Hi! How to make qtcore4.lib ? Because I am going INSTALL file, and it contains: http://qt.nokia.com/products and get the file qt-sdk-win-opensource-2009.04.exe my set variables is: HB_BUILD_IMPLIB=yes HB_BUILD_PKG=yes HB_COMPILER=msvc HB_DIR_NSIS=%ProgramFiles%\NSIS\ HB_DIR_QT=C:\Qt\2009.04\qt

[Harbour] Re: qtcore4.lib

2009-10-26 Thread Itamar Lins
For compiler mingwin the file hb-mkimp.bat I found this is lines if "%HB_COMPILER%" == "mingw" (... ... if exist "%HB_DIR_QT%\lib\libQtCore4.a" copy /b /y "%HB_DIR_QT%\lib\libQtCore4.a" "%HB_LIB_INSTALL%\libQtCore4.a" if exist "%HB_DIR_QT%\lib\libQtGui4.a"

[Harbour] Re: qtcore4.lib

2009-10-26 Thread Itamar Lins
Viktor Szakáts escreveu: Better would be to forget BCC for any serious jobs. Ok, BCC was abandoned for me. Maybe tutor for making HBQT libs step by step. Making HBQT is quite straightforward and covered in INSTALL. If you mean QT, it's not Harbour's job to document it, but you'll find gre

[Harbour] hbmk2

2009-10-28 Thread Itamar Lins
Hi! Mr Viktor Szakáts. hbmk2 don't check if lib is more recent and not link again with new lib. In my project my files is: --->8-- -inc -lhwgui.lib -lhwg_qhtm.lib -lprocmisc.lib -lhbxml.lib -gui -run --8<--- while my file hwgui.lib is recompiled if I call: c:>\project\hbmk2 sciwin

[Harbour] Re: hbmk2

2009-10-28 Thread Itamar Lins
Viktor Szakáts escreveu: Hi, hbmk2 don't check if lib is more recent and not link again with new lib. In my project my files is: --->8-- -inc -lhwgui.lib -lhwg_qhtm.lib -lprocmisc.lib -lhbxml.lib -gui -run --8<--- while my file hwgui.lib is recompiled if I call: c:>\project\hbmk

[Harbour] Error making _hbhbpdf.c

2009-10-31 Thread Itamar Lins
Hi! Microsoft Windows XP [versão 5.1.2600] Envar for harbour maker. HB_COMPILER=msvc HB_DIR_NSIS=%ProgramFiles%\NSIS\ HB_DIR_QT=C:\Qt\2009.04\qt HB_DIR_ZIP=C:\info-zip\ HB_INSTALL_PREFIX=C:\DEV\HARBOUR HB_PATH=C:\DEV\HARBOUR HB_PLATFORM=win HB_WITH_QT=C:\Qt\2009.04\qt\include c:\>cd\harbour\tru

[Harbour] Re: Error making _hbhbpdf.c

2009-10-31 Thread Itamar Lins
Viktor Szakáts escreveu: Rely on setting up your PATH right and leave the rest to AUTODETECTION. Brgds, Viktor Ok but if I run only C:\harbour\trunk\harbour>win-make clean ... C:\harbour\trunk\harbour>win-make Run without errors. Best regards, Itamar M. Lins Jr.

[Harbour] Re: Error making _hbhbpdf.c

2009-10-31 Thread Itamar Lins
Viktor Szakáts escreveu: You're forcing MSVC compiler, but you don't have it in your PATH. This is not true, see. My path is: C:\harbour\trunk\harbour>set path Path=C:\Arquivos de programas\Microsoft Visual Studio 9.0\Common7\IDE;C:\Arquivo s de programas\Microsoft Visual Studio 9.0\VC\BIN;C:

[Harbour] Re: Error making _hbhbpdf.c

2009-10-31 Thread Itamar Lins
Viktor Szakáts escreveu: I'd like to strongly suggest every Windows user to **FORGET** HB_COMPILER settings. Don't use it, not needed, unnecessary. It's just a way to mess up things. Rely on setting up your PATH right and leave the rest to AUTODETECTION. without HB_COMPILER :-( C:\harbour\tru

[Harbour] Re: Error making _hbhbpdf.c

2009-11-01 Thread Itamar Lins
Viktor Szakáts escreveu: If Harbour build still cannot autodetect it, above must be wrong. I never tested to put MSVC in the PATH _TWICE_, while it should work, maybe should correct it to have it only once, and check if cl.exe is indeed in above PATH list. (by trying to execute it!). Anyhow I'd

[Harbour] Re: Error making _hbhbpdf.c

2009-11-01 Thread Itamar Lins
Viktor Szakáts escreveu: If Harbour build still cannot autodetect it, above must be wrong. I never tested to put MSVC in the PATH _TWICE_, while it should work, maybe should correct it to have it only once, and check if cl.exe is indeed in above PATH list. (by trying to execute it!). Anyhow I'd

[Harbour] Re: Error making _hbhbpdf.c

2009-11-01 Thread Itamar Lins
Generally it makes no sense as mingw32-make and win-make are the SAME binaries. The only difference in your case, is that you seem to put MinGW in PATH and try to invoke included GNU Make. Which can cause MinGW to be autodetected. Solution, as written in INSTALL: "Unpack it [mingw32-make] to

[Harbour] Win_prn problem.

2009-11-07 Thread Itamar Lins
Hi! Please, look this is example. Function Main aPrn := GetPrinters() If empty(aPrn) MsgStop("Error") return .f. EndIf oPrn := win_prn():New(GetDefaultPrinter()) //Is pdf virtual printer. "pdf creator" oPrn :LandScape := .f. oPrn :Copies:= 1 if !oPrn:Create() MsgStop("error")

[Harbour] Re: Win_prn problem.

2009-11-07 Thread Itamar Lins
Hi! Massimo, please test. Function Main aPrn := GetPrinters() If empty(aPrn) MsgStop("Error") return .f. EndIf oPrn := win_prn():New(GetDefaultPrinter()) oPrn :LandScape := .f. oPrn :Copies:= 1 if !oPrn:Create() MsgStop("error") return nil endif if !oPrn:StartDoc("test")

[Harbour] Re: Re: Re: Win_prn problem.

2009-11-08 Thread Itamar Lins
inal: Windows native console Harbour 2.0.0beta3 (Rev. 12829) Windows Vista 6.0.6002 Service Pack 2 DS avail=684936KB OS avail=2063912KB EMM avail=0KB MemStat:Off MT:Off Try with http://freepdfxp.de/xpDownload.html 2009/11/8 Itamar Lins Hi! Massimo, I use MSVC Express 9 with Windo

[Harbour] Re: Re: Re: Win_prn problem.

2009-11-08 Thread Itamar Lins
Hi! Massimo. The conclusion is there exist a problem with MSVC unicode ? I do not know to solve this. :-( Best regards, Itamar M. Lins Jr. "Massimo Belgrano" escreveu na mensagem news:609353e70911080534n1c327690qae2f1e1f05d7b...@mail.gmail.com... FREEPDFXP + Mingw version Harbour Termin

[Harbour] Re: Re: Re: Re: Win_prn problem.

2009-11-08 Thread Itamar Lins
avail=2066396KB EMM avail=0KB MemStat:Off MT:Off Follow my Microsoft c++ version c:\Program Files\Microsoft Visual Studio 9.0\VC\bin\cl Microsoft (R) 32-bit C/C++ Optimizing Compiler versione 15.00.30729.01 per 80x86 2009/11/8 Itamar Lins Hi! Massimo. The conclusion is there exi

[Harbour] Re: Re: Re: Re: Re: Win_prn problem.

2009-11-23 Thread Itamar Lins
Hi! The return of command "oPrn:TextOut('Font Is: '+oPrn:FontName,.t.)" is correct now. But not is possible yet print draw box double horizontal for example. I get Í My test with pdfcreator print is. Function Main aPrn := GetPrinters() If empty(aPrn) MsgStop("Error") return .f. EndI

[Harbour] Re: Re: Re: Re: Re: Re: Win_prn problem.

2009-11-24 Thread Itamar Lins
Hi! Now with , oPrn:CharSet(OEM_CHARSET) I get error, variable not exist. Error BASE/1003 Vari vel nÆo existe: OEM_CHARSET SVN * $Id: ChangeLog 13006 2009-11-24 12:20:59Z druzus $ Best regards, Itamar M. Lins Jr. "Xavi" escreveu na mensagem news:4b0b35e1.6090...@gmail.com... > Itamar, > > >

[Harbour] Re: Re: Re: Re: Re: Re: Win_prn problem.

2009-11-24 Thread Itamar Lins
Sorry, my fault, #include "hbwin.ch" But, the problem persist. :-( Best regards, Itamar M. Lins Jr. "Itamar Lins" escreveu na mensagem news:hegso9$ql...@ger.gmane.org... > Hi! > Now with , oPrn:CharSet(OEM_CHARSET) > I get error, variable not exist. > Erro

[Harbour] Re: harbour.cfg support removal

2009-11-29 Thread Itamar Lins
If this file is to remove, the hbmake can also be removed since it does not make sense to use it. Best regards, Itamar M. Lins Jr. "Viktor Szakáts" escreveu na mensagem news:798dd396-41d1-4904-ac82-512861f73...@syenar.hu... > Hi All, > > I'd like to propose removal of harbour.cfg. A lot of > t

[Harbour] Re: SF.net SVN: harbour-project:[13051] trunk/harbour

2009-11-29 Thread Itamar Lins
Hi! I use REQUEST HB_LANG_PT and REQUEST HB_CODEPAGE_PTISO. Are these same commands ? Best regards, Itamar M. Lins Jr. escreveu na mensagem news:e1nedhg-0006ef...@bj8yhf1.ch3.sourceforge.com... > Revision: 13051 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13051&view=rev

[Harbour] HB_BUILD_UNICODE=no

2009-12-02 Thread Itamar Lins
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

[Harbour] Re: Re: Re: Re: Re: Re: Win_prn problem.

2009-12-02 Thread Itamar Lins
500, oPrinter:PosY+200) oPrinter:FillRect(600, oPrinter:PosY+100, 700, oPrinter:PosY+200, RGB_RED ) 8< My test with SVN $Id: ChangeLog 13098 2009-12-02 19:05:19Z vszakats $ Best Regards, Itamar M. Lins Jr. "Itamar Lins" escreveu na mensagem news:... &

[Harbour] Re: Re: Re: Re: Re: Re: Win_prn problem.

2009-12-02 Thread Itamar Lins
500, oPrinter:PosY+200) oPrinter:FillRect(600, oPrinter:PosY+100, 700, oPrinter:PosY+200, RGB_RED ) 8< My test with SVN $Id: ChangeLog 13098 2009-12-02 19:05:19Z vszakats $ Best Regards, Itamar M. Lins Jr. "Itamar Lins" escreveu na mensagem news:... &

[Harbour] Error on winprn.

2009-12-02 Thread Itamar Lins
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,

[Harbour] Re: HB_BUILD_UNICODE=yes

2009-12-02 Thread Itamar Lins
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

[Harbour] MSVC legacyco.c problem.

2009-12-09 Thread Itamar Lins
Hi! * $Id: ChangeLog 13172 2009-12-09 03:09:59Z vszakats $ MSVC 2008 express. make-win with clean flag cl.exe -I. -I../../../../../include -nologo -Gs -TP -W4 -wd4127 -Ot2b1 -EHs-c- -DUNICODE -DUNICODE -Folegacyco.obj -c ../../../legacyco.c legacyco.c ../../../legacyco.c(119) : error C3861

[Harbour] Re: SF.net SVN: harbour-project:[13174] trunk/harbour

2009-12-09 Thread Itamar Lins
Hi! > * modified to use HB_DATASEG_STARTUP instead of HB_MSC_STARTUP > Now HB_MSC_STARTUP is local macro used only in hbinit.h. > Please make MSVC build tests. ! Making D:\DEV\HARBOUR\bin\hbmk.cfg... .\bin\postinst.bat ! Making shared version of Harbour binaries... Microsoft (R) Windo

[Harbour] Re: Re: SF.net SVN: harbour-project:[13174] trunk/harbour

2009-12-09 Thread Itamar Lins
Jr. "Viktor Szakáts" escreveu na mensagem news:117bd1d5-7926-46b2-8f87-785a693a1...@syenar.hu... I guess you're still using 'set INCLUDE' in your environment. Delete it. Brgds, Viktor On 2009 Dec 9, at 19:07, Itamar Lins wrote: > Hi! > >> * modified to use

[Harbour] Re: Re: SF.net SVN: harbour-project:[13174] trunk/harbour

2009-12-09 Thread Itamar Lins
Hi! Please look. > * harbour/include/hbinit.h > + harbour/include/hbiniseg.h >* replaced HB_MSC_STARTUP code with more universal HB_DATASEG_STARTUP >* moved HB_DATASEG_STARTUP code to separate header file to reduce > modifications in other files when this code has to be changed or >

[Harbour] Re: Re: Re: SF.net SVN: harbour-project:[13174]trunk/harbour

2009-12-09 Thread Itamar Lins
;Przemyslaw Czerpak" escreveu na mensagem news:20091209192617.ga5...@linux-4bod.home.aster.pl... > On Wed, 09 Dec 2009, Itamar Lins wrote: > > Hi, > >> But, working fine at: >> >Log Message: >> >--- >> >2009-12-09 12:50 UTC+0100 Viktor Sz

[Harbour] Re: SF.net SVN: harbour-project:[13532] trunk/harbour

2010-01-11 Thread Itamar Lins
I need examples of use netio. For me newbe user, how to make server activate and client side conections. Best Regards, Itamar M. Lins Jr. escreveu na mensagem news:e1nuilw-0001f1...@c3vjzd1.ch3.sourceforge.com... > Revision: 13532 > > http://harbour-project.svn.sourceforge.net/harbour-project/

[Harbour] bmdbfcdx error

2010-01-13 Thread Itamar Lins
Hi! With MSVC express, XP SP3 * $Id: ChangeLog 13555 2010-01-13 17:14:01Z vszakats $ cl.exe -I. -I../../../../../include -nologo -TP -W4 -wd4127 -Ot2b1 -EHs-c- -DUNICODE -DUNICODE -Fobmdbfcdx.obj -c ../../../bmdbfcdx.c bmdbfcdx.c ../../../bmdbfcdx.c(428) : warning C4244: '=' : conversion f

[Harbour] Re: bmdbfcdx error

2010-01-14 Thread Itamar Lins
Hi! , possible loss of data ../../../bmdbfcdx.c(9447) : warning C4244: 'argument' : conversion from 'int' to 'BYTE', possible loss of data ../../../bmdbfcdx.c(9447) : warning C4244: 'argument' : conversion from 'int' to 'BYTE', possible loss of data ../../../bmdbfcdx.c(9624) : warning C4244

[Harbour] Re: bmdbfcdx error

2010-01-14 Thread Itamar Lins
Now with Revision: 13576 works fine! Best regards, Itamar M. Lins Jr. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] error LNK2001: unresolved external symbol _HB_FUN_HB_SETCODEPAGE

2010-01-14 Thread Itamar Lins
Hi! Now I get this is error. How to resolve this ? Best regards, Itamar M. Lins Jr. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Re: error LNK2001: unresolved external symbol_HB_FUN_HB_SETCODEPAGE

2010-01-14 Thread Itamar Lins
I change. HB_SETCODEPAGE([PTISO]) -> hb_CdpSelect([PTISO]) No error Best regards, Itamar M. Lins Jr. "Itamar Lins" escreveu na mensagem news:hin5n4$of...@ger.gmane.org... > Hi! > > Now I get this is error. How to resolve this ? > > Best

[Harbour] off topic - letodb

2010-01-14 Thread Itamar Lins
Hi! I'm sorry for that but, I do not know how to solve this problem as. G:\letodb>hbmk2 letodb.hbp rddleto.hbc hbmk2: Processando arquivo de configuração: D:\DEV\HARBOUR\BIN\hbmk.cfg hbmk2: Processando: rddleto.hbc hbmk2: Compilando... leto_win.c include\srvleto.h(71) : fatal error C1083: Cannot

[Harbour] Re: off topic - letodb

2010-01-14 Thread Itamar Lins
Itamar Lins escreveu: My fault, the command correct is: G:\letodb>hbmk2 rddleto.hbp letodb.hbp hbmk2: Processando arquivo de configura‡Æo: C:\DEV\HARBOUR\bin\hbmk.cfg hbmk2: Processando: rddleto.hbc hbmk2: Compilando... leto1.c source\client\leto1.c(129) : error C2061: syntax error : identif

[Harbour] Re: off topic - letodb

2010-01-14 Thread Itamar Lins
Itamar Lins escreveu: My fault, the command correct is: G:\letodb>hbmk2 rddleto.hbp letodb.hbp hbmk2: Processando arquivo de configura‡Æo: C:\DEV\HARBOUR\bin\hbmk.cfg hbmk2: Processando: rddleto.hbc hbmk2: Compilando... leto1.c source\client\leto1.c(129) : error C2061: syntax error : identif

[Harbour] win_tprn error.

2010-01-15 Thread Itamar Lins
Hi! ChangeLog 13594 2010-01-15 18:25:14Z druzus ../../../../../bin/win/msvc/harbour.exe ./../../win_tprn.prg -i../../../../../ include -n1 -q0 -w3 -es2 -kmo -i- -l ../../../win_tprn.prg(512) Warning W0003 Variable 'HPEN' declared but not used in function 'WIN_PRN_TEXTOUT(490)' No code genera

[Harbour] Command Prompt xHb compatible

2010-01-15 Thread Itamar Lins
Hi! This sintaxe compile fine with xHarbour. @ 11,21 prompt "Action 1" color '+w/b' But I get error with Harbour. Error E0030 Syntax error "syntax error at '@'" Best regards, Itamar M. Lins Jr. ___ Harbour mailing list (attachment size limit: 40KB

[Harbour] Re: Command Prompt xHb compatible

2010-01-15 Thread Itamar Lins
er Hwgui, is for my old program... Best regards, Itamar M. Lins Jr. "Przemyslaw Czerpak" escreveu na mensagem news:20100115202646.ga12...@linux-4bod.home.aster.pl... > On Fri, 15 Jan 2010, Itamar Lins wrote: > > Hi, > >> This sintaxe compile fine with xHarbour. >>

[Harbour] error compiling demowvg.prg

2010-01-16 Thread Itamar Lins
Hi! D:\harbour\trunk\harbour\contrib\gtwvg\tests>hbmk2 demowvg.prg Harbour 2.0.1dev (Rev. 13594) Copyright (c) 1999-2010, http://www.harbour-project.org/ Compiling 'demowvg.prg'... Lines 7469, Functions/Procedures 73 Generating C source output to 'demowvg.c'... Done. demowvg.c hbmk_4eg122.c Genera

[Harbour] Re: off topic - letodb

2010-01-18 Thread Itamar Lins
Now I found 2 problem with letodb. error LNK2019: unresolved external symbol _hb_cdpnTranslate referenced in function _letoKeyToStr error LNK2019: unresolved external symbol _GetComputerNameA referenced in function _leto_NetName 2009-09-11 20:37 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.p

[Harbour] Printing OEM_CHARSET win_prn()

2010-01-18 Thread Itamar Lins
Hi! Still can not print graphics for example, chr(178). #include 'hbwin.ch' REQUEST HB_LANG_PT REQUEST HB_CODEPAGE_PTISO Procedure Main () aPrn := GetPrinters() HB_CDPSelect( "PTISO" ) HB_LANGSELECT( 'PT' ) If empty(aPrn) MsgStop("Error") return .f. EndIf oPrn := win_prn():New(GetDefau

[Harbour] Off topic - Hwgui update

2010-01-19 Thread Itamar Lins
Hi! Sorry, we were unable to deliver your message to the following address. : Remote host said: 550 relay not permitted [RCPT_TO] hbmk2: Processando arquivo de configura?Æo: D:\DEV\HARBOUR\BIN\hbmk.cfg hbmk2: Processando: hwgui.hbc hbmk2: Compilando... barcode.c include\guilib.h(5) : fatal error

[Harbour] Re: Printing OEM_CHARSET win_prn()

2010-01-20 Thread Itamar Lins
can not help you, my system print correctly chr(178), U+2593 > (0xB2): Dark Shadow > Check it in the character map .- > > http://windows.microsoft.com/pt-PT/windows-vista/Open-Character-Map > > HTH > -- > Xavi > > El 18/01/2010 15:59, Itamar Lins escribió: >

[Harbour] rddsetdefault

2010-01-20 Thread Itamar Lins
Hi! I am with problem here. Function Main REQUEST LETO RDDSETDEFAULT( "LETO" ) Error DBCMD/1015 Argument error: RDDSETDEFAULT Called from RDDSETDEFAULT(0) Is a problem of RDD LetoDb correct? Best regards, Itamar M. Lins Jr. ___ Harbour mai

[Harbour] hbwin.lib error

2010-01-25 Thread Itamar Lins
Hi! See this: * $Id: ChangeLog 13709 2010-01-25 20:24:23Z vouchcac $ hbmk2: Processando arquivo de configura?Æo: D:\DEV\HARBOUR\BIN\hbmk.cfg hbmk2: Linkando... farol.exe hbwin.lib(win_bmp.obj) : error LNK2019: unresolved external symbol _png_get_io_ptr referenced in function "void __cdecl hb_png

[Harbour] Re: hbwin.lib error

2010-01-25 Thread Itamar Lins
lib to the liblist manually. (first option strong preferred, to avoid any similar problems in the future) Also see: contrib\hbwin\hbwin.hbc Brgds, Viktor On 2010 Jan 26, at 01:03, Itamar Lins wrote: > Hi! > See this: > * $Id: ChangeLog 13709 2010-01-25 20:24:23Z vouchcac $ > > h

[Harbour] Binaries for Suse

2010-02-02 Thread Itamar Lins
Hi! URL to download of Harbour 2.0? Best regards. Itamar M. Lins Jr. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Re: Go Programming Language vs Harbour Programming Languages

2010-02-02 Thread Itamar Lins
I am pleased to announce that the GCC Steering Committee has accepted the contribution of the gccgo front-end and gcc-specific runtime for the Go language with Ian Taylor appointed maintainer. The GCC Release Managers will decide the details about the timing of the merge and inclusion in G

  1   2   3   >