Game programming

Moderators: None (Apply to moderate this forum)
Number of threads: 2070
Number of posts: 5361

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Damn you Borland! Posted by DanTheRocker on 28 May 2001 at 1:22 PM
In Borland, I am attempting to compile some directX 8.0 stuff that I got from Microsoft's web site. Under the Options/Project
It allows me to specify the directory for the includes and libs. Good ol Borland only allows you to use one directory of includes and not two at a time. I need to use the standard libarays like <stdlib.h> in the borland directory, AND the includes in the DirectX SDK directory. Do I have to write out the full file name of every directx include i'm using or is borland just hiding the solution from me?

VC++ allows me to overcome this problem easily, but sadly i dont have a copy right now.

Report
Re: Damn you Borland! Posted by AsmGuru62 on 28 May 2001 at 2:00 PM
Have you tried this?
c:\folder1\dir1;d:\folder2\dir2;e:\folder3\dir3


Report
Re: Damn you Borland! Posted by DanTheRocker on 28 May 2001 at 7:34 PM
: Have you tried this?
: c:\folder1\dir1;d:\folder2\dir2;e:\folder3\dir3
:
:
Good work!
It works....better.

I'm wondering now why i get an odd error. Im using Tutorial 2 in the Directx sdk. To be specific:DirectX SDK\samples\Multimedia\Direct3D\Tutorials\Tut02_Vertices

All I've done is created a project and added the one source file to it. When I compile i get a linker error:

Info :Linking D:\DirectX SDK\samples\Multimedia\Direct3D\Tutorials\Tut02_Vertices\verticies.exe
Error:  Error: Unresolved external 'Direct3DCreate8' referenced from D:\DIRECTX SDK\SAMPLES\MULTIMEDIA\DIRECT3D\TUTORIALS\TUT02_VERTICES\VERTICES.OBJ


What do I have to do to fix this?


Report
Re: Damn you Borland! Posted by Alienripper on 26 Jun 2001 at 11:08 AM
I don't know about Borland, but with MSVC++ that error means you haven't included right libraries..




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.