Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Create failed (Read 1881 times)
Jose
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 12
Joined: Mar 7th, 2008
Create failed
Apr 8th, 2008 at 3:24pm
Print Post  
Create function of flowchartx pro is failing.

if (!m_objFlowChart.Create(
       "Invocation View Control" /*NULL*/ ,
       WS_VISIBLE | WS_EX_STATICEDGE ,
       rcView,
       this,
       IDC_FLOWCHARTPRO1
       ))
    {
       DebugLog(FATAL, "FlowChartX object creation failed");
       return 0;
    }

we couldnot find the documentation for create function. How to debug this failure.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Create failed
Reply #1 - Apr 8th, 2008 at 5:16pm
Print Post  
You must specify a runtime license key string as the last argument of Create. I am sending you a private message containing the key.

Stoyan
  
Back to top
 
IP Logged
 
Jose
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 12
Joined: Mar 7th, 2008
Re: Create failed
Reply #2 - Apr 9th, 2008 at 12:43pm
Print Post  
thanks stoyan..
  shinoj jose
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint