may have found a wrong warning?

2006-01-21 Thread Georg Steffers
yte. But if i use it with a wchar_t and the L modifier, i thought the compiler would change this multibyte to a correct 32bit unicode value? Well, at least the program works as expected. It prints the copyright sign. Best regards Georg Steffers pgpzTEmm2hgHV.pgp Description: PGP signature

exceptions with longjmp (perhaps i am too stupid)

2005-04-13 Thread Georg Steffers
Hi, i am working on a lib that should implement OO methods in C. I tried to build up an exception system using longjmp and ran into a problem. I am searching for an answer a month now and am actually not bit farther than at the beginning. Actually i am not sure if it is an issue with gcc or