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
This commit is contained in:
Viktor Szakats
2011-04-26 09:10:00 +00:00
parent 2a036f3643
commit 41c9f6f6c8
3 changed files with 14 additions and 4 deletions

View File

@@ -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

View File

@@ -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)

View File

@@ -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/" )