Search found 17 matches

by aktlakfh1777
Tue Sep 01, 2009 7:13 am
Forum: Code Snippets
Topic: Irrlicht Framework 0.1
Replies: 9
Views: 2716

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...
by aktlakfh1777
Sat Jul 25, 2009 10:08 am
Forum: Beginners Help
Topic: IGUIButton does not work !
Replies: 2
Views: 303

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();
by aktlakfh1777
Sat Jul 25, 2009 7:15 am
Forum: Code Snippets
Topic: Irrlicht Framework 0.1
Replies: 9
Views: 2716

re:

oh, seoul is 5 hours from ulsan
no "near". ha;;;
by aktlakfh1777
Sat Jul 25, 2009 6:51 am
Forum: Code Snippets
Topic: Irrlicht Framework 0.1
Replies: 9
Views: 2716

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..."
by aktlakfh1777
Sat Jul 25, 2009 5:08 am
Forum: Code Snippets
Topic: Irrlicht Easy Using
Replies: 11
Views: 3275

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 ...
by aktlakfh1777
Fri Jul 24, 2009 10:03 pm
Forum: Beginners Help
Topic: IGUIButton does not work !
Replies: 3
Views: 230

Re...

thanks for your advice, but it still does not work.
by aktlakfh1777
Fri Jul 24, 2009 5:19 pm
Forum: Beginners Help
Topic: IGUIButton does not work !
Replies: 3
Views: 230

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;...
by aktlakfh1777
Thu Jun 25, 2009 8:03 am
Forum: Beginners Help
Topic: Visual Studio 6.0 support
Replies: 1
Views: 171

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
by aktlakfh1777
Sat Jan 10, 2009 4:15 pm
Forum: Beginners Help
Topic: LINK : fatal error LNK1104
Replies: 0
Views: 536

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...
by aktlakfh1777
Sun Jan 04, 2009 2:59 pm
Forum: Beginners Help
Topic: oh, oops... convert error
Replies: 1
Views: 287

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);
by aktlakfh1777
Sun Jan 04, 2009 11:59 am
Forum: Beginners Help
Topic: String Type Converting Help
Replies: 1
Views: 189

String Type Converting Help

Code: Select all

I can not convert 'wchar_t' to 'const wchar_t *'
what can I do ??

Code: Select all

const wchar_t tmpdata=NULL;
tmpdata =xml->getAttributeValue("name");
by aktlakfh1777
Sun Jan 04, 2009 11:11 am
Forum: Beginners Help
Topic: How to use 'irrXML'
Replies: 2
Views: 301

Oh...

Thank you, it is very easy.
by aktlakfh1777
Sun Jan 04, 2009 12:41 am
Forum: Beginners Help
Topic: How to display Korean ?
Replies: 3
Views: 279

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
by aktlakfh1777
Sun Jan 04, 2009 12:18 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: GUI Manager
Replies: 3
Views: 3311

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...
by aktlakfh1777
Sun Jan 04, 2009 12:08 am
Forum: Beginners Help
Topic: How to use 'irrXML'
Replies: 2
Views: 301

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.