On Thu, Dec 23, 2010 at 10:29 AM, Andrej Mitrovic < andrej.mitrov...@gmail.com> wrote:
> I think you just need to pass a flag to SWIG when building it to get > D2 support. I've done it a few days ago.. > > On 12/23/10, BLS <windev...@hotmail.de> wrote: > > On 23/12/2010 05:34, Mariusz Gliwiński wrote: > >> wig looks interesting. Again, it strips const so probably D1 (i just > >> skipped > >> D1, it wasn't interesting enough for me to switch from widely used > >> languages > >> so don't know it's feature-set) and it's using tango, but looks > promising. > > > > SWIG 4 D uses D1/Tango by default. If you want D2/Phobos make sure that > > you configure for D2. This done, consts are not stripped anymore. > > AFAIK, Klickvberbot is working on static library support. > > > > > Yes it's the -d2 flag. BLS, I'm also trying to spread the word on SWIG 4 D. It's an extremely nice tool. I'm trying to wrap Irrlicht with it.