Don't need _impure_ptr

2002-11-04 Thread Benjamin K.
What's that? How can I prevent gcc from creating _impure_ptr symbol? I don't need this, is it possible to remove this? If yes what would happen? Thanks Benjamin Kalytta -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentat

don't want leading underscore

2002-11-04 Thread Benjamin K.
How can I prevent cygwin gcc from producing symbols with leading underscores? ("_main" instead "main") I want to be binary compatible with linux and other operating systems. What about libgcc.a? Each symbol conatins leading underscores, can I change this? cygwin.dll defines both exports, with and

Re: don't want leading underscore

2002-11-05 Thread Benjamin K.
> >I want to be binary compatible with linux and other operating systems. > > Binary compatible? That really has little meaning since there's far more to > binary compatibility than how symbols from the program source code are or > are not adorned when emitted into the object code files. Of cou

Calling an Cygwin API function within Delphi

2002-11-09 Thread Benjamin K.
How could I call an cygwin API function within delphi? Every attempt to do this crashes my app. Benjamin Kalytta -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: