Help needed to actualizing allegro bindings (or this bindings are complex and I am dumb)

2009-11-14 Thread g
I have been trying to actualize the http://www.dsource.org/projects/dallegro binings to the lastest D2 version. The main problems are: *TLS *volatile isn't here anymore ( neither with -d ) One of the most hard things to understand was things like: mixin(_volatile("int", "key_shifts")); and _vo

Re: Help needed to actualizing allegro bindings (or this bindings are complex and I am dumb)

2009-11-14 Thread g
g Wrote: > I have been trying to actualize the http://www.dsource.org/projects/dallegro > binings to the lastest typo: it is bindings, not binings

Re: Help needed to actualizing allegro bindings (or this bindings are complex and I am dumb)

2009-11-15 Thread div0
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 g wrote: > g Wrote: > >> I have been trying to actualize the http://www.dsource.org/projects/dallegro >> binings to the lastest > typo: it is bindings, not binings Downgrade your compiler version. Every version after 2.028 has bugs which prevent

Re: Help needed to actualizing allegro bindings (or this bindings are complex and I am dumb)

2009-11-15 Thread torhu
On 15.11.2009 08:53, g wrote: I have been trying to actualize the http://www.dsource.org/projects/dallegro binings to the lastest D2 version. The main problems are: *TLS *volatile isn't here anymore ( neither with -d ) You can remove volatile by just building with -version=NoVolatile. But I