Re: [Cegcc-devel] rshd problem

2009-06-09 Thread Zato-2
Thank you for your answer ) Looks like PipeDev.dll depends on stdlibc++-6.dll, now everything works flawlessly BTW, is there some reason for a small library to depend on a 5MB dll, or am i doing something wrong? ) 2009/6/10 Danny Backx > Please CC the list. > > No, there shouldn't be any. But yo

Re: [Cegcc-devel] rshd problem

2009-06-09 Thread Danny Backx
Please CC the list. No, there shouldn't be any. But you can verify with arm-mingw32ce-objdump -x rshd.exe | grep DLL Also the warning message is (I think) harmless. Danny On Tue, 2009-06-09 at 22:49 +0600, Zato-2 wrote: > > Try putting the DLL in the same directory as the .ex

Re: [Cegcc-devel] Stack limit

2009-06-09 Thread Danny Backx
It's not as simple as that. I've changed the test program such that two threads are created, and they "exist together" : t1 = CreateThread(NULL, THREAD_STACK_SIZE, &thread, NULL, STACK_SIZE_PARAM_IS_A_RESERVATION,

Re: [Cegcc-devel] rshd problem

2009-06-09 Thread Danny Backx
On Tue, 2009-06-09 at 05:46 +0600, Zato-2 wrote: > Hello. > I was trying to setup rshd on my device (WM6) and i'm getting this > error: "Error creating pipe. Copy PipeDev.dll to the device.". > I couldn't find any instructions on installing rshd/PipeDev, so i'm > asking here ) > > I've copied this

Re: [Cegcc-devel] Stack limit

2009-06-09 Thread Pawel Veselov
This is not particularly nice... The addresses are over a megabyte apart. Which most likely means that the stack addresses for the new threads are allocated in the newly created regions. My big question to M$ would be -- if this is the case, then why the main thread is limited to 64k, when the tot