Re: [Cegcc-devel] mingw c app works, c++ doesnt

2007-05-27 Thread Danny Backx
Apparently there was no libstdc++ DLL in there. I'm trying to rebuild a new RPM but this takes some effort. Danny On Sat, 2007-05-26 at 22:08 +0100, Pedro Alves wrote: > stan lee wrote: > > > > Another follow up question, How do i compile the > > program so that i only have to copy the

Re: [Cegcc-devel] mingw c app works, c++ doesnt

2007-05-27 Thread Pedro Alves
Danny Backx wrote: > Apparently there was no libstdc++ DLL in there. > > I'm trying to rebuild a new RPM but this takes some effort. > Oh, I was not implying there should be one. I'm still divided on this aspect :) Looks like by gcc-4.3 there will be proper support for building libstdc++.dll a

Re: [Cegcc-devel] mingw c app works, c++ doesnt

2007-05-27 Thread Danny Backx
I feel that I have not produced a good RPM in a while so the reason I'm jumping to that is my own feeling, not a misunderstood hint from you :-) The good news is that my build just worked. It doesn't contain my coverage patch, that's been sitting on my disk for entirely too long. But it does conta

[Cegcc-devel] remote runner with stdio redirection?

2007-05-27 Thread Pedro Alves
Hi guys, I'm not having much luck with telnet or ssh servers for WinCE. Does anyone have experience with those? Specifically I need some way to run the app and the device and have its stdout/stderr show up on the pc's console. rsh/rexec would be perfect, since I want this to run the dejagnu test

[Cegcc-devel] missing windows.h

2007-05-27 Thread James Takac
Hi guys Just tried the following on my linux laptop dialog.c is #include int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) { MessageBoxW(0, L"HELLO!", L"H3LLO!", 0); } I compiled with arm-wince-pe-gcc -o dialog.exe dialog.c as per example.