[Harbour] Error when compiling with BCC 6.10

2010-05-29 Thread sygecom
bcc32.exe -I. -I../../../../../include -q -tWM -CP437 -w -Q -w-sig- -d -6 -O2 -OS -Ov -Oi -Oc -DHB_LEGACY_TYPES_OFF -DWIN32_LEAN_AND_MEAN -I"d:\devel\BCC60\B IN\..\Include" -DUNICODE -owin_shell.obj -c ../../../win_shell.c ../../../win_shell.c: Error E2451 ../../../win_shell.c 95: Undefined s

Re: [Harbour] how to control the MDI windows in ALIAS ?

2009-11-11 Thread sygecom
wrote: > > Hi > > > sygecom wrote: >> >> Do you have any function or command in the Harbour to dynamically control >> the same ALIAS?. >> What I really need is to know how to deal with the ALIAS screens MDI, >> which will open many time that DBF in

[Harbour] how to control the MDI windows in ALIAS ?

2009-11-11 Thread sygecom
Do you have any function or command in the Harbour to dynamically control the same ALIAS?. What I really need is to know how to deal with the ALIAS screens MDI, which will open many time that DBF in the same window and moving the RECNO each window without moving the other open windows with the sa

Re: [Harbour] There is a function FileValid() in the Harbour?

2009-09-09 Thread sygecom
Thanks, I will look for it then. Thank you. Viktor Szakáts wrote: > > That's because hbct seems to miss this ct function, but xhb has it. > > Hopefully someone will copy these to Harbour, until then you can do > it locally. > > Brgds, > Viktor > > On 2

Re: [Harbour] There is a function FileValid() in the Harbour?

2009-09-09 Thread sygecom
wrote: > > Yes, in hbct lib. > > [ xhb decided to mix in all ct functions to core, so they > appear as "xhb" functions which they are not. ] > > Brgds, > Viktor > > On 2009.09.09., at 17:12, sygecom wrote: > >> >> Hello to All, >> >> I

[Harbour] There is a function FileValid() in the Harbour?

2009-09-09 Thread sygecom
Hello to All, I wonder if there is a function: FileValid () in the Harbour? Below is an example of function in xHarbour: PROCEDURE Main ? FileValid( "MyApp.prg" ) // result: .T. ? FileValid( "My New Application.prg" ) // result: .F. ? LongFileValid( "

Re: [Harbour] Error compiling with MSVC (not think libc.lib)

2009-07-01 Thread sygecom
t; > My plain guess is that "libc" is coming from some > envvars on your system. > > Brgds, > Viktor > > On 2009.07.01., at 14:26, sygecom wrote: > >> >> Hi Viktor, >> >> I'm using hbmk2 thus: >> hbmk2 -inc -st -trace -oSYST

Re: [Harbour] Error compiling with MSVC (not think libc.lib)

2009-07-01 Thread sygecom
Hi Viktor, I'm using hbmk2 thus: hbmk2 -inc -st -trace -oSYSTEM *.c *.prg SYSTEM.RC And I have a script to compile this: file name: script.hbc {win}libs=hwgui procmisc hbmzip hbziparc hbct hbtip hbwin xhb hbhpdf libhpdf libpng hbblat blat hbgd bgd {win}gt=gtgui run=yes thank you very much Vik

[Harbour] Error compiling with MSVC (not think libc.lib)

2009-06-30 Thread sygecom
Hello to all, I've updated the SVN Harbour today and compiled with MSVC 2008 and compiled without errors. However when I compile my application in Hwgui using this hbmk2.exe giving the following error: LINK : fatal error LNK1104: can not open the file 'LIBC.lib' Enjoying the topic How do I get

Re: [Harbour] contrib blat Fail

2009-05-05 Thread sygecom
Hi Itamar, As I am migrating from xHarbour, I am using the example below and going very well with Blat. even faster than before hb_sendmail () #ifndef __XHARBOUR__ #include "hbblat.ch" FUNCTION SendMail( cServer, nPort , ccFrom, aTo, aCC, aBCC, ccBody, cSubject, aFiles, cUser, cPass, cPop

Re: [Harbour] contrib blat Fail

