Re: Printable information in executables

2003-11-04 Thread Gerrit P. Haase
(cygming special) in executables. Next question. Is it possible to add 'user related printable information' to executables (through compilation option or something else)? You could use resource files. -- Best regards, Gerrit -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Printable information in executables

2003-11-03 Thread Shankar Unni
Alex Vinokur wrote: However those files contain neither compiler name nor compiler version. It seems to be worth including something like gcc version 3.3.1 (cygming special) in executables. There's no standard place in the PE header (in the object files) for this sort of information.

RE: Printable information in executables

2003-11-03 Thread Hannu E K Nevalainen
(cygming special) in executables. Next question. Is it possible to add 'user related printable information' to executables (through compilation option or something else)? The answer depends on how you plan to use that information. The simplest form is just to declare a static string (char array

Printable information in executables

2003-11-02 Thread Alex Vinokur
to add 'user related printable information' to executables (through compilation option or something else)? -- = Alex Vinokur mailto:[EMAIL PROTECTED] http://mathforum.org/library/view/10978.html news://news.gmane.org/gmane.comp.lang.c++.perfometer