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: Other Features Wishlist and/or Bugs » Some issues with autobuild 1236
Some issues with autobuild 1236 [message #21546] Tue, 26 May 2009 10:30 Go to next message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
I installed autobuild 1236 today. I rarely do that, preferring to keep a slightly forked 2008.1, a heavily forked older SVN and the latest one in different trees and building as necessary.

I noticed some issues with this clean install:
1. Autosetup does not detect Win SDK. The problem is that I'm using a SDK 9 version with the registry path of "Software\\Microsoft\\Microsoft SDKs\\Windows\\v6.0A". This should be added to ide/AutoSetup.cpp:35+.

2. The bottom part of the code navigator bar is not updating. Using Ctrl-click to jump around items sometimes populates the list, but it is unreliable.

3. I can't get BLITZ to work. I think I noticed this a while ago. Binaries are even put in out/MSC9.Debug.Debug_full.Gui.Noblitz or out/MINGW.Debug.Debug_full.Gui.Noblitz folder.
Re: Some issues with autobuild 1236 [message #21600 is a reply to message #21546] Thu, 28 May 2009 21:20 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
cbpporter wrote on Tue, 26 May 2009 04:30


3. I can't get BLITZ to work. I think I noticed this a while ago. Binaries are even put in out/MSC9.Debug.Debug_full.Gui.Noblitz or out/MINGW.Debug.Debug_full.Gui.Noblitz folder.



A bug (not related to auto-release), now fixed...

Mirek
Re: Some issues with autobuild 1236 [message #21633 is a reply to message #21600] Sat, 30 May 2009 10:21 Go to previous messageGo to next message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
Number 2 seems to be caused by the symbol tables from Assist++ being messed up. Topic++ "Insert Symbol" doesn't show any class members either.
Re: Some issues with autobuild 1236 [message #21635 is a reply to message #21633] Sat, 30 May 2009 15:25 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
cbpporter wrote on Sat, 30 May 2009 04:21

Number 2 seems to be caused by the symbol tables from Assist++ being messed up. Topic++ "Insert Symbol" doesn't show any class members either.


Hopefully fixed as well. Please check.

Mirek
Re: Some issues with autobuild 1236 [message #21642 is a reply to message #21635] Sat, 30 May 2009 16:47 Go to previous messageGo to next message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
Fix seems good. Thank you.
Re: Some issues with autobuild 1236 [message #21660 is a reply to message #21546] Sun, 31 May 2009 13:52 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
cbpporter wrote on Tue, 26 May 2009 04:30

I installed autobuild 1236 today. I rarely do that, preferring to keep a slightly forked 2008.1, a heavily forked older SVN and the latest one in different trees and building as necessary.

I noticed some issues with this clean install:
1. Autosetup does not detect Win SDK. The problem is that I'm using a SDK 9 version with the registry path of "Software\\Microsoft\\Microsoft SDKs\\Windows\\v6.0A". This should be added to ide/AutoSetup.cpp:35+.



Well, I do not have this particular SDK installed now. Do you think you could propose the workable patch to AutoSetup.cpp?

Mirek
Re: Some issues with autobuild 1236 [message #22514 is a reply to message #21660] Tue, 21 July 2009 09:16 Go to previous messageGo to next message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
String  sdk9 = NormalizePathNN(GetWinRegString("InstallationFolder",
	                                               "Software\\Microsoft\\Microsoft SDKs\\Windows\\v6.1",
	                                                HKEY_CURRENT_USER));
	if (IsNull(sdk9))
		sdk9 = NormalizePathNN(GetWinRegString("InstallationFolder",
	                                               "Software\\Microsoft\\Microsoft SDKs\\Windows\\v6.0A",
	                                                HKEY_CURRENT_USER));  

works on my system. SDK 6.0A seems to be related to VS9 rather than VS8.
Re: Some issues with autobuild 1236 [message #22515 is a reply to message #22514] Tue, 21 July 2009 12:00 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
In svn.

Mirek
Previous Topic: Font for Edit/Output window - width between the chars is too big
Next Topic: Global linker options
Goto Forum:
  


Current Time: Thu Mar 28 19:02:55 CET 2024

Total time taken to generate the page: 0.01316 seconds