Waldofrido - 2006-03-28

i'm using the Visual Studio 2005 Professional.

i'd download the Virii.zip latest version, and when i compiled the solution, i have to replace the lines:
private TextureState textureState0;
private TextureState textureState1;
private SamplerState samplerState0;
private RenderStates renderState;

from the lines:
private TextureStateManager textureState0;
private TextureStateManager textureState1;
private SamplerStateManager samplerState0;
private RenderStateManager renderState;

otherwise the solution don't compiles.
now, when i'll run the project "OvorpServer_Virii", the program show me a message: The working directory does not exist: 'Z:\LocalRepository\Ovorp\TestEnv'.
and not run.
I don't have a partition Z:\, and i'd modificate only the lines above.

can anyone to help me?
thanks a lot.
André