From 41c9f6f6c8d1d32102ee20a3901d401a2ceb4c2d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 26 Apr 2011 09:10:00 +0000 Subject: [PATCH] 2011-04-26 11:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added 'comparing xharbour to harbour' document direct URL to '15. FOR MORE INFORMATION' section. * contrib/hbwin/tests/testole.prg * minor --- harbour/ChangeLog | 12 ++++++++++-- harbour/INSTALL | 2 ++ harbour/contrib/hbwin/tests/testole.prg | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ad96b48507..3e37cd179d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,13 +16,21 @@ The license applies to all entries newer than 2009-04-28. */ +2011-04-26 11:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + + Added 'comparing xharbour to harbour' document direct URL + to '15. FOR MORE INFORMATION' section. + + * contrib/hbwin/tests/testole.prg + * minor + 2011-04-25 23:16 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/hbmk2_qt.hbs ! Removed: one already commented-out section. * contrib/hbqt/qtcore/hbqt_pointer.cpp - ! Removed: few more raw-pointers constructs which were - hanging around unneccessarily. + ! Removed: few more raw-pointers constructs which were + hanging around unneccessarily. 2011-04-26 02:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbct/token2.c diff --git a/harbour/INSTALL b/harbour/INSTALL index a0a2bcf424..0b109e0410 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -1716,6 +1716,8 @@ HARBOUR Miscellaneous documents: /doc subdirectory under this directory. + Particularly, comparing xHarbour to Harbour: + http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/doc/xhb-diff.txt [ Copyright (c) 2009-2011 Viktor Szakats (harbour.01 syenar.hu) diff --git a/harbour/contrib/hbwin/tests/testole.prg b/harbour/contrib/hbwin/tests/testole.prg index 0db9966291..dad85a2a21 100644 --- a/harbour/contrib/hbwin/tests/testole.prg +++ b/harbour/contrib/hbwin/tests/testole.prg @@ -474,10 +474,10 @@ STATIC PROCEDURE Exm_SOAP() STATIC PROCEDURE Exm_PocketSOAP() - LOCAL oEnvelope := win_oleCreateObject( "PocketSOAP.Envelope.2" ) LOCAL oHttp := win_oleCreateObject( "PocketSOAP.HTTPTransport.2" ) + LOCAL oEnvelope := win_oleCreateObject( "PocketSOAP.Envelope.2" ) - IF ! Empty( oEnvelope ) .OR. ! Empty( oHttp ) + IF ! Empty( oHttp ) .OR. ! Empty( oEnvelope ) oEnvelope:EncodingStyle := "" oEnvelope:SetMethod( "InvertStringCase", "http://www.dataaccess.com/webservicesserver/" )