Help with Delphi Winsock (ServerSocket/ClientSocket) Can anybody tell me where i can download some sample codes on how to use Delphi's winsock? I've been...
Well if i'm not wrong socket programming in Delphi is now done with Indy components http://www.indyproject.org/ you have may docs and examples on how to use...
My learning continues. This time, after learning how to make DLL's. I was told that the ones i did were static and the i should look up LoadLibrary. Okay, i've...
I can build u a simple chat box for aset fee and I give you the full source I do it for £30! ___________________________________________________________ ...
... Yes, that's one example. Another one is that sometimes, you do not want to depend on presence of a library. It might be just an optional feature -- e.g. if...
Thanks to the guys who replied. After two days of googling i finally found some simple samples (I'm just a novice, i dunno about the plugins stuff, baby steps ...
Thank a lot for the explanations. I can better picture where it's supposed to go now :) __________________________________ Yahoo! Mail - PC Magazine Editors'...
Application.Processmessages But .... On modern operating systems (NT Based [NT/2000/XP/2003] and proper languages (Like Delphi) it is not usually required ... ...
Thanks! This is a pretty big deal for me =D When i program games in VB, i usually have them go in a loop rather than use the timer control (Especially when i'm...
Hi all, I can't seem to get a 32 bit bitmap with alpha channel to draw using the alpha channel... is this possible using direct (un)DelphiX? if not.. are there...
Hello all, I have LG C3400 mobile.I want games for my model(LG C3400) mobile.Pls tell me if u have games. Thanks, Vijay. ... Yahoo! FareChase - Search multiple...
Why don't you write one. ________________________________ From: delphigames@yahoogroups.com [mailto:delphigames@yahoogroups.com] On Behalf Of vijay kumar Sent:...
I don't see that happening in delphi... Vijay - I think you neeed to look elsewhere - www.google.com is your friend, delphigames@yahoogroups.com probably isn't...
Wait, are you asking on where to get started on programming phones or are you just asking us to send you games? You might be better off checking one of the...
Hi, If u have any games,Please send me or tell me where can i get games for my mobile. Thanks, Vijay. Sly Adventure <sly_adventure@...> wrote: Wait, are...
Hey vijay are you from earth ? ... From: "vijay kumar" <vejai_subash@...> To: <delphigames@yahoogroups.com> Sent: Wednesday, November 23, 2005 2:57 PM ...
... Vijay, This is not the place to ask for games for your mobile phone. This is a forum for Delphi games development. Delphi can not be used to write games ...
Ok sorry, Thanks, Vijay. ... Vijay, This is not the place to ask for games for your mobile phone. This is a forum for Delphi games development. Delphi can...
I'm thinking about developing a Rune Scape style game for use in my office. It would only have about 6 or 7 users connected at any one time so appropriate...
I'm trying to get an application running under Delphi 7 that is looking for a component that references "NMUDP". I think this component may have been in Delphi...
... Yeah, those were the NetMaster components that came with earlier versions of delphi. http://www.netmastersllc.com/home/ Really bugridden though. Chees, ...
Waaaa... links are dead! Any other place i can download the sources? :) ... http://www.pascalgamedevelopment.com/competitions/PGDCompetition2005.html ... ...
Hello, I wonder if I can retreat property of a Class by code, I imagine this kind of method function getPropertie(aClass : TClass) : Tstrings; which will...