Why? Because it can be solved hehehe! Indeed I solved it yesterday ;) Now I have a Netscape plugin running in Firefox 3.5 created with LCL/Win32 :yes:
Lazarus rules!
Type: Posts; User: cronodragon
Why? Because it can be solved hehehe! Indeed I solved it yesterday ;) Now I have a Netscape plugin running in Firefox 3.5 created with LCL/Win32 :yes:
Lazarus rules!
Hello PGD guys! :)
I'm trying to create a dll with an LCL form, and found that is not working. After looking around I found several posts that say LCL is not working in DLL, like:...
Bienvenido a la comunidad! :D
Excellent work, and I love the pixelart. Those bots really look and move like ants!! If you are looking for tips to enhance the simulation, I had a few ant farms when...
When I finally buy a Mac to develop, Lazarus is throwing an error whenever I try to define an event for a simple button inside a form :cry: The error is about not having the source code, but I have...
In Sins of a Solar Empire, the ships move and rotate around the arena (a gravitational well). You can rotate the arena clicking on it and moving the mouse, and when you hover on a ship, it is...
I have had several problems with VS. But I was thinking mostly on the good old Delphi 7 IDE. I haven't seen an environment as good as it, and probably there won't be another one like it never again,...
That would be great, Visual Studio is such a unstable environment.
"How To Build a Game In A Week From Scratch With No Budget ":
http://www.gamedev.net/reference/articles/article2259.asp
If I understand right, the idea is to make a game to destroy some nation's emblematic buildings!? :? I can't find any amusement on that, no matter what country those are from :P
That's right, you have to use TLazInfImage instead. You can keep using TBitmap, but when you need the Scanline, just create a copy in a TLazInfImage and work on it... I don't understand why they made...
I'll save you some googling time. This reference is very cool, check it out:
http://www.efg2.com/Lab/ImageProcessing/Scanline.htm
Something is missing there is the electrostatic force that keeps particles together, maybe that could added to the implementation for a more realistic effect. And maybe a game could be made about...
Hi!
I found DiffMerge to be a great tool for comparing and restoring code in version control, but it needs syntax rules to release 100% of it's power.
Does someone know where can I find a...
Nice way to obfuscate code :D ...and there might be invisible or almost-invisible characters to use, like:
procedure ¬?;
¬?;
Why did nobody mention it?!?! :shock:
http://www.delphi.org/2008/09/delphi-2009-iso-available/
downloading...
Maybe, but probably not as many as Microsoft would expect. Many "programmers" of actionscript are indeed designers who need functionality on their code, and Silverlight requires real programming...
I work on Flash (Actionscript 2 and 3) for a living, and it's a really bad language. Something interesting is Actionscript 1 has some features suspiciously similar to Pascal, like "and", "or" and...
Don't know of such a program, but if you download several torrents at full speed you will have packet delays for sure.
Reading around I found this:
Source: http://www.reddit.com/r/programming/comments/6tp3i/pascal_gets_closures_before_java_why_hasnt_the/
Now that sounds really interesting, and would explain...
Great! I'll try it!
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/19s4PCaQ5Mk&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed...
Which game? :)
The same have happened to me. When I run my DX application (using Clootie headers) in Vista it makes only half of the fps in XP. But if I run some applications, like Winamp, the...
Now exit works like return in C, nice. But creating procedures on the fly seems a little contradictory to reusability...
Which .NET versions D2009 will support?
paul, here: http://chrome.pascalgamedevelopment.com/
Thanks a lot! I bought Oxygene anyway, after trying it. It works great on XP, but I get a bug on Vista.
I made myself a test with Managed DirectX that works, it was pretty easy to implement, I'm...