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 ?