Re: OpenSauce SDK for Halo CE 1.08
did someone mention vertex shaders?
I think I found something relevant to that: Vertex Shader Architecture (scroll down 1/3~1/2)
There it is, should someone feel up to it.
Re: OpenSauce SDK for Halo CE 1.08
I can't seem to get it to work.
I installed Visual Studio C++ 2005, along with the DirectX update just a few minutes ago.
For whatever reason, I get 28 errors when building the solution.
It asks for "windows.h" and "d3dx9math.h"
I know I installed both the SDK and C++, I dont see why this is happening.
Also, I got the 1350EST download.
Re: OpenSauce SDK for Halo CE 1.08
Doesn't sound like your VC++ include directories are setup. Tools->Options->Projects and Solutions. The paths to the platform sdk and dx9sdk should be in there.
Also, this is the actual full VS05 and now VC++ Express right?
As long as you didn't modify the vcproj which came with the source there shouldn't be any problems. The fact that its bugging you about not finding windows.h isn't right tho...make sure your include directories are setup correctly.
Re: OpenSauce SDK for Halo CE 1.08
Re: OpenSauce SDK for Halo CE 1.08
Got everything I needed, however, a new challenger arises to stop me once again.
Quote:
Originally Posted by Visual C++ 2005
1>Linking...
1>Creating library J:\LAPTOP\Halo Custom Edition\OpenSauce\bin\Debug\Halo1_CE\d3d9.lib and object J:\LAPTOP\Halo Custom Edition\OpenSauce\bin\Debug\Halo1_CE\d3d9.exp
1>d3d9.exp : warning LNK4070: /OUT:Halo1_CE.dll directive in .EXP differs from output filename 'J:\LAPTOP\Halo Custom Edition\OpenSauce\bin\Debug\Halo1_CE\d3d9.dll'; ignoring directive
1>TextBlock.obj : error LNK2019: unresolved external symbol __imp__SetRect@20 referenced in function "public: void __thiscall Yelo::TextBlock::Refresh(void)" (?Refresh@TextBlock@Yelo@@QAEXXZ)
1>J:\LAPTOP\Halo Custom Edition\OpenSauce\bin\Debug\Halo1_CE\d3d9.dll : fatal error LNK1120: 1 unresolved externals
1>Build log was saved at "file://J:\LAPTOP\Halo Custom Edition\OpenSauce\bin\Debug\Halo1_CE\out\BuildLog. htm"
1>Halo1_CE - 2 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Looks like in textblock.obj (which is in \OpenSauce\Halo1_CE\Interface\, both TextBlock.cpp and TextBlock.hpp) is failing on a symbol related problem.
No edits were done to the file, or anything in general.