Actually, nvr mind. I improvised: I used the outline_vs and ps functions from your shader, and then copied and pasted them into the other shader code.

(please excuse the bump, my edit time ran out)


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