On Thu, 31 Aug 2006, Bisma Jayadi wrote:

http://delphindo.wordpress.com/2006/05/28/ayo-main-gaple/

Is it possible to compile these little game (and its related component) on Lazarus and make it works on Unix platform? The component resource is the problem, I know nothing about program resources on Unix. :(

You can embed the resource file as-is on linux.

To extract the images from the resource, you'll need the fpc FindResource and 
LoadResource calls to load them.

The other approach is to extract all the resources using the Delphi image 
editor or
the free resource workshop from Colin Wilson (I think) and add them again as 
lazarus resources.

Michael.

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to