User (Legacy) Posted May 24, 2006 Report Share Posted May 24, 2006 Hello. We are integrating ChartFX Client/Server 6.2 Version 2229 in our MFC application. We are using Visual C++ 6.0 with SP6 for development. When I create a simple dialog application which creates the ChartFX control and put the correct runtime - license key into CWnd::CreateControl( ... ) only the debug version shows me a working ChartFX. When I execute the release version I get a "Invalid License (3000000)" code all the time. How can I solve this problem ? Thanks in advance. Marc Braun Link to comment Share on other sites More sharing options...
User (Legacy) Posted May 24, 2006 Author Report Share Posted May 24, 2006 Hello. We are integrating ChartFX Client/Server 6.2 Version 2229 in our MFC application. We are using Visual C++ 6.0 with SP6 for development. When I create a simple dialog application which creates the ChartFX control and put the correct runtime - license key into CWnd::CreateControl( ... ) only the debug version shows me a working ChartFX. When I execute the release version I get a "Invalid License (3000000)" code all the time. How can I solve this problem ? Thanks in advance. Marc Braun Link to comment Share on other sites More sharing options...
Software FX Posted May 24, 2006 Report Share Posted May 24, 2006 Are you running the Release and Debug version it in the same computer ? Chart FX doesn't know whether your program is compiled in Debug or Release. Your code however, may be doing different things due to conditional directives (#if). -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
Software FX Posted May 24, 2006 Report Share Posted May 24, 2006 Are you running the Release and Debug version it in the same computer ? Chart FX doesn't know whether your program is compiled in Debug or Release. Your code however, may be doing different things due to conditional directives (#if). -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
User (Legacy) Posted June 12, 2006 Author Report Share Posted June 12, 2006 Hello SortwareFX Support. The problem was solved by your support. I have used an invalid license key. With the new license key from your support the release and debug versions work great. Thanks alot. Marc Link to comment Share on other sites More sharing options...
User (Legacy) Posted June 12, 2006 Author Report Share Posted June 12, 2006 Hello SortwareFX Support. The problem was solved by your support. I have used an invalid license key. With the new license key from your support the release and debug versions work great. Thanks alot. Marc Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.