>> 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
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
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