Page Index Toggle Pages: 1 Send TopicPrint
Hot Topic (More than 10 Replies) Installation (Read 8963 times)
P_SON
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Dec 27th, 2006
Installation
Apr 23rd, 2007 at 7:13pm
Print Post  
Good afternoon.

I have completed integrating FlowChartX into our FoxPro application.

What files need to be installed (and where) onto client CPUs in order to use the ActiveX.

I tried registering the DLL found in my system32 folder
on the client CPU via regserv32 (just as a test), but to no avail.

Any help would be appreciated.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Installation
Reply #1 - Apr 24th, 2007 at 6:44am
Print Post  
Good afternoon,

If your application uses GdiPlus graphics, you must copy the gdiplus.dll to the clients systems.

If the application uses XmlReader and XmlWriter, you must also install the MSXML4 runtime.

If running on Win9X systems, copy the unicows.dll, which implements Unicode support on Win9X.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
P_SON
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Dec 27th, 2006
Re: Installation
Reply #2 - May 2nd, 2007 at 2:38pm
Print Post  
Good morning

I require some additional help.

First, FlowChart is it's own object in a VCX class in FoxPro.  I then place this object on a form.

I do not use the XMLread/write

I have not changed the default Graphics engine.

The error we receive on the client machine is as follows

Error 1426
OLE error code 0X80040154
Class not registered

Help please.  Thanks.

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Installation
Reply #3 - May 2nd, 2007 at 3:07pm
Print Post  
If you copy the FCDemo sample folder and start the fcdemo.exe on the client machine (without using the FlowchartX installer there), does it work fine?
  
Back to top
 
IP Logged
 
P_SON
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Dec 27th, 2006
Re: Installation
Reply #4 - May 2nd, 2007 at 4:32pm
Print Post  
No.  Nothing happens.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Installation
Reply #5 - May 2nd, 2007 at 5:16pm
Print Post  
What message do you get when you run regsvr32 to register the dll?
  
Back to top
 
IP Logged
 
P_SON
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Dec 27th, 2006
Re: Installation
Reply #6 - May 2nd, 2007 at 5:38pm
Print Post  
Okay.

Latest is that the demo now works on the client CPU, but we are still getting the 1426 error in our Software
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Installation
Reply #7 - May 2nd, 2007 at 5:43pm
Print Post  
This might be related to the runtime license. Does your application work if you copy the trial version dll to the client system, instead of the licensed one?
  
Back to top
 
IP Logged
 
P_SON
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Dec 27th, 2006
Re: Installation
Reply #8 - May 3rd, 2007 at 10:28am
Print Post  
If we copy the trial DLL to the client CPU, we get the 'this is a demo click okay' form first, and then the error.

I was able to get the same behaviour on my CPU by uninstalling the standard flowchart (add/remove programs) and then installing the trial version.

Thanks for your continued help.

Any ideas?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Installation
Reply #9 - May 3rd, 2007 at 10:56am
Print Post  
Ok, so at least the dll is properly registered. That sounds like a runtime license error - please contact me by email and I will send you a list of things to try.
  
Back to top
 
IP Logged
 
IvanL
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: May 8th, 2007
Re: Installation
Reply #10 - May 8th, 2007 at 11:00am
Print Post  
I have a similar problem. If I install the FcxSetupPro.msi package, the application works OK, if I remove it and just copy FlowChartPro.dll into a system32 directory and register it with regsvr32, I get an error:

CoCreateInstance of OLE control {F025BF4E-4081-4C02-86E6-6602AEE846F6} failed.
>>> Result code: 0x80040112
>>> Is the control is properly registered?

in CreateControl method (using VS2005, MFC)
  
Back to top
 
IP Logged
 
P_SON
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Dec 27th, 2006
Re: Installation
Reply #11 - May 8th, 2007 at 11:08am
Print Post  
I finally got around the problem. Don't know if this will help.

the flowchart.dll was created as an object in a FoxPro VCX (class).  Initially it was created using the trial version, and later I installed the developers version on my CPU.

Long story short.

1) I removed the FlowChart object from my class (be sure to copy out any added code in events)

2) I uninstalled FlowChart from the development CPU. (I actually had the standard and trial versions installed)

3) I reinstalled the developer version

4) I recreated the object in my class (vcx) and added back any code

5) Recompiled my exe

6) Tried on client CPU with FlowChart.dll registered via regsvr32 and it works.  Be sure to use the FlowChart.dll from your development machine from step 3.

Hope this helps.
  
Back to top
 
IP Logged
 
IvanL
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: May 8th, 2007
Re: Installation
Reply #12 - May 8th, 2007 at 11:50am
Print Post  
I got a direct response for this via email. It turned out I had to additionaly specify bstrLicKey string when creating the control using CWnd::Create method. Now everything works fine.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint