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 » U++ Library support » U++ Widgets - General questions or Mixed problems » a dll usage failure
Re: a dll usage failure [message #21042 is a reply to message #21038] Tue, 28 April 2009 10:57 Go to previous messageGo to previous message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

It is generally not recommended to use any non-POD types as parameters to DLL functions because it causes many potential problems (please google more information about them). Try to use (const char *) argument instead of std::string as well as use "simple" (POD) types instead of classes/structures as parameters.
 
Read Message
Read Message
Read Message icon14.gif
Previous Topic: MultiLanguage on Werner Wenzel's Standard Application UPT?
Next Topic: Formating date according to the country
Goto Forum:
  


Current Time: Thu May 16 02:46:05 CEST 2024

Total time taken to generate the page: 0.02445 seconds