2009-05-05 Thread sygecom
Hi Itamar, Try updating your SVN Harbour of the Viktor already corrected this error. Leonardo Machado Itamar Lins wrote: > > Hi! > No possible use with bcc 5.5 > > Unresolved external _cSend referenced from > D:\DEV\HARBOUR\LIB\HBBLAT.LIB|blatwrp > > TIA, > Itamar M. Lins Jr. > > > >

Re: [Harbour] hb_i18n_gettext( "" ) warning. is it normal?

2009-05-01 Thread sygecom
Hi Viktor, Thanks for clarifying, I took a good look and it looked quite different there. Well as I'm hanging down the side of the harbour for a while then I will investigate the functions of the Harbour and I adptar for use with Harbour. If not ask for more until they could take these explanatio

Re: [Harbour] hb_i18n_gettext( "" ) warning. is it normal?

2009-05-01 Thread sygecom
Hi Viktor, Speaking on hb_i18n_gettext() would be put in hbcompat.ch to be compatible with xHarbour i18n(). I would like to better understand i18n if we can get the example of examples of the tests xharbour folder? or if you have any other example that shows how to use the practice in Harbour.

Re: [Harbour] Error compiling with MSVC and BCC

2009-04-30 Thread sygecom
ation > from .dll, please try with this line: > if exist "%HB_DIR_PGSQL%\bin\libpq.dll" call > :P_MSVC_IMPLIB "%HB_DIR_PGSQL%\libpq.dll" > "%HB_LIB_INSTALL%\libpq.lib" > > Brgds, > Viktor > > On Thu, Apr 30, 2009 at 3:4

Re: [Harbour] Error compiling with MSVC and BCC

2009-04-30 Thread sygecom
: > > On Thu, 30 Apr 2009, sygecom wrote: > > Hi, > >> If in the case of the MSVC LIB Postgresql is the only copy, then do not >> really have the LIB LIBPG.LIB in my installation of PostgreSQL. You just >> LIBPQ.A, I am using version NO-INSTALL. >> And about the er

Re: [Harbour] Error compiling with MSVC and BCC

2009-04-30 Thread sygecom
Hi Viktor, If in the case of the MSVC LIB Postgresql is the only copy, then do not really have the LIB LIBPG.LIB in my installation of PostgreSQL. You just LIBPQ.A, I am using version NO-INSTALL. And about the error in my application it gives error on line below: REPLACE REG1 WITH vATUAL2 Wher

Re: [Harbour] Error compiling with MSVC and BCC

2009-04-30 Thread sygecom
with the LIB LIBPQ.LIB why I use it in future and now I'm adapting. Leonardo Machado Szakáts Viktor wrote: > > Hi, > > On Thu, Apr 30, 2009 at 4:29 AM, sygecom wrote: > >> Problem 1 - When using MSVC compile is not generating the LIBPQ.LIB, and >> I >>

[Harbour] Error compiling with MSVC and BCC

2009-04-29 Thread sygecom
with MSVC and BCC is not giving error in compilation, but is not running (opening) and is creating a file with the descriptions below: Application Internal Error - D:\SYGECOM\SAGI\SAGI.exe Terminated at: 2009.04.29 23:03:35 Erro irrecuperável 9201: hb_cdxGoHot: multiple marking buffer as hot. C

Re: [Harbour] How to optimize filters with DBFCDX?

2009-04-27 Thread sygecom
uthors of RMDBFCDX > I hope that it will Have same idea regarding RMDBFCDX for harbour > > > 2009/4/27 sygecom : >> >> Hi Massimo, >> >> Thank you again. I did the tests, but the difference was very small. I >> got >> tested with the RMDBFCDX xharbou

Re: [Harbour] How to optimize filters with DBFCDX?

2009-04-27 Thread sygecom
can verify differences vs source, script > I not use the any function that not allow me port on different rdd > and AFAIK this function are used automatically when possible > SET OPTIMIZE ON |OFF over filters In the RDD that admit optimization, > p. ej. BMDBFCDX > > 2009/4/27 s

Re: [Harbour] Error compiling with + Hwgui Harbour.

