newbie question, please help me (sql) :(

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
b1_77y
Posts: 24
Joined: Sat Jun 11, 2005 11:04 am

newbie question, please help me (sql) :(

Post by b1_77y »

please help me i have a couple of question :

1. How can i make an editbox, which when i input something, there sould display ***** (password for example).?

2. how can i make a connection with mysql database with irrlicht or c++?

3. How can i open a html file or php file with irrlicht.

4. is there somebody can show a mmorpg game source which develop with irrlicht?
bil':)
discreet
Posts: 17
Joined: Sat Jun 04, 2005 5:51 am

Post by discreet »

1. Look at the User Interface tutorial on the Tutorial page of the Irrlicht Homepage.
2. Find a mysql library, learn it.
3. WTF?!?!? xml for data and etc. php and html ??!!?!? uhm.... :roll:
4. Project Announcement page look for mmorpg, its there...
b1_77y
Posts: 24
Joined: Sat Jun 11, 2005 11:04 am

about html,php

Post by b1_77y »

i'm sorry if my question is make you confuse, i mean how can i make a button which is link to html or php file?

thank's for your information>
bil':)
Guest

Post by Guest »

i mean how can i make a button which is link to html or php file?
For windows...
Look MSDN for "ShellExecute" (Win32 api) :wink:
_Dum0nde
Posts: 24
Joined: Thu Mar 17, 2005 3:26 pm

Post by _Dum0nde »

To use win32 functions, you need to #include <windows.h>, right? But there is a conflit with windows' definition of IUnknown and Irrlicht's definition. How can that be solved? (I asked this same question in an other thread)
Post Reply