Search found 2 matches

by someone153
Sun Oct 29, 2006 10:15 pm
Forum: Off-topic
Topic: Microsoft & Visual C++ Express Edition woes...
Replies: 19
Views: 1452

Try this:

Code: Select all

#include <iostream>

using namespace std;

int main() 
{ 
	cout << "Hello Microsoft... Why must you make such sucky products?";
	cout << "\n";
	cout << "\n";

	system("PAUSE");
}
I hope that helps.
by someone153
Sat Oct 28, 2006 9:42 pm
Forum: Beginners Help
Topic: Strange DirectX Error
Replies: 0
Views: 132

Strange DirectX Error

When I try to compile Irrlicht with Visual C++ Express Edition I get this strange error: d3dx8.lib(d3dx8tex.obj) : error LNK2005: _D3DXFilterTexture@16 already defined in d3dx9d.lib(d3dx9d_30.dll) Creating library ..\..\lib\Win32-visualstudio\Irrlicht.lib and object ..\..\lib\Win32-visualstudio\Irrl...