Hi,
I know that cegcc 4.3.0 is not a priority but I have noticed the following
errors and I prefer to warn you before I forget:
You need to add namespace _GLIBCXX_BEGIN_NAMESPACE(std) ...
_GLIBCXX_END_NAMESPACE in
gcc-4.3.0/libstdc++-v3/config/os/mingw32ce/ctype_base.h
gcc-4.3.0/libst
Hello,
I'm trying to port an application which depends on some DLLs. I build
all the stuff with mingw32ce, svn version 1167, built on Ubuntu. The
test case is just a DLL with a lot of "asm volatile("nop");" in an
exported function and a program which call this function.
All work fine when the DLL