On Sunday 05 October 2008 12:27:15, Vincent R. wrote:
> Pedro, Danny, I asked 2 months ago but could it be possible to add in the
> FAQ this issue and how to solve it ?
Sure. Want to suggest some wording / patch?
Can we move the FAQ from raw HTML to something else (that could
still generate htm
On Sun, 2008-10-05 at 13:27 +0200, Vincent R. wrote:
> Pedro, Danny, I asked 2 months ago but could it be possible to add in the
> FAQ this issue and how to solve it ?
Yes, but at that time this knowledge was less than perfectly understood
so I waited. I'm still not sure but I'll add it now.
On Sunday 05 October 2008 12:27:15, Vincent R. wrote:
> I am a bit surprised by your error message because usually on Windows
> Mobile, when an application
> cannot load a DLL, you get a "Invalid Pocket PC application" and that's
> what I have when I try
> on WM6.1.
You get that error when you l
2008/10/5 Vincent R. <[EMAIL PROTECTED]>
> Hi,
>
> I am a bit surprised by your error message because usually on Windows
> Mobile, when an application
> cannot load a DLL, you get a "Invalid Pocket PC application" and that's
> what I have when I try
> on WM6.1.
> On what kind of device are you tes
Hi,
I am a bit surprised by your error message because usually on Windows
Mobile, when an application
cannot load a DLL, you get a "Invalid Pocket PC application" and that's
what I have when I try
on WM6.1.
On what kind of device are you testing ?
As Danny told you the workaround is to declared
I don't have any error message except "could not load library", the DLL is
loaded via a Tcl script.
I checked this DLL with dumpbin (eVc++ 4) and the output below does not seem
to use any writable code section :
Microsoft (R) COFF/PE Dumper Version 6.24.3077
Copyright (C) Microsoft Corporation. A
Isn't this what the "xxx is nog a valid Pocket PC application if
SizeOfImage > 1" thread was about ?
Please try this out :
> you may want to try and restrict your module to Slot 0 by adding the
> following registry key:
>
> [HKEY_LOCAL_MACHINE\System\Loader\LoadModuleLow]
> "MyDll.dll"=dw
Hi,
I have a program that loads a DLL generated with cegcc and it works well in
WM5 and WM6.0.
Although it works also for me with WM6.1, some users report trouble when
upgrading their ROM from WM6.0 to WM6.1.
It is then impossible to load the DLL.
Are there any known issues with WM6.1 ?
Pascal G