U++ framework
Do not panic. Ask here before giving up.

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: Sun May 10 06:26:30 GMT+2 2026

Total time taken to generate the page: 0.00642 seconds