Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Distribution of FlowChart (Read 2349 times)
faroukyew
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Dec 12th, 2006
Distribution of FlowChart
Dec 12th, 2006 at 5:35am
Print Post  
Hi,

I have a windows app written in Visual Foxpro and now I want to distribute the flowchart in the app to my client site.. Where can I find the info what components I need to distribute.. I can find flowchartpro.dll in the system32 but when I distribute it still failed.

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Distribution of FlowChart
Reply #1 - Dec 12th, 2006 at 7:12am
Print Post  
Hi,

You must register the flowchart.dll as a COM control. Your installer software should let you mark the dll as a "COM self-register" or something similar.

If using the GdiPlus graphics engine, you must also distribute the GdiPlus.dll.

If using XmlReader and XmlWriter, distribute the MSXML runtime too.

Finally, if your application must work on Win9X systems, add to the installer package the unicows.dll, which implements Unicode support on Win9X.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint