FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Error with Active X
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Error with Active X
Posted: Wed Jun 15, 2011 12:37 AM

Using: FWH 11.6 beta, Microsoft VC++ 2010, Harbour Compiler, Codejock add in

The following code:

// License embedded settings
oGlbSettings := CreateObject( "CodeJock.CalendarGlobalSettings.15.0.1" )
oGlbSettings:License( "Calendar Control Copyright (c) 2003-2011 Codejock Software" + CRLF + ;
"PRODUCT-ID: Codejock.Calendar.ActiveX.v15.0" + CRLF +"VALIDATE-CODE: XXX-XXX-XXX-XXX" )

Works without a problem using xHb ( .com ), and FWH 11.4

But with the new combination gets the following error:

DOS Error -2147352562 WINOLE/1007 Argument Error: LICENSE

Any ideas ?

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit

Continue the discussion