On Thu, 2009-06-11 at 10:10 +0200, Sébastien Lorquet wrote:
> for my information, is the following an acceptable way to find unknown
> constant values?
> 
> 
> #include proper header
> 
> 
> int main() {
>   printf("PIMPR_FIRST_NAME  = %d",PIMPR_FIRST_NAME  );
> }

This is really just another way to read the (copyrighted) include files.
Instead of reading them yourself, you're having a program read it to you.
Not good enough.

If you had played with several values of such macros, and found that
only a given set works, then that would be a different story. But hard
to do.

        Danny
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to