Search found 17 matches
- Tue Sep 01, 2009 7:13 am
- Forum: Code Snippets
- Topic: Irrlicht Framework 0.1
- Replies: 9
- Views: 2846
hey, no click as direct!
hey, no click as direct! http://jjhslab.digimoon.net/englishver/IrrlichtFramework_0.1.zip if you clicked as direct, it couldn't work. because, webserver in my link doesn't follow you download as direct by other host. server setting does not support that everybody for security. but, it can solve to e...
- Sat Jul 25, 2009 10:08 am
- Forum: Beginners Help
- Topic: IGUIButton does not work !
- Replies: 2
- Views: 335
IGUIButton does not work !
displayed it on screen. but, it can't push. what can i do for it? this->irObject->_guienv->clear(); IGUIButton *igb=this->irObject->_guienv->addButton(rect<s32>(637,475,734,520),0,Login_OK,L"Login",L"ou");// X1,Y1,X2,Y2 igb->setEnabled(true); igb->setDrawBorder(true); igb->draw();
- Sat Jul 25, 2009 7:15 am
- Forum: Code Snippets
- Topic: Irrlicht Framework 0.1
- Replies: 9
- Views: 2846
re:
oh, seoul is 5 hours from ulsan
no "near". ha;;;
no "near". ha;;;
- Sat Jul 25, 2009 6:51 am
- Forum: Code Snippets
- Topic: Irrlicht Framework 0.1
- Replies: 9
- Views: 2846
Irrlicht Framework 0.1
i made it.
if you use this, you save coding time.
http://jjhslab.digimoon.net/englishver/ ... rk_0.1.zip
if this does not work, you can copy this to address bar.
my server does not allowed to download in out of server.
or, click right mouse button and click "save as..."
if you use this, you save coding time.
http://jjhslab.digimoon.net/englishver/ ... rk_0.1.zip
if this does not work, you can copy this to address bar.
my server does not allowed to download in out of server.
or, click right mouse button and click "save as..."
- Sat Jul 25, 2009 5:08 am
- Forum: Code Snippets
- Topic: Irrlicht Easy Using
- Replies: 11
- Views: 3426
Irrlicht Easy Using
i was thought about this. // FILE : _irrlicht.h #ifndef EASYIRR #define EASYIRR #include <irrlicht.h> #ifdef _IRR_WINDOWS_ #pragma comment(lib, "Irrlicht.lib") #pragma comment(linker, "/subsystem:windows /ENTRY:mainCRTStartup") #endif /* NAME SPACES ON IRRLICHT*/ using namespace ...
- Fri Jul 24, 2009 10:03 pm
- Forum: Beginners Help
- Topic: IGUIButton does not work !
- Replies: 3
- Views: 284
Re...
thanks for your advice, but it still does not work.
- Fri Jul 24, 2009 5:19 pm
- Forum: Beginners Help
- Topic: IGUIButton does not work !
- Replies: 3
- Views: 284
IGUIButton does not work !
what can i do ? class gameFrames:public IEventReceiver { private: DataBank *db; IVideoDriver* _driver; ISceneManager* _smgr; IGUIEnvironment* _guienv; IrrlichtDevice* _device; IGUISkin* skin; IGUIFont* font; framesWork *fw; GuiManagement *guiman; IEventReceiver *_eru_; int nfGameLevel; int nowFrame;...
- Thu Jun 25, 2009 8:03 am
- Forum: Beginners Help
- Topic: Visual Studio 6.0 support
- Replies: 1
- Views: 246
Visual Studio 6.0 support
i know irrlicht engine is not Visual Studio 6.0 supporting.
but, in past, it did support VS6. didn't it?
so, i want to download irrlicht engine in past.
What can i do?
because...
I want to make some 'DLL' can be called in VB6.0
and run with VB6
but, in past, it did support VS6. didn't it?
so, i want to download irrlicht engine in past.
What can i do?
because...
I want to make some 'DLL' can be called in VB6.0
and run with VB6
- Sat Jan 10, 2009 4:15 pm
- Forum: Beginners Help
- Topic: LINK : fatal error LNK1104
- Replies: 0
- Views: 566
LINK : fatal error LNK1104
LINK : fatal error LNK1104: 'libc.lib' can not open file. how to solve this problem... i can't solve this. i want to use 'IrrFreeType'. so, i edit source code because it had many compile errors. now, i try to compile it but, The error was caused by unknown things. I use 'Visual C++ 2005 Express Edi...
- Sun Jan 04, 2009 2:59 pm
- Forum: Beginners Help
- Topic: oh, oops... convert error
- Replies: 1
- Views: 320
oh, oops... convert error
oops... i was made mistakes. sorry.
so i write it again
Code:
I can not convert 'const char' to 'const wchar_t'.
what can I do ??
Code:
const wchar_t tmpdata=NULL;
tmpdata =xml->getAttributeValue("name");
LB->setText(tmpdata);
so i write it again
Code:
I can not convert 'const char' to 'const wchar_t'.
what can I do ??
Code:
const wchar_t tmpdata=NULL;
tmpdata =xml->getAttributeValue("name");
LB->setText(tmpdata);
- Sun Jan 04, 2009 11:59 am
- Forum: Beginners Help
- Topic: String Type Converting Help
- Replies: 1
- Views: 252
String Type Converting Help
Code: Select all
I can not convert 'wchar_t' to 'const wchar_t *'
Code: Select all
const wchar_t tmpdata=NULL;
tmpdata =xml->getAttributeValue("name");
- Sun Jan 04, 2009 11:11 am
- Forum: Beginners Help
- Topic: How to use 'irrXML'
- Replies: 2
- Views: 323
Oh...
Thank you, it is very easy.
- Sun Jan 04, 2009 12:41 am
- Forum: Beginners Help
- Topic: How to display Korean ?
- Replies: 3
- Views: 348
How to display Korean ?
I want to display korean texts.
but, I write korean text is broken.
it is not display like this :
view this image :
![Image](http://rxpovs.codex.kr/ks.jpg)
but, I write korean text is broken.
it is not display like this :
view this image :
![Image](http://rxpovs.codex.kr/ks.jpg)
- Sun Jan 04, 2009 12:18 am
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: GUI Manager
- Replies: 3
- Views: 3399
GUI Manager
I was felt tired to write GUI codes. so, I was made it. but It's very simple and easy. sample : MyGUIManager * MGM=new MyGUIManager; void main() { MGM->Create(guienv->addStaticText(L"Debug Mode",rect<s32>(10,10,2600,200),false)); MGM->Create(guienv->addStaticText(L"Debug Mode",re...
- Sun Jan 04, 2009 12:08 am
- Forum: Beginners Help
- Topic: How to use 'irrXML'
- Replies: 2
- Views: 323
How to use 'irrXML'
um.... how do I use irrXML?
I don't know this.
I'm already read tutorials and samples.
but I can't understand it.
please teach me.
I don't know this.
I'm already read tutorials and samples.
but I can't understand it.
please teach me.