: 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?