Borland 5.02 and DirectX 6

Started by
1 comment, last by Shelrem 24 years, 8 months ago
It's been a while since I tried to use DX with BC++, but I know that if you are using DX6, you do not have to use implib, which just creates the .lib files. The .lib files you need should already be in your DirectX SDK directory, under lib/Borland.

We also have an article in our DirectX section about using DX5 with BC++5. If I remember correctly, everything in there will work for DX6, except, of course, the part about making your own .lib files.

Advertisement
Ok, well, i've been working with a friend of mine to make our first game. We, after much arguing, decided to use DirectX. Well, here we are, having done our planning, some art, and some of the programming for internal systems, and now we're stuck.. We've both begun learning DirectX, both using Borland 5.02, and neither of us can get it to link properly.

We've installed it, put all the includes in the right places, we beleive that we've put the libs in the right places, but we're both still getting linker errors. According to http://www.borland.com/devsupport/bcppbuilder/faq/FAQ1168C.html we need to run a program called implib.exe to create import libraries, but we still haven't figured out how to do this. If anyone who has done this would help us out, we'd be very appriciative...

-Shelrem

Hi,
what errors do you get ? If you're using IDirectDraw4, link with dxguid.lib or you'll get "unresolved external IID_IDirectDraw4". Normally it should work when adding all the libs to the project.

cu

------------------
Skullpture Entertainment
#40842461

Graphix Coding @Skullpture Entertainmenthttp://www.skullpture.de

This topic is closed to new replies.

Advertisement