« Return to Thread: Most trivial example - failure

Re: Most trivial example - failure

by David Piepgrass :: Rate this Message:

Reply to Author | View in Thread

> > As
> > David mentioned all the SWIG directives begin with %, so just
> > don't use anything starting with % if you are thinking of
> > defining any macros.
>
> OK, good suggestion, but it doesn't help at all since I had no idea
> until I execute SWIG whether or not my choice of tokens is a reserved
> word or not, and then I get a cryptic error, and am left wondering what
> I've done wrong.

okay let's pick a word at random: "garbage". Is this a SWIG reserved word? Of course not, because it is not a C/C++ keyword and it doesn't start with %.


------------------------------------------------------------------------------
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
_______________________________________________
Swig-user mailing list
Swig-user@...
https://lists.sourceforge.net/lists/listinfo/swig-user

 « Return to Thread: Most trivial example - failure