> You might want to take a look here:
>http://winff.org
Oops, Winff is fp... i did not know that.
So, no excuse, it is possible to do a universal fp library.
@ Leledumdo and Paul => many thanks.
PS : Because of fp, i need to study lot other languages now :-).
Fred
On 01/29/2014 09:16 AM, Fred van Stappen wrote:
Hello everybody ;-)
I have developed a fp-wrapper, uos, who links to the best audio open-source
libraries:
https://github.com/fredvs/uos/
This main fp-wrapper uses other fp-wrappers who link to those audio-libraries.
Those fp-audio-wrappers ha
> 1) Is it possible to create a library from main fp-uos wrapper (including
audio-libraries fp-wrappers, not the audio-libraries them-self) ?
Sure
> 2) If 1) = true, could you give me some advice how to do it ?
Err...read the documentation about how to write a (dynamic) library?
> 3) May that f
29.01.2014, 14:36, "Michael Van Canneyt" :
> On Wed, 29 Jan 2014, Michael Van Canneyt wrote:
>
>> On Wed, 29 Jan 2014, hinst wrote:
>>> I want to use an environment variable in FPC configuration file; is this
>>> not possible?
>>> I created sample project which demonstrates the problem. I have
On Wed, 29 Jan 2014, hinst wrote:
See globals.pas
ReplaceSpecialFolder('$LOCAL_APPDATA',CSIDL_LOCAL_APPDATA);
ReplaceSpecialFolder('$APPDATA',CSIDL_APPDATA);
ReplaceSpecialFolder('$COMMON_APPDATA',CSIDL_COMMON_APPDATA);
ReplaceSpecialFolder('$PERSONAL'
Hello everybody ;-)
I have developed a fp-wrapper, uos, who links to the best audio open-source
libraries:
>> https://github.com/fredvs/uos/
This main fp-wrapper uses other fp-wrappers who link to those audio-libraries.
Those fp-audio-wrappers have much more features than the c original
audio-
On Wed, 29 Jan 2014, Michael Van Canneyt wrote:
On Wed, 29 Jan 2014, hinst wrote:
I want to use an environment variable in FPC configuration file; is this
not possible?
I created sample project which demonstrates the problem. I have one main
source file and one unit which is located
in s
On Wed, 29 Jan 2014, hinst wrote:
I want to use an environment variable in FPC configuration file; is this not
possible?
I created sample project which demonstrates the problem. I have one main source
file and one unit which is located
in subdirectory.
I try to compile my program with this b
I want to use an environment variable in FPC configuration file; is this not possible?I created sample project which demonstrates the problem. I have one main source file and one unit which is located in subdirectory.I try to compile my program with this bash script: #!/bin/bashexport mvar=meowfpc=