Page Index Toggle Pages: 1 Send TopicPrint
Hot Topic (More than 10 Replies) Help for source code version! (Read 8316 times)
Joanna
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 37
Joined: May 15th, 2006
Help for source code version!
May 15th, 2006 at 11:48pm
Print Post  
Hi,

Our company have buy a source code version of FlowChartXPro just a few days ago.

Yesterday, this version was arrived, but beside the .h and .cpp files, no help files or any samples projects was attached.
And when I try to run the only VC Project-FlowChart, it gives error: no FlowChart.h file.

Before buying the source code version ,I have used your Active X demo version of FlowChartX. In that version, there is a useful help file and many useful sample projects.

But now how can I use this source code? Hope for your help files on source code and more sample projects with Visual Studio 2002.

Thank you very much! Smiley
Smiley
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Help for source code version!
Reply #1 - May 16th, 2006 at 5:36am
Print Post  
Hi  Smiley

The .zip file you have received should contain another .zip with the source code and a .msi file which installs the control's dll, all sample projects and the help file. Have you run that .msi file ? Send a message to our support address if you can't find the .msi file and we will email it to you.

Stoyan
  
Back to top
 
IP Logged
 
Joanna
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 37
Joined: May 15th, 2006
Re: Help for source code version!
Reply #2 - May 16th, 2006 at 10:24pm
Print Post  
Hi,

Thank you! I have found that .msi file, and have run that file, the Active X control can work correctly just like before.

But for the source code, is there any other help files? How can I use these source code more efficient? Thank you!  Kiss

And the VC project in the .zip file that included the souce code still can be compile correctly, give out errors say that there is no FlowChart.h file. Hope for your help.

PS: We used the visual studio 2002.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Help for source code version!
Reply #3 - May 17th, 2006 at 6:03am
Print Post  
Hi,

The project file is for VS2003. You will need to download the WTL library from the http://download.microsoft.com site and install it in order to build the project successfully. Flowchart.h should be generated automatically when the flowchart.idl file is built.

Stoyan
  
Back to top
 
IP Logged
 
Joanna
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 37
Joined: May 15th, 2006
Re: Help for source code version!
Reply #4 - May 17th, 2006 at 11:28pm
Print Post  
Hi,  Smiley

Thank you very much! Smiley

I have solve the first problem. Now the project can find the ATL files.

But I still didn't know how to compile .idl files to create .h files. Can you be kind to give me some suggestion? Thank you!
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Help for source code version!
Reply #5 - May 18th, 2006 at 5:55am
Print Post  
It is the first file compiled when you build the project. If for some reason it isn't built with the project, try compiling it alone by pressing Ctrl+F7. That should create a flowchart.h and .tlb files.

Stoyan
  
Back to top
 
IP Logged
 
Joanna
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 37
Joined: May 15th, 2006
Re: Help for source code version!
Reply #6 - May 25th, 2006 at 11:58pm
Print Post  
I press ctrl+F7, but the program do nothing. No FlowChart.h file is created. Then why? I am really don't know what to do next Embarrassed
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Help for source code version!
Reply #7 - May 26th, 2006 at 6:14am
Print Post  
Is the Build\Compile command enabled when flowchart.idl is open in the editor ?
  
Back to top
 
IP Logged
 
Joanna
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 37
Joined: May 15th, 2006
Re: Help for source code version!
Reply #8 - May 26th, 2006 at 6:36am
Print Post  
The compile(Ctrl+F7) is unenable when the flowchart.idl is opened in the editor.

Then how can I do? Thank you very much!
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Help for source code version!
Reply #9 - May 26th, 2006 at 6:40am
Print Post  
Press ALT+Enter on the IDL file in the solution explorer - is the Tool property set to MIDL Tool ?
  
Back to top
 
IP Logged
 
Joanna
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 37
Joined: May 15th, 2006
Re: Help for source code version!
Reply #10 - May 28th, 2006 at 11:56pm
Print Post  
Hi,Stoyo,

thank you!
I have successfully complile the idl file and get the .h file. Smiley

But when I compile the source code project, there still many error like follow:

FlowChart error LNK2019: unresolved external symbol _GdipDeleteGraphics@4 referenced in function "public: __thiscall Gdiplus::Graphics::~Graphics(void)" (??1Graphics@Gdiplus@@QAE@XZ)

What this? And how to solve this? ???
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Help for source code version!
Reply #11 - May 29th, 2006 at 5:46am
Print Post  
Hi,

It seems the compiler looks for some GDI+ methods. Add the gdiplus.lib to the library searh path in the Visual Studio Project Setting\Directories property page in the Options dialog.

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