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++.windows.32-bits - DirectX

↑ ↓ ← Paul <Paul_member pathlink.com> writes:
Can anyone give me some pointers on using DirectX with DMC. I've always used
Borland's free compiler distribution for DirectX programming before but hope I
might get better generated code out of DMC.

Can't seem to convert Borland's lib files. Am I being thick?
Jan 09 2006
↑ ↓ → Arjan <arjan ask.me> writes:
Paul wrote:
 Can anyone give me some pointers on using DirectX with DMC. I've always used
 Borland's free compiler distribution for DirectX programming before but hope I
 might get better generated code out of DMC.
 
 Can't seem to convert Borland's lib files. Am I being thick?
 
 

No they are probably in the wrong format. Use ftp://ftp.digitalmars.com/coffimplib.zip to create implibs from the dll's or coff2omf.exe to convert them. Arjan
Jan 09 2006