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++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » TheIDE crash when compile with "All Shared" option
Re: TheIDE crash when compile with "All Shared" option [message #27766 is a reply to message #27706] Mon, 02 August 2010 15:04 Go to previous messageGo to previous message
zhpingw is currently offline  zhpingw
Messages: 4
Registered: July 2010
Junior Member
I'm glad get it done finally.

1) I fixed the strange "==" in CtrlCore.def in file MscBuilder.cpp

if (name == "==")
continue;
out.FindAdd(name);

2) Fix some static link issue

Add these lines into ImageWin32.cpp

int Image::Data::ResCount;
Link<Image::Data> Image::Data::ResData[1];

3) Rename RichImage.icpp to RichImage.cpp

4) Compile package PdfDraw maually

5) Add ole32.lib to CtrlCore package

Finally I got dll version Hello world.

U++ is a great framework.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: String to int
Next Topic: theide does not show content of external headers
Goto Forum:
  


Current Time: Thu May 16 10:02:40 CEST 2024

Total time taken to generate the page: 0.01713 seconds