Re: [Gambas-user] Access resources in another installed gambas project

2008-06-23 Thread Patrik Karlsson
>> Is it be possible to split the 'data' to a separate Gambas project, >> and access sounds and images from the main project? > You can build your data project as a component and access ressources through > an api ? Thank you, I will look into that. Found this page, http://www.gambasdoc.org/help

Re: [Gambas-user] Access resources in another installed gambas project

2008-06-23 Thread Laurent Carlier
Le Monday 23 June 2008 15:30:44 Patrik Karlsson, vous avez écrit : > Hello, Im currently working on a project involving a couple of MB of > sound clips and pictures. > Is it be possible to split the 'data' to a separate Gambas project, > and access sounds and images from the main project? > > In De

[Gambas-user] Access resources in another installed gambas project

2008-06-23 Thread Patrik Karlsson
Hello, Im currently working on a project involving a couple of MB of sound clips and pictures. Is it be possible to split the 'data' to a separate Gambas project, and access sounds and images from the main project? In Delphi, i wrote a DLL, and in Java jar files. What is the best and easiest way t