Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic which files redistribute vs2008 prj flowchart ? (Read 4919 times)
strong_peng
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 69
Joined: Jul 18th, 2007
which files redistribute vs2008 prj flowchart ?
Jan 19th, 2011 at 4:00am
Print Post  
i build project with vs2008,
i run it  fine in my machine.
when i run in other machine failed.
flowchart version is 4, 1, 4, 0
i just regedit flowchartpro.dll

when i install flowchar install cab in other machine .
the project run fine.

which files i need when i redistribute project builed by vs2008?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: which files redistribute vs2008 prj flowchart
Reply #1 - Jan 19th, 2011 at 6:55am
Print Post  
What do you mean by "just regedit flowchartpro.dll"? Have you registered the flowchart.dll as a COM control on the other machine? E.g. mark it as COM self-registering library in your installer, or register it using the regsvr32 tool.
  
Back to top
 
IP Logged
 
strong_peng
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 69
Joined: Jul 18th, 2007
Re: which files redistribute vs2008 prj flowchart
Reply #2 - Jan 20th, 2011 at 6:19am
Print Post  
yes, i run command regsvr32 flowchartpro.dll  ,one program builed with vs2003 is good on same machine.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: which files redistribute vs2008 prj flowchart
Reply #3 - Jan 20th, 2011 at 7:24am
Print Post  
Is your new project loading flowchart objects dynamically, for example via VB control arrays or by calling CWnd::CreateControl?
  
Back to top
 
IP Logged
 
strong_peng
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 69
Joined: Jul 18th, 2007
Re: which files redistribute vs2008 prj flowchart
Reply #4 - Jan 20th, 2011 at 7:41am
Print Post  
yes
m_chatTopo.Create("FlowChart",WS_CHILD|WS_VISIBLE|WS_BORDER,CRect(0,100,0,100),t
his,IDC_TOPOVIEWCHART);
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: which files redistribute vs2008 prj flowchart
Reply #5 - Jan 20th, 2011 at 8:01am
Print Post  
You must use the Create overload that takes a string parameter specifying a runtime license key. Contact support@mindfusion.eu to get one if you don't have it. Otherwise the IDE takes care of this automatically when the control is loaded from a form / dialog resource.
  
Back to top
 
IP Logged
 
strong_peng
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 69
Joined: Jul 18th, 2007
Re: which files redistribute vs2008 prj flowchart
Reply #6 - Jan 20th, 2011 at 8:33am
Print Post  
how create overload ?
"m_chatTopo.Create("FlowChart",WS_CHILD|WS_VISIBLE|WS_BORDER,CRect(0,100, 0,100),this,IDC_TOPOVIEWCHART); "

need change code ?


where runtime license key in install cab ?

  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: which files redistribute vs2008 prj flowchart
Reply #7 - Jan 20th, 2011 at 9:37am
Print Post  
Are you using MFC ot ATL?
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint