Search found 12 matches

by ortsa
Mon Oct 20, 2008 4:25 pm
Forum: Beginners Help
Topic: Texturing At Runtime
Replies: 2
Views: 533

Texturing At Runtime

Hi everyone,

What i need is to be able to load a model and then be able to texture it at runtime, and be able to change the textures of certain elements of the 3d model at the click of a button.

Im not too sure about how to do this, so i thought i may aswell ask for your help.

Thanks A Lot.
by ortsa
Sat Aug 23, 2008 1:26 pm
Forum: Beginners Help
Topic: Getting rid of IOSOperator
Replies: 1
Views: 127

Getting rid of IOSOperator

Hey just a quick question here
When i get a IOSOperator class using my irrlicht device am i right in assuming that when the device is dropped it also drops the IOSOperator it owns which is the one im getting a pointer to?
by ortsa
Fri Aug 22, 2008 4:16 pm
Forum: Project Announcements
Topic: irrTRACE (graphic debug tool)
Replies: 5
Views: 5031

Anyone got a link for this?
It looks quite interesting.
by ortsa
Wed Aug 20, 2008 8:06 pm
Forum: Beginners Help
Topic: Getting a value from a listbox
Replies: 5
Views: 406

Well i looked through your code and noticed that i had left the text border to its default false setting that too true fixed the problem thanks
by ortsa
Wed Aug 20, 2008 7:32 pm
Forum: Beginners Help
Topic: Getting a value from a listbox
Replies: 5
Views: 406

What im trying is this

Code: Select all

statictext->setText(listbox->getListItem(listbox->getSelected()))
This is called when i get the gui event for changing or re selecting an item in the list box, the problem is that the statictext just goes blank when i select an item.
by ortsa
Wed Aug 20, 2008 6:37 pm
Forum: Beginners Help
Topic: Getting a value from a listbox
Replies: 5
Views: 406

Getting a value from a listbox

Hey everyone,
Im trying to get the value(the wchar_t text) from the currently selected item on a list box, whats the best way for me to do this what iv tried isnt working, its so i can set the text of a StaticText object.

Thanks
by ortsa
Wed Jul 30, 2008 12:25 pm
Forum: Beginners Help
Topic: IrrNetLite Packet Handling[solution reached]
Replies: 4
Views: 293

Found the source of the problem, rather stupid - i forgot to put update in the clients loop :oops: Note: If you send out a packet unreliably, there is no guarantee your server will ever receive that packet. For something like a login packet, why don't you send it reliably so you know that it'll get ...
by ortsa
Tue Jul 29, 2008 8:42 pm
Forum: Beginners Help
Topic: IrrNetLite Packet Handling[solution reached]
Replies: 4
Views: 293

IrrNetLite Packet Handling[solution reached]

Hey, Iv just started using IrrNetLite and networking in general Iv been making a client and server but iv run into problems with sending and recieving packets, the client can connect to the server with no problems but when i try to send a packet the server never receives it This is the code im using...
by ortsa
Sun Jul 27, 2008 7:19 pm
Forum: Beginners Help
Topic: irrnetlite probs - winsock dosent like me
Replies: 14
Views: 550

Oh right im just not familiar with that name i use pragma comment all the time
by ortsa
Sun Jul 27, 2008 7:07 pm
Forum: Beginners Help
Topic: irrnetlite probs - winsock dosent like me
Replies: 14
Views: 550

well after some tweaking around the problem has just gone away and everythings working

Btw what do you mean by "guard blocks"

Weird
by ortsa
Sun Jul 27, 2008 6:44 pm
Forum: Beginners Help
Topic: irrnetlite probs - winsock dosent like me
Replies: 14
Views: 550

ok will do
by ortsa
Sun Jul 27, 2008 6:05 pm
Forum: Beginners Help
Topic: irrnetlite probs - winsock dosent like me
Replies: 14
Views: 550

irrnetlite probs - winsock dosent like me

Elp, iv added irrnet and enet to my project and all is fine except for when i include irrnet.h or enet.h i get loads of errors from winsock, they are all similar heres a sample - winsock2.h(212) : error C2011: 'hostent' : 'struct' type redefinition There are ones about macro and function redefinitio...