ound the problem -- a way to get CE to let an app address all
320x320 pixels? For whatever reason I'm not finding any help on MSDN.
Thanks,
--Eric
--
**
* From the desktop of
> On Tue, 2008-07-29 at 14:19 -0700, Eric House wrote:
> > My app, built with cegcc, is pretty broken on WinMo devices with
> > 320x320 resolution. Turns out the OS is telling me the screen is
> > 240x240, and doing a horrible job of translating between coordinate
&g
****
* From the desktop of: Eric House, [EMAIL PROTECTED]*
*Crosswords 4.1.4 for PalmOS now ARM-native: xwords.sourceforge.net *
**
---
t; >
> > Any ideas as to where the problem may be would be greatly appreciated.
FWIW, I'm not seeing any problems running xwords (see .sig) on 6.1
emulator images. I have not tested on an actual device, but have not
had any reports of problems.
--Eric
--
*****
t not fatal), or could be more.
Anyway, I'd appreciate any advice you folks can give. Because working
around not having FindWindowEx may be more work than switching
toolchains. :-)
--Eric
--
******
* From the deskt
On Mon, Oct 13, 2008 at 12:25:58AM +0100, Pedro Alves wrote:
> A Sunday 12 October 2008 22:04:44, Eric House wrote:
> > I've been seeing discussion of mingw32ce vs cegcc on this list for a
> > while, and not really paying attention.
>
> Sorry, clearly, documentation
g/archive/2004/03/23/465.aspx
> http://www.eggheadcafe.com/forumarchives/pocketpcdeveloper/feb2006/post25957530.asp
Ha! It's all in the search terms. That second article gave me the
workaround I needed. Thanks!
--Eric
--
***
te all the Edit controls in a dialog.)
Thanks,
--Eric
--
******
* From the desktop of: Eric House, [EMAIL PROTECTED]*
*Crosswords
d
> version on http://danny.backx.info/download/x.exe .
>
> An example on how to use FindFirstFlashCard is in the roadmap sources
> (http://roadmap.cvs.sourceforge.net/roadmap/roadmap/src/win32/roadmap_path.c?view=log).
> and an executable containing this is at
> http://danny.backx.info/
On Sat, Oct 25, 2008 at 11:45:18PM +0100, Pedro Alves wrote:
> On Saturday 25 October 2008 18:13:00, Eric House wrote:
>
> > If there's a bug it's that the headers reference W and A versions and
> > turn SHGetSpecialFolderPath into one of them.
>
> Are you defin
On Sun, Oct 26, 2008 at 02:34:02PM +, Pedro Alves wrote:
> On Sunday 26 October 2008 00:35:14, Eric House wrote:
> > On Sat, Oct 25, 2008 at 11:45:18PM +0100, Pedro Alves wrote:
> > > On Saturday 25 October 2008 18:13:00, Eric House wrote:
> > >
> > > >
On Sun, Oct 26, 2008 at 02:34:02PM +, Pedro Alves wrote:
> On Sunday 26 October 2008 00:35:14, Eric House wrote:
> > On Sat, Oct 25, 2008 at 11:45:18PM +0100, Pedro Alves wrote:
> > > On Saturday 25 October 2008 18:13:00, Eric House wrote:
> > >
> > > >
Anybody looked into doing this, i.e. (I assume) creating sms.h and
sms.def files? I want to implement transport over SMS for users who
don't have data plans.
Thanks,
--Eric
--
**
* From the desktop of: Eric House
> Eric House wrote:
> > Anybody looked into doing this, i.e. (I assume) creating sms.h and
> > sms.def files? I want to implement transport over SMS for users who
> > don't have data plans.
Ryan Raasch replied:
> The .def files in src/w32api/libce. So "jus
> Eric House wrote:
> > It appears that an app needs to be signed to use SMS APIs. Does
> > anybody know if it's possible, or practical, to do that for an open
> > source app developed on Linux? Maybe Sourceforge could be persuaded
> > to provide certs for hos
problem and installing those three packages is
*not* fixing it: still get the same error, though makeinfo is installed.
I'm on an up-to-date Ubuntu 8.10 system. I tried nuking and recreating
the build directory to no avail.
Any id
# test -f $file || exit 1
> # touch $file
> if test -n "$file"; then
>touch $file
> fi
> ;;
Mind posting a patch or diff? I can't figure out what file you've
modified here.
Thanks,
--Eric
--
****
ut touching anything.
-test -f $file || exit 1
-touch $file
+if test -f $file; then
+touch $file
+fi
;;
tar)
--Eric
--
**
* From the desktop of: Eric House, xwo
braries by default? If so, how do I turn
that off? I'm not using any non-WinMo APIs and don't want to require
my users to install any libraries.
Thanks,
--Eric
--
******
* From the desktop of: Eric House, xwo...@eehous
> On Wed, 2009-02-25 at 05:30 -0800, Eric House wrote:
> > Thanks to a fix posted here last week I was able to build cegcc from
> > the trunk. Unfortunately, it doesn't build apps that run on either
> > WinMo device I have (that run apps built with an older cegcc just
&
egcc, I can
get it packaged for Debian.
Thanks sheepishly,
--Eric
--
**
* From the desktop of: Eric House, xwo...@eehouse.org*
* Crosswords 4.2 for MS Smartph
I guess
I pull the trunk and use 0.0. :-)
* author[s]? Danny and Pedro? Ok to include the emails you use here?
* licence? GPL, right?
Thanks,
--Eric
--
**
* From the desktop of:
7;s possible to get windres to accept UTF8-encoded
.rc files and if so how?
Thanks,
--Eric
--
**
* From the desktop of: Eric House, xwo...@eehouse.org*
* Crosswords 4.2 for MS Smartphone and
rc files) but suspect that it
does. The problem seems to be that configuring binutils doesn't check
for iconv at all.
I'm new to autoconf. Any suggestions on how to fix this?
Thanks,
--Eric
--
**
stem)
has the same problem, and in that code there's no test for
HAVE_ICONV_H: it just always does the wrong thing if compiled on
Linux. I've filed a bug with Debian about that, presumably to be
pushed upstream. I'm surprised that cegcc's windres code seems newer
than Debi
Debian stable (lenny). I'll try building and installing
2.59 and see how that does. What system is cegcc normally built on
that still has 2.59 installed?
Thanks,
--Eric
--
**
* From the desktop of: Eric
Dave Korn wrote
> Eric House wrote:
> > Danny wrote:
> >> Could you apply this patch to src/binutils/configure.ac :
> >> [...]
> >> +AC_CHECK_HEADERS(iconv.h)
> >> [...]
> >> and then run
> >>autoreconf
> >> in the src/b
);
-#elif defined (HAVE_ICONV_H)
+#elif defined (HAVE_ICONV)
int first = 1;
char tmp[32];
char *p_tmp;
--
**
* From the desktop of: Eric House, xwo...@ee
> On Fri, 2009-06-19 at 09:03 -0700, Eric House wrote:
> > The patch that follows was generated against
> > https://cegcc.svn.sourceforge.net/svnroot/cegcc/tags/cegcc-0.55.
> > Unfortunately, WinMo .exes produced from this tree don't work for me,
>
> Why ?
I
On Mon, Jun 22, 2009 at 06:32:13PM +0200, Danny Backx wrote:
> On Fri, 2009-06-19 at 09:03 -0700, Eric House wrote:
> > The patch that follows was generated against
> > https://cegcc.svn.sourceforge.net/svnroot/cegcc/tags/cegcc-0.55.
> > Unfortunately, WinMo .exes produced
x27;s broken
about ours. :-)
Thanks,
--Eric
--
******
* From the desktop of: Eric House, xwo...@eehouse.org*
* Crosswords 4.2 for MS
for me to remember any details --
> > and wonder if anybody else has had any luck.
--
******
* From the desktop of: Eric House, xwo...@eehouse.org
On Wed, Sep 30, 2009 at 08:15:12PM +0200, Danny Backx wrote:
> On Tue, 2009-09-29 at 20:20 -0700, Eric House wrote:
> > We've discussed before that the free-software tools for building .cab
> > files on Linux produce files that Smartphone (but not PocketPC)
> > doesn
bug.cgi?id=10714
Thanks,
--Eric
--
**
* From the desktop of: Eric House, xwo...@eehouse.org*
* Crosswords 4.2 for MS Smartphone and PocketPC is out: xwo
rite back as soon as
I can.
At one point I was transitioning into maintaining the pocketpc-cab
package for Debian. I'll see if I can get the change in.
Thanks!
--Eric
--
******
* From the desktop of: Eric House, xwo..
binutils folks on the bug filed and
patch submitted fixing windres on Linux for utf-8-formatted .rc files.
Is there a point at which it makes sense to include it in cegcc
instead?
Thanks,
--Eric
--
******
* From the deskto
ed. Which may
explain why they're ignoring my bug. :-)
Now if Debian would only move mingw32-binutils forward from 2.18
--Eric
--
**
* From the deskt
cell phone?
Thanks,
--Eric
--
**
* From the desktop of: Eric House, eeho...@eehouse.org *
* Crosswords 4.4 for WinMobile plays over the int
On Sun, Dec 20, 2009 at 08:12:39AM +0100, Danny Backx wrote:
> On Sat, 2009-12-19 at 08:12 -0800, Eric House wrote:
> > Problem with testing network code on emulators: they always have a
> > network connection. On a real "Smartphone", I'm learning, you have to
yone with a copy of the
header could look these up and add them.
--Eric
--
******
* From the desktop of: Eric House, eeho...@eehouse.org *
*
40 matches
Mail list logo