On Thu, 2008-09-11 at 11:25 -0700, Pawel Veselov wrote:
> Hi,
>
> I was looking at the libcwd... There is a XCEGetCurrentDirectoryA()
> function. It picks the current directory, that is stored in wide
> chars, determines its length (in wide chars), and then converts wide
> chars to multibyte. Then
Hi,
I've been playing around with compiling PHP and such. With default
compilation flags, (O3 is it?) the Zend would just SIGSEGV at random
locations. O0 cleared all the problems. So, may be, switching to a
newer gcc has certain weight.
Thanks,
Pawel.
--
With best of best regards
Pawel S. Ves
Hi,
I was looking at the libcwd... There is a XCEGetCurrentDirectoryA()
function. It picks the current directory, that is stored in wide
chars, determines its length (in wide chars), and then converts wide
chars to multibyte. Then the wide char length is used as a terminator
for the length of the
Hello,
would like to see vim 7 running on wince. Anyone any idea how to bake migwce
and cegcc (and their includes + libs) to cover the dependencies of vim?
Regards
Misi
-
This SF.Net email is sponsored by the Moblin Your Move
There is an incompatibility between cegcc generated code and PE loader in
recent Windows Mobile 6.1.
We are investingating on this.
See post with title : [Cegcc-devel] xxx is not a valid Pocket PC
application if SizeOfImage>1
Workaround is to change a key in registry :
You can add a DWORD re
erm, at some point you will want to run gdb-server on you real target, and
connect your pda to your pc via tcpip, so that gdb will be able to upload
your binary and run it remotely.
This is done via "target remote". I know that gdb-wince is able to use
activesync to upload the binary to your targe