www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - DirectX

↑ ↓ ← vicentico1 hotmail.com writes:
Is it possible to use DirectX with dmc? how?

vicentico
Jul 06 2003
→ "Matthew Wilson" <matthew stlsoft.org> writes:
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

Jul 06 2003
→ "Nic Tiger" <tiger7 progtech.ru> writes:
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

Jul 07 2003