Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XI VCL11 SetLicenseKeycode

Status
Not open for further replies.

indianpeaks

Programmer
Sep 20, 2005
2
US
I'm building a reporting application running locally against an MSSQL2k engine on XPSP2. Everything was working fine when I was using Xtal 10 during testing, but when I switched to XI developer and the VCL11 under BCB++6, everything went to hell. I suspect it has to do with the licensing code that I have to deploy with the runtime modules as MSM's.

Q1: The XI Developer edition gives me unlimited deployments under the same organization (controlled by the runtime environment that has a specific License Keycode that matches my development environment?) This being the case, every report has to reference that code or the machines have to have it in the registry. Does this sound like their licensing mentality?

Q2: Given the above and that I am running the VCL under C++Builder6, I am wondering what methods I need to use to invoke the "SetLicenseKeycode". As there is never any good documentation for VCL methods and examples, does anyone have any idea how to do this under Delphi or BCB?

It should be something like: Crpe1->Application->SetLicenseKeycode("xxxx.....xxx");

Any help would be appreciated, Thanx.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top