Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Distribute FlowChartX with VS.NET 2003 setup (Read 2596 times)
insignia
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Dec 26th, 2006
Distribute FlowChartX with VS.NET 2003 setup
Dec 26th, 2006 at 8:58pm
Print Post  
Apologies in advance if I am asking the same question but,

How do we distribute the FlowChartX dll with MFC C++ application setup build within VS.NET 2003?

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Distribute FlowChartX with VS.NET 2003 setup
Reply #1 - Dec 27th, 2006 at 6:42am
Print Post  
Set the dll destination folder to Windows\System32, and mark it as COM self-registering dll in your installer project.

You might also have to include the MSXML4 runtime and the GdiPlus redistributable package in the installer if you use the Xml Reader/Writer classes or the GDI+ graphics engine.

If your application creates FlowChartX instances dynamically (i.e. not through dialog resources), you will need to explicitly specify a runtime license key in the fc.Create(...) call. Contact us by email and let us know your order ID to get that key.

Stoyan
  
Back to top
 
IP Logged
 
insignia
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Dec 26th, 2006
Re: Distribute FlowChartX with VS.NET 2003 setup
Reply #2 - Dec 28th, 2006 at 5:17pm
Print Post  
Thanks,

I did send you an email as a reply to email I received from you.

Thanks you in advance for your prompt reply.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint