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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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/" )
|
||||
|
||||
Reference in New Issue
Block a user