The Tut link is not working for using Code::blocks as IDE ??
Can som1 please give me an idee wer to put the links and stuff for the project options??
I added them maybe not right :/ gives this error when trying to build simple code "hello world"
Linking stage skipped (build target has no object ...
Search found 4 matches
- Thu Oct 29, 2009 11:36 am
- Forum: Beginners Help
- Topic: Help Please
- Replies: 4
- Views: 657
- Thu Oct 29, 2009 9:56 am
- Forum: Beginners Help
- Topic: Any idee whats wrong?
- Replies: 5
- Views: 664
Ok ?? Sorry but i am...
#include <irrlicht.h>
using namespace irr;
#ifdef _IRR_WINDOWS_
#pragma comment(lib, "Irrlicht.lib")
#pragma comment(linker, "/subsystem:windows /ENTRY:mainCRTStartup")
int main()
{
IrrlichtDevice *device =
createDevice(irr::video::EDT_SOFTWARE, dimension2d<u32>(640, 480) 16,
false, false ...
using namespace irr;
#ifdef _IRR_WINDOWS_
#pragma comment(lib, "Irrlicht.lib")
#pragma comment(linker, "/subsystem:windows /ENTRY:mainCRTStartup")
int main()
{
IrrlichtDevice *device =
createDevice(irr::video::EDT_SOFTWARE, dimension2d<u32>(640, 480) 16,
false, false ...
- Thu Oct 29, 2009 7:08 am
- Forum: Beginners Help
- Topic: Any idee whats wrong?
- Replies: 5
- Views: 664
About ^
I searched on google... and so on do i realy have to install DirectX SDK from microsoft? its 500mb Sad is'nt ther some other way to get the needed files? thats smaller??
- Thu Oct 29, 2009 5:11 am
- Forum: Beginners Help
- Topic: Any idee whats wrong?
- Replies: 5
- Views: 664
Any idee whats wrong?
video::E_DRIVER_TYPE driverType = video::EDT_DIRECT3D9;
im using Dev-C++ and it says 'video' has not been declared ??
is ther something i need ??
My installs
Dev-C++ "devcpp-4.9.9.2_nomingw_setup.exe"
Irrlicht "irrlicht-1.6.zip"
The "Project options" (setting the dir) i used the Tutorial on ...
im using Dev-C++ and it says 'video' has not been declared ??
is ther something i need ??
My installs
Dev-C++ "devcpp-4.9.9.2_nomingw_setup.exe"
Irrlicht "irrlicht-1.6.zip"
The "Project options" (setting the dir) i used the Tutorial on ...