First post, by kekko
kekko
Offline
Rank
Oldbie
there's a small error in VC7 project file that prevents it from opening:
<FilterName="fpu"Filter=""><FileRelativePath="..\src\fpu\fpu.cpp"></File><FileRelativePath="..\src\fpu\fpu_instructions.h"></File><File<FileRelativePath="..\src\fpu\fpu_instructions_x86.h"></File>RelativePath="..\src\fpu\fpu_types.h"></File></Filter>
should be corrected to:
<FilterName="fpu"Filter=""><FileRelativePath="..\src\fpu\fpu.cpp"></File><FileRelativePath="..\src\fpu\fpu_instructions.h"></File><FileRelativePath="..\src\fpu\fpu_instructions_x86.h"></File><FileRelativePath="..\src\fpu\fpu_types.h"></File></Filter>
bye!