indianpeaks
Programmer
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.
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.