The exception handling doesn't seem to be working, I'm compiling from
subversion at the moment (takes 2 hours on my sadly out-dated computer).
What version would you say is in the repository?
Gdb fails saying it can't find .synce/active_connection which I'm
guessing is because I'm connected t
I don't get any int return warnings, the only output from compilation is:
Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
which has something to do with multi-threading, I believe. Below is
almost the exact code that worked yesterday morning (I unfortunately
don't have an exa
Alexander,
I don't fully understand your problems.
Mixing MS VisualStudio and stuff compiled with another toolset can be
trouble. I have the feeling that all the things you describe have a
mixture of our tools and MS's.
Can you avoid such mixture, and see if you still have problems ?
Da
On Mon, 2007-06-18 at 08:18 -0600, Ximsce wrote:
> Possibly, I'm not using MSVC, just the arm-wince-cegcc-gcc by itself to
> cross-compile on a linux box and then transfer the app to an iPaq
> running Windows Mobile 5. I'll look into the initialization routines
> and see if I can change somethi
On Sun, 2007-06-17 at 22:14 -0600, Ximsce wrote:
> Sorry to keep spamming the list with these newbie questions, but I'm in
> a bit of a bind and my deadline approaches.
>
> I had a program that was working fine, and suddenly a bunch of included
> methods have stopped working (causing immediate e
Ximsce wrote:
> Possibly, I'm not using MSVC, just the arm-wince-cegcc-gcc by itself to
> cross-compile on a linux box and then transfer the app to an iPaq
> running Windows Mobile 5. I'll look into the initialization routines
> and see if I can change something there, but honestly I've reverted t
Possibly, I'm not using MSVC, just the arm-wince-cegcc-gcc by itself to
cross-compile on a linux box and then transfer the app to an iPaq
running Windows Mobile 5. I'll look into the initialization routines
and see if I can change something there, but honestly I've reverted the
app back to a f
Pedro Alves wrote:
> Ximsce wrote:
> > Sorry to keep spamming the list with these newbie questions, but I'm in
> > a bit of a bind and my deadline approaches.
> >
>
> Sorry noone has replied earlier. I was hoping someone with experience on
> MSVC + cegcc would step in. Didn't you say you had your
On 6/18/07, Ximsce wrote:
> Hi,
>
> Sorry to keep spamming the list with these newbie questions, but I'm in
> a bit of a bind and my deadline approaches.
>
Sorry noone has replied earlier. I was hoping someone with experience on
MSVC + cegcc would step in. Didn't you say you had your app built w