Search found 10 matches

by zaneiel
Sat May 06, 2006 3:56 am
Forum: Off-topic
Topic: help making a com?
Replies: 1
Views: 367

help making a com?

posted this in beginners help section, think that was a bad idea lol still need help on this, hoping not to et flamed for c++ question :) Hey guys, i was waundering if one of you could tell me about making a dll into a referenceable item to link into C# or VB sort of like the .net irrlicht wraper. t...
by zaneiel
Wed May 03, 2006 3:06 am
Forum: Open Discussion and Dev Announcements
Topic: Working on C# network engine (code) for all
Replies: 3
Views: 689

Using TCP as i like the garantee of packet delivery, although i am still figuring out what implementation i am going to use. I started with a multi thread approach wich seems to work ok but there were some small problems with implementing a command interface and relaying messages between clients so ...
by zaneiel
Wed Apr 26, 2006 7:04 pm
Forum: Open Discussion and Dev Announcements
Topic: Working on C# network engine (code) for all
Replies: 3
Views: 689

Working on C# network engine (code) for all

Hey guys, I am currently working on a network engine for C# after looking at a bunch of network library's and finding most of them to be to hard to use or understand ... I decided to write my own based off .NET (alot of info from sybex .NET Network programming book) besides my thread problem with th...
by zaneiel
Tue Apr 25, 2006 6:59 am
Forum: Open Discussion and Dev Announcements
Topic: Network code with PostgreSQL DB Problem c# resolved
Replies: 3
Views: 405

somewhat fixed

well i can call my db reading function from Main but not from a spawned thread that handles the connection. There is definetly somehting not happening when i try to pass variables between threads or try to connect to the db from a new thread. this whole threads thing is giving me a headache lol is t...
by zaneiel
Tue Apr 25, 2006 5:58 am
Forum: Open Discussion and Dev Announcements
Topic: Network code with PostgreSQL DB Problem c# resolved
Replies: 3
Views: 405

Wow i found the problem

i seem to have found the problem, although i have no idea why but... My main function was missing [STAThread] this is how it looks now [STAThread] public static void Main() { Player.GetPlayerPass("hello"); //ThreadedTcpSrvr server = new ThreadedTcpSrvr(); } so... thanks for the trouble :P ...
by zaneiel
Tue Apr 25, 2006 5:12 am
Forum: Open Discussion and Dev Announcements
Topic: Network code with PostgreSQL DB Problem c# resolved
Replies: 3
Views: 405

Duh, this may help to

here's a clip from my PostgreSQL log file
2006-04-24 21:27:30 LOG: could not receive data from client: No connection could be made because the target machine actively refused it.


2006-04-24 21:27:30 LOG: unexpected EOF on client connection

thanks again for looking at my stuff :)
by zaneiel
Tue Apr 25, 2006 4:41 am
Forum: Open Discussion and Dev Announcements
Topic: Network code with PostgreSQL DB Problem c# resolved
Replies: 3
Views: 405

Network code with PostgreSQL DB Problem c# resolved

I resolved this issue -- the problem was with the PostgreSQL OLEDB driver it has a bug that causes it to NOT work within a thread! the ODBC driver works GREAT! .. i found this info in the PostgreSQL forums so i changed my code over to use the ODBC driver and all is well :) Just thought u guys should...
by zaneiel
Wed Apr 19, 2006 6:37 am
Forum: Open Discussion and Dev Announcements
Topic: sound, networking - suggestions?
Replies: 12
Views: 1231

Thanks again for the link, i looked through and found hawkNL, looks promising! ~gota love forums!~
by zaneiel
Wed Apr 19, 2006 6:02 am
Forum: Open Discussion and Dev Announcements
Topic: sound, networking - suggestions?
Replies: 12
Views: 1231

Thanks Jam i'll check them out!
by zaneiel
Wed Apr 19, 2006 5:36 am
Forum: Open Discussion and Dev Announcements
Topic: sound, networking - suggestions?
Replies: 12
Views: 1231

sound, networking - suggestions?

Hey all, I am brand new to Irrlicht. After searching through other engines and thinking i found the right one (TV3D) i got about 2 months into development and found the engine to be to limiting in what you can do with models and had to abandon my project! my search began yet again, bringing me to Cr...