g++ -o Problem

2006-06-12 Thread Cartman
Hi All I'm working in c++ a long time ago, actually i'm java developer, but need to compile a cpp class to make one integration in a EAI solution. When run the next link option g++ obj/CreateXmlDocument.o -o "bin\CreateXmlDocument.exe" -L"C:/dir/lib" i receive the next error obj/CreateXmlDocument.

Re: Make fstream.attach() transparent for big project migration

2006-06-12 Thread Spectre
I'll look up the source. It must be somewhere. Thanks Uli ! Ulrich Eckhardt wrote: > Spectre wrote: > > I have a huge c/c++ project from 1992 > > I.e. pre-standard C++, the C part is much more likely to work unmodified. > > > that I have to migrate to GNU GCC 3.4.1. It wants the attach() functio

Re: Type punned-pointers

2006-06-12 Thread Ulrich Lauther
Henrik Goldman <[EMAIL PROTECTED]> wrote: : > FD_SET is probably a macro. I would take a look at the expanded code, : > which : > might try to do some illegal pointer assignment. : > : Yes, I've been thinking the same thing. Here is a piece of header from : /usr/include/sys/_fd_macros.h: the