2009-04-27 Thread sygecom
extern int cSend( char * szCmd ); > and put line > HB_EXTERN_END > after it. > > Brgds, > Viktor > > On 2009.04.27., at 16:06, sygecom wrote: > >> >> Hi Viktor, >> >> Thank you very much. >> >> Leonardo Machado >> >> &

Re: [Harbour] Error compiling with + Hwgui Harbour.

2009-04-27 Thread sygecom
Hi Viktor, Thank you very much. Leonardo Machado Szakáts Viktor wrote: > > Hi Leonardo, > Yes, thank you. 'extern "C"' was missing from around this declaration, > I'll commit a fix with my next commit. > > Brgds, > Viktor >

Re: [Harbour] Error compiling with + Hwgui Harbour.

2009-04-27 Thread sygecom
Hi Alexander, Thank you very much. Leonardo Machado Alexander S.Kresin wrote: > > Leonardo, > > I've renamed few HwGUI's functions, including deletefile(), adding to > them "hwg_" prefix. > > Regards, Alexander. > >> I'm trying to compile my application with MSVC, and it returns

Re: [Harbour] Error compiling with + Hwgui Harbour.

2009-04-26 Thread sygecom
robably it cannot find the .dll > in places defined in postinst.bat. > > As for blat.lib, I have no idea, here it works with default > setting without any problems. > > Brgds, > Viktor > > On 2009.04.27., at 4:31, sygecom wrote: > >> >> Hi Viktor, >>

Re: [Harbour] Error compiling with + Hwgui Harbour.

2009-04-26 Thread sygecom
la función _HB_FUN_HB_BLATSEND *** Leonardo Machado sygecom wrote: > > Hello Viktor, > > I was using the SIM SET HB_BUILD_IMPLIB = yes but when compiled with MSVC > the Harbour he led the LIB automatically, but my latest version of MSVC is > a little outdated, I will rebuild

Re: [Harbour] How to optimize filters with DBFCDX?

2009-04-26 Thread sygecom
(INT(sin(i)*i),1) > replace fl with IIF( SIN(i) >= 0, .T., .F. ) > next > x_timer=timer() > set filter to fc=replicate( CHR(65+INT(ABS(sin(100)*25)) ), 40 ) > go top > do while .not. eof() > skip > enddo > x_timer=x_timer-tiner() > ?? x_timer > >

Re: [Harbour] Error compiling with + Hwgui Harbour.

2009-04-26 Thread sygecom
lat.lib will be generated for you automatically, > and hopefully in a usable form. > > Brgds, > Viktor > > On 2009.04.26., at 18:17, sygecom wrote: > >> >> Hi Viktor, >> >> So I decided that even commenting this function in Hwgui. But now >> I'

Re: [Harbour] Error compiling with + Hwgui Harbour.

2009-04-26 Thread sygecom
t; > Did you try building Harbour with HB_BUILD_IMPLIB=yes? > This way blat.lib will be generated for you automatically, > and hopefully in a usable form. > > Brgds, > Viktor > > On 2009.04.26., at 18:17, sygecom wrote: > >> >> Hi Viktor, >> >> S

Re: [Harbour] How to optimize filters with DBFCDX?

2009-04-26 Thread sygecom
ample because simply you must create some > index on table then you made a set filter that instead read entire dbf > read only same part > You can use This technologies RMDBFCDX , BMDBFCDX > you can also try rddads that use sybase advantage data server or only > the free/local version

[Harbour] How to optimize filters with DBFCDX?

2009-04-26 Thread sygecom
Hello to all, Somebody would have some practical examples of using the LIB BMDBFCDX.LIB? I need to filter using a turbine in the DBF. The Harbor has something to RMDBFCDX of xHarbour Commercial. Note: At various points in my system already use ORDSCOPE () but in some points have to do the filter

Re: [Harbour] Error compiling with + Hwgui Harbour.

2009-04-26 Thread sygecom
hbct. > > I'd consider this a bug in hwgui, where DELETEFILE() > should either be renamed or moved to a separate source file. > > Brgds, > Viktor > > On Sun, Apr 26, 2009 at 7:30 AM, sygecom wrote: > >> >> Hello to All, >> I'm trying to comp

Re: [Harbour] Error compiling with + Hwgui Harbour.

