Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » ChartDirector
Re: ChartDirector [message #5602 is a reply to message #5600] Thu, 05 October 2006 15:03 Go to previous messageGo to previous message
masu is currently offline  masu
Messages: 378
Registered: February 2006
Senior Member
Hi,

the linker cannot find your ChartDirector library, so you must tell it, were the library is defined.
I downloaded the ChartDirector library and created a package with your application source file. The library only contains an import library for the DLL, but this should be no problem.
Then I added to the package the following flags using the package organizer dialog:

Link options:
-L"path to your ChartDirector dir/lib"

Libraries:
chartdir41

If this does not work for you, try to add only

Link options:
"path to your ChartDirector dir/lib/chartdir41.lib"

Matthias
 
Read Message
Read Message
Read Message
Read Message
Next Topic: ValueMap, XmlRpc and RpcTest
Goto Forum:
  


Current Time: Sat May 11 09:48:26 CEST 2024

Total time taken to generate the page: 0.03132 seconds