Page 1 of 1

Unofficial snapshot 10.6 build

Posted: Thu Oct 25, 2012 16:26
by pejus
Hello,

I would like to share with you fresh build of CEED straight from Mercurial repository. Let's call it 10.5 10.6 build. Its unofficial because built by me, but Kulik gave me his blessings :P

Here are the links:

Installer:
https://dl.dropbox.com/u/88950397/setup.exe

Zip - in case installer will not work:
https://dl.dropbox.com/u/88950397/exe.win32-2.7.zip

Enjoy,
Pejus

Re: Unofficial snapshot 10.5 build

Posted: Thu Oct 25, 2012 23:32
by Ident
startmenu reference to the exe is invalid. it points to a wrong file.

I will test it further tomorrow

Re: Unofficial snapshot 10.5 build

Posted: Fri Oct 26, 2012 10:03
by pejus
Can you post a bit more details please?

Also sometimes it is required to set path to cegui/bin(repo version) in PATH enviromental variable... i will try to work it out why...
In this path there should be file CEGUIExpatParser.dll which is responsible for XML parsing

the file is here for those who dont have it:
https://dl.dropbox.com/u/88950397/CEGUIExpatParser.zip

Re: Unofficial snapshot 10.5 build

Posted: Fri Oct 26, 2012 10:59
by Kulik
You definitely have to bundle the expat parser DLL. If people use their own chances are it will blow up (ABI is not stable, definitely not between 0.7 and 1.0).

No need to set $PATH to anything, just put it next to the ceed-gui exe.

Re: Unofficial snapshot 10.5 build

Posted: Fri Oct 26, 2012 12:34
by Ident
I get an error when loading my project. I cant copy the error here because the message is in a grey window but it was something about loading resources.

"failed to synchronize embedded cegui"

Re: Unofficial snapshot 10.5 build

Posted: Sat Oct 27, 2012 07:18
by pejus
Thanks for you replies.Tomorrow I will work on this.

Re: Unofficial snapshot 10.6 build

Posted: Sun Oct 28, 2012 20:21
by pejus
I fixed some issues with missing .dlls. Let me know if this works correctly now.

Links are in the first post.

Re: Unofficial snapshot 10.6 build

Posted: Sun Oct 28, 2012 23:07
by Kulik
I have not tried the installer, all my feedback applies to the .zip file.

- The archive and folder in it should be called ceed-snapshot10.6 to keep things nice and organised. This also helps with resolving issues because people are clueless about the version they run.
- "tcl" folder is unnecessary. How did it get there?
- "tk" folder is unnecessary. How did it get there?
- The version still says snapshot 10.5
- CEGUICommonDialogs.dll is missing. (Try loading data/samples/StockDatafiles1_0.project to reproduce)

Re: Unofficial snapshot 10.6 build

Posted: Mon Oct 29, 2012 19:13
by Ident
On loading my project it crashes because the CommonDialogues lib is missing :(

I tried the zip this time. I think the earlier bug i reported was due to the same problem.

Re: Unofficial snapshot 10.6 build

Posted: Thu Nov 01, 2012 21:49
by pejus
i have no idea why CEGUICommonDialog was missing, because its in my build dir. anyway i have put it into zip file, deleted unwanted dirs (some leftovers from cx?)

Re: Unofficial snapshot 10.6 build

Posted: Fri Nov 02, 2012 19:16
by Ident
seems to work now for me, i can open my project and open a layout

It would be great if you could incorporate the latest cegui version into it (mercurial trunk) because a bug with the spinner was fixed very recently there. Otherwise ceed will not allow you to edit spinners right now (try it out).