So, I guess then I should look at how it's set up in shadertest.c? I'll give it a go.

EDIT: oh, wait, nvr mind. I'll just look at the Shader Workshop (I recently updated to A7.07). Thx for the responses, though.

Last edited by MrCode; 01/21/08 09:06.

Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}