Re: [Cegcc-devel] SHGetFolderPath

2008-06-12 Thread eehouse.org
> Shouldn't you use SHGetSpecialFolderPath() ? > > I've found little decent reference material to the function you mention, > and just about the only relatively official one mentioned that this > function is deprecated. Well, this page says SHGetSpecialFolderPath is superseded by ShGetFolderPath:

Re: [Cegcc-devel] Using cegcc to port vpnc to wince

2008-06-12 Thread Danny Backx
Don't know. I'm guessing that you're referring to "Cisco compatible VPN client"? Maybe someone else knows (CC to the list) ? Danny On Thu, 2008-06-12 at 13:43 -0400, Neil Jones wrote: > Do you know of anyone pursuing this, or if it's already been done? -- Danny Backx ; danny.backx - at

[Cegcc-devel] update and release questions

2008-06-12 Thread Vincent Torri
Hey, I've seen that cegcc uses newlib 1.14 which is a bit old (more than 2 years. Is there some plans to use a newer one (newlib 1.16 is 6 months old) ? Changes between the 2 versions are huge. Also, about newlib, instead of having specific windows ce code in libc/machine or other subdir in c

Re: [Cegcc-devel] SHGetFolderPath

2008-06-12 Thread Danny Backx
Shouldn't you use SHGetSpecialFolderPath() ? I've found little decent reference material to the function you mention, and just about the only relatively official one mentioned that this function is deprecated. SHGetSpecialFolderPath is in our coredll.def file, and I remember using it recently in

[Cegcc-devel] Syntax error when running build-cegcc.sh

2008-06-12 Thread Mike .
I'm very interested in trying our cegcc, but I can't seem to build it for ubuntu 64: ~/cegcc/trunk/cegcc/src$ sh build-cegcc.sh Using defaults: Building cegcc: source: /home/mike/rockbox/cegcc/trunk/cegcc/src build: /home/mike/rockbox/cegcc/trunk/cegcc/src/build-cegcc prefix: /opt/cegcc build-

Re: [Cegcc-devel] compiled files in cegcc svn repository

2008-06-12 Thread Ivan Vucica
Sebastien, just a side note (I'm just watching this list and not dev'ing much using cegcc or mingw32ce; and I agree that your issue is right). You may want to see what the directories are, and then just check out those you are interested in, e.g. omitting libjava folder. If this is not possible,

[Cegcc-devel] compiled files in cegcc svn repository

2008-06-12 Thread Sébastien Lorquet
Hi, I'm currently checking out the cegcc svn repository (156 Mbytes transferred so far...) But why are there so many .class files in trunk/cegcc/src/gcc-4.3.0/libjava/classpath/lib ? Can't they be regenerated from corresponding .java files? Are they kept for compiler testing? Regards, Sebastien