Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic change existing code from trail to full version (Read 1709 times)
Jose
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 12
Joined: Mar 7th, 2008
change existing code from trail to full version
Mar 11th, 2008 at 6:15am
Print Post  
Hi Stoyo,
    I was working with the trial version. And I had made some sample applications which were running smoothly. Now I got the full version.
    I uninstalled the older one (trial version), and then installed full version. Now executing the program was showing run time errors.
    I'm using VC6. I manually removed the MFC wrappers created and once again added the files as per the instructions given in the developers guide. this time it compiled and linked but was not executing.
    Can you please tell me how to change the existing programs from trial to full version.
    thanks in advance...
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: change existing code from trail to full versio
Reply #1 - Mar 11th, 2008 at 11:01am
Print Post  
Hi Jose,

If you evaluated the control using the standard edition demo and are now using the Pro edition, you might have to change the ProgIDs used when creating objects from the FlowChartX API. For example, instead of "FlowChart.TreeLayout", use "FlowChartPro.TreeLayout" as a ProgID when calling the wrapper class' CreateDispatch method.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint