Re: Re: [Harbour] OLE and reference variables

2009-08-08 Thread toni...@fwi
>Okay. I hope someone will post portable test code for this >feature and I can look at it further, this way it's only >shot in the dark. Hi Viktor, if you want to test, please download this package (http://www.fwi.com.br/nfe.zip) and don't install anything, only you need is dotnetfx.exe and you n

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

2009-08-08 Thread vouchcac
Revision: 12000 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12000&view=rev Author: vouchcac Date: 2009-08-09 00:09:07 + (Sun, 09 Aug 2009) Log Message: --- 2009-08-08 17:01 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbxbp/xbpbrowse.prg

Re: [Harbour] OLE and reference variables

2009-08-08 Thread Viktor Szakáts
Okay. I hope someone will post portable test code for this feature and I can look at it further, this way it's only shot in the dark. Brgds, Viktor On 2009.08.09., at 1:49, toni...@fwi wrote: I'm rather sending you the patched source for you to do the testing, as I don't want to install any ne

Re: Re: [Harbour] OLE and reference variables

2009-08-08 Thread toni...@fwi
>I'm rather sending you the patched source for you to do the testing, >as I don't want to install any new components into my system as admin, >also such test can't be uploaded to SVN. Hi Viktor, I tested olecore.c that you send me and I have the same result. Reference variables are empty. Thank

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

2009-08-08 Thread vszakats
Revision: 11999 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11999&view=rev Author: vszakats Date: 2009-08-08 23:46:18 + (Sat, 08 Aug 2009) Log Message: --- 2009-08-09 01:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * config/global

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

2009-08-08 Thread vszakats
Revision: 11998 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11998&view=rev Author: vszakats Date: 2009-08-08 23:36:24 + (Sat, 08 Aug 2009) Log Message: --- 2009-08-09 01:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.cf + Ad

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

2009-08-08 Thread vszakats
Revision: 11997 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11997&view=rev Author: vszakats Date: 2009-08-08 23:09:30 + (Sat, 08 Aug 2009) Log Message: --- 2009-08-09 01:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_prt.c

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

2009-08-08 Thread vszakats
Revision: 11996 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11996&view=rev Author: vszakats Date: 2009-08-08 23:02:49 + (Sat, 08 Aug 2009) Log Message: --- 2009-08-09 01:01 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_tprt.pr

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

2009-08-08 Thread vszakats
Revision: 11995 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11995&view=rev Author: vszakats Date: 2009-08-08 22:30:49 + (Sat, 08 Aug 2009) Log Message: --- 2009-08-09 00:14 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_tprt.pr

Re: [Harbour] OLE and reference variables

2009-08-08 Thread Antonio Carlos
> I've made an attempt to implement this, but can't test it. > > Could you send a code example with some default XP OLE > component which with I can test it? Hi Viktor. you need download this package: http://www.fwi.com.br/nfe.zip after download, please run registraDLL.bat, and install .\certi

Re: [Harbour] OLE and reference variables

2009-08-08 Thread toni...@fwi
Hi friends, Only to know: tested with XHarbour and works perfectly. Regards, Toninho. __ Faça ligações para outros computadores com o novo Yahoo! Messenger http://br.beta.messenger.yahoo.com/ ___ Harbour

Re: [Harbour] OLE and reference variables

2009-08-08 Thread Viktor Szakáts
Hi, I've made an attempt to implement this, but can't test it. Could you send a code example with some default XP OLE component which with I can test it? Brgds, Viktor On 2009.08.08., at 9:30, toni...@fwi wrote: Hi, I have problems with OLE and variables by reference, exemple: ---cut--- oO

[Harbour] OLE and reference variables

2009-08-08 Thread toni...@fwi
Hi, I have problems with OLE and variables by reference, exemple: ---cut--- oOle = Win_OleCreateObject( "NFe_Util_PL005a.Util" ) cName = "" cMess = "" oOle:PegaNomeCertificado( @cName, @cMess ) ? cName,cMess ---cut--- cName and cMess is always empty. Any hint please ? Thanks abd best regards,

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

2009-08-08 Thread vszakats
Revision: 11994 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11994&view=rev Author: vszakats Date: 2009-08-08 14:31:27 + (Sat, 08 Aug 2009) Log Message: --- 2009-08-08 16:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_tprt.pr

Re: [Harbour] Harbour under OS/2 - eCS, cross build II

2009-08-08 Thread Viktor Szakáts
Przemek, Viktor, Maurilio: As make381-os2 show problems (limits) and incompatibility with make381-windows (and perhaps Linux), there are some way to use ANOTHER make system in OS/2 ? Reading docs of Watcom I found wmake.exe, based in GNU make but with some differences specified in docs I tr

[Harbour] Harbour under OS/2 - eCS, cross build II

2009-08-08 Thread David Arturo Macias Corona
Second try of cross build using OpenWatcom 1.8 Host: Windows 32 Target: OS/2 - eCS Harbour source code * $Id: ChangeLog 11949 2009-07-31 11:21:30Z druzus $ 2009-07-31 13:21 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) config\win\watcom.cf config\os2\watcom.cf Originals environment

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

2009-08-08 Thread vszakats
Revision: 11993 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11993&view=rev Author: vszakats Date: 2009-08-08 11:21:43 + (Sat, 08 Aug 2009) Log Message: --- 2009-08-08 13:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * bin/postinst.bat + Sh