Vincent R. wrote :
> First how do you test on x86 platform ? DO you have an emulator for that ?
The ebox 4300 on my desk runs Windows Embedded CE 6.0 .
Danny
--
Danny Backx - danny.backx - at scarlet.be ; http://danny.backx.info
---
Danny Backx wrote:
> The C++ library on x86 appears to crash at initialisation even in the
> simplest of programs. At least, it does so when compiled against the DLL
> version of the library.
>
> #include
> using namespace std;
> int main(int argc, char *argv[])
> {
> cout << "Hello" << end
On Tue, 16 Jun 2009 21:03:44 +0200, Danny Backx
wrote:
> The C++ library on x86 appears to crash at initialisation even in the
> simplest of programs. At least, it does so when compiled against the DLL
> version of the library.
>
> #include
> using namespace std;
> int main(int argc, char *argv[
The C++ library on x86 appears to crash at initialisation even in the
simplest of programs. At least, it does so when compiled against the DLL
version of the library.
#include
using namespace std;
int main(int argc, char *argv[])
{
cout << "Hello" << endl ;
}
Are there any tricks involved
Hi,
> My mistake. I changed configure.ac and regenerated configure, but then
> only committed configure.ac .
>
> Can you try again ?
CEGCC did compile now, thanks. I am now rebuilding ACE/TAO with this new
compiler.
Johnny
--