2009-04-26 Thread sygecom
d in hbct. > > I'd consider this a bug in hwgui, where DELETEFILE() > should either be renamed or moved to a separate source file. > > Brgds, > Viktor > > On Sun, Apr 26, 2009 at 7:30 AM, sygecom wrote: > >> >> Hello to All, >> I'm t

[Harbour] Error compiling with + Hwgui Harbour.

2009-04-25 Thread sygecom
Hello to All, I'm trying to compile my application with MSVC, and it returns me the errors below, someone would give me a tip to avoid this error? Note: Both the Harbour as Hwgui been compiled with MSVC 9.0 and Harbour SVN is to the day 04/23/2009. Note: If you compile with the error BCC5.5.1 no

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

2009-04-16 Thread sygecom
ed now. > > Brgds, > Viktor > > On Fri, Apr 17, 2009 at 7:09 AM, sygecom wrote: > >> >> Hi Viktor, >> >> Well I noticed that using the *. PRG CORRING it leaves my file. PRG FUNC >> MAIN which is almost the end of the list, and using the hbmk2 with all

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

2009-04-16 Thread sygecom
Hi Viktor, Well I noticed that using the *. PRG CORRING it leaves my file. PRG FUNC MAIN which is almost the end of the list, and using the hbmk2 with all file names. PRG file my main column is on the list of files . PRG and compiles without problems. Now, how do I set which file is what is FUNC

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

2009-04-16 Thread sygecom
Hi Viktor, I'm trying to compile using the command below and give this error: hbmk2 -gtgui -inc -st -trace -oSYSTEM *.prg SYSTEMP.RC It is returning me the error below: Error BASE/1075 Argument error: > Called from FINDNEWERHEADERS(3064) Called from HBMK(2449) Called from MAIN(173) However, i

Re: [Harbour] DBF to migrate from PostGreSQL

2009-04-16 Thread sygecom
an also try SQL LIB RDD > http://www.sqllib.com.br/v4/ > > 2009/4/16 sygecom >> >> Hello to All, >> With the help of colleagues here in the Forum managed to migrate from >> xHarbour Harbor using the BCC 5.5.1, now my next step is to migrate from >> DBF >&g

[Harbour] DBF to migrate from PostGreSQL

2009-04-16 Thread sygecom
Hello to All, With the help of colleagues here in the Forum managed to migrate from xHarbour Harbor using the BCC 5.5.1, now my next step is to migrate from DBF PostGreSQL, I took a look at the options available at Harbor that is: The RDD SQLMIX, but is just one example of use in the \ CONTRIB \ R

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

2009-04-16 Thread sygecom
Hello Viktor, Very good this new option, this will help much, I still have some projects to compile with the harbour where he has many files .PRG Leonardo Machado vszakats wrote: > > Revision: 10871 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10871&view=rev >

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

2009-04-15 Thread sygecom
Hi Viktor, Just to warn that if the hb_sendmail () changed to use with \ CONTRIB \ HBBLAT and it was resolved, alias was quicker to the sending of emails. I will continue migrating to the Harbour, the only time I thank all the assistance you have provided. Thank you. Leonardo Machado sygecom

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

2009-04-15 Thread sygecom
: > cByts : = oClient: filesize (cNAME_FILE) > by changing 'filesize' to 'hb_fsize'. Formatting the line to > cByts := oClient:filesize(cNAME_FILE) > may help, if not, make sure not to use hbcompat.ch in this source. > > Brgds, > Viktor > > On Wed, Apr 15, 2

Re: [Harbour] Problem with COPY FILE

2009-04-15 Thread sygecom
Hi Vailton, Yes, everything is correct, xHarbour with this is that this error does not happen. And it also happens when you tell the full path of the file. I found the Harbour could have some SET setting this problem. Leonardo Machado Vailton Renato wrote: > > Your working directory is set cor

[Harbour] Problem with COPY FILE

