Hi! I just want to tell a short story: Recently, I tried to compile my D5-based project under D6. It compiled OK (with a few "deprecated" warnings, and with...
Hi, I'm attempting to create a very very very easy OpenGL 3D Engine. I am trying to make a room out of lines that I have drawn in my MapEditor. However, this...
There are a lot of good tutorials out there... I suggest that you read some of them or at least have a look at the source code. The best tut's i know of are on...
Hi Peter, I'm not pretty sure but think DebugHook has something to do with searching for relocation address base by debugger. $WriteableConst, at a low level,...
Lubos Medovarsky
lubos@...
Aug 1, 2002 8:29 pm
6545
... variable ... Yes, DebugHook is used in the libraries. It is a good way to tell if your application is running inside the IDE or not. If the value is...
... I'm not quite sure sure what you mean by "changed the height of the room". Did you change the data to make the room taller? Or were you resizing the ...
After having looked at the replies to this note, I think you are making a big mistake asking for advice here on this matter. I think you need to see an...
Hi, I am new to the list, and new to delphi, I am a beginner delphi coder, and been searching frivously all over the net for the best sources for a noob to ...
Thanks! I have a friend who is an attorney on the case right now. She used to work for a software company so she knows what it's all about. Regards /Ola ... ...
Hello, Does anyone know a good beta testing page, where I can put my games/appications to be beta tested? I think I have seen a rather large one, not long ago,...
Hi all, At work here we might need to draw lots of things, and do lots of calculations everytime a timer event fires (like a RTS game). I was asked to look...
Hi there. DirectX is a standard which has especially been designed for optimal performance on multimaedia-stuff in Windows. This because of the lack of speed...
... large ... This is one of that "me, too" posts... but anyway, I am interested in this kind of stuff too. However, I have little hope of getting this done...
Hi un_ko, DirectX has a much faster Surface as GDI. If you want to find out how to use GDI for game programming, check out my site and go to the tutorial...
Ah yes, I remember reading that article you wrote at About.com I think... Actually after searching on the web, I think GDI+, the successor of GDI, actually...
I'm not sure if GDI+ uses DirectX, but this I do know GDI+ is a bit slower that GDI, the only advantage is the ease in which you can do things (a lot less...
Hi All, Borland have announced Delphi 7 which will ship with a preview of the Delphi.NET compiler. For those Delphi developers who are interested in using...
Hi, This question is offtopic, but please help me if you have any hints... How I can write directly to the screen/monitor? I need some code for writing...
Any idea how this will work with Direct X 9? I don't really know much about it, but I have heard that it will be .NET friendly, so I would assume Delphi.NET...
Hi, I've written a test app (on a Pentium 1000 Win 2000 environment - can't remember the graphics card on that machine). With drawing lines and drawing...
Hi, about disabling rightclick i dont know, nor about the shortcut but writing to the screen, hmm try this (its OnTimer for writing time): procedure...
Surokh
surokh@...
Aug 9, 2002 9:44 pm
6564
... To work with shortcuts, you can use the IShellLink interface. See "Resolving a Shortcut" chapter from Win32 Programmer's Reference help file. Hope it helps...
I am pleased to announce that JEDI-SDL v0.5 is finally released and will be shipping with Kylix 3 and Delphi 7 out of the Box! Which I think makes it one of...
I'm a newbie to DelphiX and was wondering what the DXPaintBox was and how it could be used. I would also like to publicly than Armand Postma for his help in ...
Hi, http://www.delphigamedev.com/ Look at their tutorial, Roger ... __________________________________________________ Do You Yahoo!? HotJobs - Search...
HI! I have only answer to your last question on how you can read out the exename. ExtractFileName should do it! There is also an example in the Delphi help to...
I am pleased to announce that the JEDI-DirectX 8.1 headers and demos will be shipping on Delphi 7's Companion CD. The version that will be on the Companion CD,...