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 » Community » U++ community news and announcements » Nigthly builds
Re: Nigthly builds [message #20942 is a reply to message #20941] Mon, 20 April 2009 12:22 Go to previous messageGo to next message
bonami is currently offline  bonami
Messages: 186
Registered: June 2007
Location: Beijing
Experienced Member
i remember now this occurred on previous versions. and later corrected.
the pragma is already in .t and i tried to add it directly into t.h, but still failed.
Re: Nigthly builds [message #20943 is a reply to message #20942] Mon, 20 April 2009 12:39 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Corrected? Are you sure?

AFAIK, the only known fix was ever to switch XP locale...

Mirek
Re: Nigthly builds [message #20951 is a reply to message #20429] Mon, 20 April 2009 18:06 Go to previous messageGo to next message
gxl117 is currently offline  gxl117
Messages: 71
Registered: March 2009
Location: China
Member
I fixed AutoSetup.cpp.
At 221 line have a conditional variable error:
if(IsNull(sdk9))

That should is:
if(IsNull(sdk))


recompile Theide,MSC9 automatic setup is correct.
Re: Nigthly builds [message #20952 is a reply to message #20951] Mon, 20 April 2009 18:10 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
gxl117 wrote on Mon, 20 April 2009 12:06

I fixed AutoSetup.cpp.
At 221 line have a conditional variable error:
if(IsNull(sdk9))

That should is:
if(IsNull(sdk))


recompile Theide,MSC9 automatic setup is correct.


Thanks a lot.

Mirek
Re: Nigthly builds [message #20954 is a reply to message #20943] Tue, 21 April 2009 05:31 Go to previous messageGo to next message
bonami is currently offline  bonami
Messages: 186
Registered: June 2007
Location: Beijing
Experienced Member
i probably remembered wrong.
but don't have XP CD, so cannot switch to english codepage as default now.
Re: Nigthly builds [message #20955 is a reply to message #20954] Tue, 21 April 2009 06:55 Go to previous messageGo to next message
gxl117 is currently offline  gxl117
Messages: 71
Registered: March 2009
Location: China
Member
That's simple.You don't need reinstall XP to English,just to do:
index.php?t=getfile&id=1687&private=0

All thing OK! But some Chinese application might have messy code.
  • Attachment: MSC9.jpg
    (Size: 41.32KB, Downloaded 769 times)
Re: Nigthly builds [message #20961 is a reply to message #20955] Wed, 22 April 2009 04:50 Go to previous messageGo to next message
bonami is currently offline  bonami
Messages: 186
Registered: June 2007
Location: Beijing
Experienced Member
My system is PE version. i guess that's why changing default code page needs XP CD. i did not try to reinstall XP.
Re: Nigthly builds [message #20962 is a reply to message #20961] Wed, 22 April 2009 06:35 Go to previous messageGo to next message
gxl117 is currently offline  gxl117
Messages: 71
Registered: March 2009
Location: China
Member
I have solve that problem,you don't need chang XP codepage.just to replace "CtrlLib.t RichEdit.t Core.t" file by the attachment file.

  • Attachment: T.zip
    (Size: 48.23KB, Downloaded 240 times)
Re: Nigthly builds [message #20965 is a reply to message #20962] Wed, 22 April 2009 08:57 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
gxl117 wrote on Wed, 22 April 2009 00:35

I have solve that problem,you don't need chang XP codepage.just to replace "CtrlLib.t RichEdit.t Core.t" file by the attachment file.




What is the difference? (In files).

Mirek
Re: Nigthly builds [message #20967 is a reply to message #20965] Wed, 22 April 2009 09:30 Go to previous messageGo to next message
gxl117 is currently offline  gxl117
Messages: 71
Registered: March 2009
Location: China
Member
I simply add a space to some multibyte character string end of line.
for example:

zhCN("some chinese")
Change to
zhCN("some chinese ")

I know that not a "true" resolvent,but it work.
Re: Nigthly builds [message #20969 is a reply to message #20967] Wed, 22 April 2009 11:43 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
gxl117 wrote on Wed, 22 April 2009 03:30

I simply add a space to some multibyte character string end of line.
for example:

zhCN("some chinese")
Change to
zhCN("some chinese ")

I know that not a "true" resolvent,but it work.


Well, indeed. It is good to know, but it is not a fix Sad

Mirek
Re: Nigthly builds [message #21618 is a reply to message #20969] Fri, 29 May 2009 21:30 Go to previous messageGo to next message
lectus is currently offline  lectus
Messages: 329
Registered: September 2006
Location: Brazil
Senior Member
I have a question:
Have the official stable releases stopped? Or are these nightly builds just a temporary thing?
Re: Nigthly builds [message #21621 is a reply to message #21618] Sat, 30 May 2009 00:13 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
lectus wrote on Fri, 29 May 2009 15:30

I have a question:
Have the official stable releases stopped? Or are these nightly builds just a temporary thing?


Well, the reality is that 90% of nightly builds is more stable than "stable release"... (more bugs fixed)

You can consider "announced releases" (comes approximately each 14 days) to be the equivalent of "stable release", at least for now.

Mirek
Re: Nigthly builds [message #21624 is a reply to message #21621] Sat, 30 May 2009 04:16 Go to previous message
iksobert is currently offline  iksobert
Messages: 6
Registered: August 2007
Promising Member
Quote:

Well, the reality is that 90% of nightly builds is more stable than "stable release"... (more bugs fixed)

You can consider "announced releases" (comes approximately each 14 days) to be the equivalent of "stable release", at least for now.

Mirek


Ah! I have been wondering that for a while now! Thanks, Mirek!
Previous Topic: Nominate U++ for sf.net community choice awards!
Next Topic: U++ 1254 released
Goto Forum:
  


Current Time: Thu Mar 28 17:38:34 CET 2024

Total time taken to generate the page: 0.01550 seconds