2009-04-15 Thread sygecom
Hello to all, In xHarbour I have used as below to copy DBF files from one folder to another: __CopyFile("DADOS\NAME_FILE1.DBF","DADOS\NAME_FILE2.DBF") Only Harbour in the same command that gives the error on that line, when solved by putting the full path of the DBF file example: __CopyFile("C

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

2009-04-15 Thread sygecom
Hi Viktor, I appeared another problem with FTP, I had forgotten to test a module which has the following line: cByts : = oClient: filesize (cNAME_FILE) This returns the file size that will download via FTP, and when it reaches this line giving the error below: Error BASE/1004 Message not found

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

2009-04-15 Thread sygecom
Hello Viktor, I, tested the FTP and all this 100%. Now the hb_sendmail () this always returns false, I am using all the parameters correctly, even did a test by sending xHarbour and correctly. Do have any tips for that little problem? Leonardo Machado vszakats wrote: > > Revision: 10864 >

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

2009-04-15 Thread sygecom
Hi Viktor, Thank you, Solved the problem of HB_SENDMAIL () and FTP. For MENEN now is not giving more hbtip.lib error in the class, I tested the FTP and the sending and receiving transfers everything correctly. Now I just try to see if the sending and receiving e-mails. Again thanks for your help.

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

2009-04-15 Thread sygecom
Hi Viktor, Thank you, I will update my harbor and test again and now I give you a return. Leonardo Machado vszakats wrote: > > Revision: 10864 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10864&view=rev > Author: vszakats > Date: 2009-04-15 16:58:59 +000

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

2009-04-15 Thread sygecom
ain name of the pop3 mail server > nPriority -> Optional. Email priority: 1=High, 3=Normal (Standard), > 5=Low > lRead -> Optional. If set to .T., a confirmation request is send. > Standard setting is .F. > lTrace -> Optional. If set to .T., a log file is created > (sendmai

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

2009-04-15 Thread sygecom
erIP="smtp.mydomain.com" > cFrom="mym...@mydomain.com" > cUserName="myusername" > cPassword="mypassword" > ato=bill.ga...@microsoft.com" > cSubject="Hello Bill" > cMsg="Can you join to harbour project?&

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

2009-04-15 Thread sygecom
iktor > > On Wed, Apr 15, 2009 at 7:46 AM, sygecom wrote: > >> >> Hi Viktor, >> >> OK, I noticed that the HB_SENDMAIL () also gives this error. At the >> moment >> I >> try to change the sending of email to use with the CONTRIB Blat, and >>

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

2009-04-14 Thread sygecom
t. > > Brgds, > Viktor > > On Wed, Apr 15, 2009 at 3:25 AM, sygecom wrote: > >> >> Hi Viktor, >> In this last change in \ harbor \ contrib \ hbtip \ DNLDFTP.PRG realized >> that instead of PROCEDURE is PROCDURE. >> And if you have any tips on ho

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

2009-04-14 Thread sygecom
Hi Viktor, In this last change in \ harbor \ contrib \ hbtip \ DNLDFTP.PRG realized that instead of PROCEDURE is PROCDURE. And if you have any tips on how to resolve the error that is giving to this example I would too. Leonardo Machado vszakats wrote: > > Revision: 10860 > > http:/

Re: [Harbour] Error in function to create the Word file

2009-04-14 Thread sygecom
*** Leonardo Machado Pritpal Bedi wrote: > > Hi > > > sygecom wrote: >> >> First of sorry for the post, but I'm moving to Harbour, I'm full of >> questions to resolve. >> Below is another example that compiling and running without problems in >

[Harbour] Error in function to create the Word file

2009-04-14 Thread sygecom
Hello All, First of sorry for the post, but I'm moving to Harbour, I'm full of questions to resolve. Below is another example that compiling and running without problems in xHarbour, but when you try to run with harbor it generates an error on the line 'if asc (cCaractere) == chr (13)' *

Re: [Harbour] Error using the SET DEVICE TO PRINT

2009-04-14 Thread sygecom
Hi Viktor, ok, thank you for your attention. If anyone else has any tips I appreciate. In this regard I will hand in changing all that. Leonardo Machado sygecom wrote: > > Hello to All, > > If I compile the example below with it's harbour an error in the SET > DEVICE T

[Harbour] Problem using FTP in HBTIP.LIB

2009-04-14 Thread sygecom
Hello to All, If you compile the example \harbour\contrib\hbtip\tests\dnldftp.prg with BCC 5.5.1 This gives the error below: Error BASE/1081 Operation not supported: TIPCLIENTFTP:new() Called from TIPCLIENT:NEW(0) Called from TIPCLIENTFTP:NEW(0) Called from TRP20FTPENV(55) Called from MAIN(15)

[Harbour] Error using the SET DEVICE TO PRINT

2009-04-14 Thread sygecom
Hello to All, If I compile the example below with it's harbour an error in the SET DEVICE TO PRINT, but reverse and put the SET DEVICE TO PRINT after the SET PRINT TO "c: \ my_file.txt" there's not a mistake, but I have thousands routines that are well and in whatever order xharbour it compiles a

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread sygecom
Hi Viktor, Perfect right now compiled without error, with and without GPF BLACK SCREEN OF MS-DOS. Thank you very much. Now I have a different problem with SET DEVICE TO PRINT, but I will open a new topic even not to mix with that. Again thank you. Leonardo Machado Viktor Szakáts wrote: > > Hi

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread sygecom
Hi Viktor, ok, I will update again and try and have him give a return. Leonardo Machado Viktor Szakáts wrote: > > Hi Leonardo, > > >> Hello Viktor, >> I remember when this happened was in hbmake in xharbour only remove the >> GTWIN.LIB compilation that solve the problem. So you ask, how do I

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread sygecom
Hello Viktor, I remember when this happened was in hbmake in xharbour only remove the GTWIN.LIB compilation that solve the problem. So you ask, how do I remove the GTWIN.LIB of my collection using hbmk2.exe to see if it solves the problem of the MS-DOS screen open with my application? or have any

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread sygecom
opening with my application? Thanks for the correction hbmk2 Leonardo Machado Viktor Szakáts wrote: > > Please try again with 10856. > Brgds, > Viktor > > On Tue, Apr 14, 2009 at 3:20 PM, sygecom wrote: > >> >> Hi Viktor, >> >> I'm trying to co

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread sygecom
Hi Viktor, I will update now and I give her a return. Thanks Leonardo Machado Viktor Szakáts wrote: > > Please try again with 10856. > Brgds, > Viktor > > On Tue, Apr 14, 2009 at 3:20 PM, sygecom wrote: > >> >> Hi Viktor, >> >> I'

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread sygecom
Hi Viktor, Update the harbor to the SVN using the command -INC. And I try again the sample of A.PRG folder \HWGUI\SAMPLES\ALL\ but without the extension. LIB and occurred the same problem, until he creates the EXE but when it will open in a GPF. Also compiled my system with the minimum settings

Re: [Harbour] Compile application hwgui using hbmk2

2009-04-14 Thread sygecom
cutable of a GPF. I appreciate any hint. Thanks Leonardo Machado Viktor Szakáts wrote: > > Hi Leonardo, > hbmk2 test1.prg test2.prg testn.prg -lmylib1 -lmylib2 -lmylibn > > Brgds, > Viktor > > On Tue, Apr 14, 2009 at 6:33 AM, sygecom wrote: > >> >> Hello, >&

[Harbour] Compile application hwgui using hbmk2

2009-04-13 Thread sygecom
Hello, Someone could post an example to compile using hbmk2.exe with several. PRG and that includes only the LIB that I like. Leonardo Machado -- View this message in context: http://www.nabble.com/Compile-application-hwgui-using-hbmk2-tp23033115p23033115.html Sent from the Harbour - Dev mail

[Harbour] Functions compatible with xHarbour

2009-03-22 Thread sygecom
Anybody know what the functions below xharbour compatible with the Harbor ? VALTOPRG() HB_CRYPT() MILLISEC() CHARMIRR() LASTDAYOM() OS_ISWTSCLIENT() HB_CMDARGARGV() And if there is something consistent, it would be possible to place the hbcompat.ch? -- View this message in context: http://www.n

Re: [Harbour] GTWVG and Buffered Console

2009-03-14 Thread sygecom
Hi Pritpal Bedi, I have interest too Regards Leonardo Machado Pritpal Bedi wrote: > > Hello Everybody > > I am almost done with buffered console on GTWVG. > > By "buffered console" I mean all paint operations are > done in memory and only final output is transferred to > console on screen