Thread overview | |||||
---|---|---|---|---|---|
|
July 07, 2003 DirectX | ||||
---|---|---|---|---|
| ||||
Is it possible to use DirectX with dmc? how? vicentico |
July 07, 2003 Re: DirectX | ||||
---|---|---|---|---|
| ||||
Posted in reply to vicentico1 | I've not tried, but I can't imagine that it would be a problem - DMC++ supports COM perfectly happily. <vicentico1@hotmail.com> wrote in message news:beapie$2cut$1@digitaldaemon.com... > Is it possible to use DirectX with dmc? how? > > vicentico |
July 07, 2003 Re: DirectX | ||||
---|---|---|---|---|
| ||||
Posted in reply to vicentico1 | It is rather simple. You can get MS Platform SDK (for Direct X 6.0 or later) or take it, for example, from Borland C Builder 5.0 (there is MS SDK 2000). From SDK you should get header files and convert libraries to OMF format. After that you should have no problem (at least for DirectX 7.0). With later versions problems can arise, which relate to __declspec(uuid("bla-bla-bla") not supported by DMC. You should manually write down this UIDs or write parser and put all them into library, like I did. Nic Tiger. <vicentico1@hotmail.com> wrote in message news:beapie$2cut$1@digitaldaemon.com... > Is it possible to use DirectX with dmc? how? > > vicentico |
Copyright © 1999-2021 by the D Language Foundation