"Justin Heyes-Jones" <[EMAIL PROTECTED]>
writes:

> ">* -extern-all ; This does not seem to work. No symbols are exported.
>
> I need to remove this option from being shown. It is not present and there
> is no plan to add it, because it is unnecessary."
>
> Why is it unnecessary? We were discussing earlier that since pretty much all
> the symbols in SDL want to be exported, it would be useful to be able to
> export everything in the SWIG step.
>

Now, also all the symbols can be exported in SWIG step. Try the example below:

%feature("export");     //start exporting symbols   
%include "test.cpp"     
//include all your header files here
%feature("export",""); //stop exporting symbols

If you face any problem, let me know.

Cheers.

-- 
Surendra Singhi
http://ssinghi.kreeti.com, http://www.kreeti.com

,----
| Great wits are sure to madness near allied,
| And thin partitions do their bounds divide.
| 
|     (John Dryden, Absalom and Achitophel, 1681)
`----

_______________________________________________
application-builder mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to