Search found 3 matches

by ramington
Wed Jun 25, 2008 5:13 pm
Forum: GFL SDK
Topic: Check if gflLibraryInit was called?
Replies: 1
Views: 1650

Check if gflLibraryInit was called?

Hi,

-I have an app whcih loads dynamic a lot of modules each time a image should be processed (that happens often)

-now I'd like to call gflLibraryInit only once for all files that should be procesed, but I can not store any additional information to check by my own

-does it take long to call ...
by ramington
Wed Jun 25, 2008 5:05 pm
Forum: GFL SDK
Topic: running dynamic shared library modul with libgfl under linux
Replies: 1
Views: 1918

I got it

-I need to specify the library path -L... and gfl as lib explicit (-lgfl)

-AND rename the libgfl.so.80 in libgfl.so

no it works :o)

I thought the version stuff works without renaming the so (as with av_format) ..
by ramington
Wed Jun 25, 2008 4:49 pm
Forum: GFL SDK
Topic: running dynamic shared library modul with libgfl under linux
Replies: 1
Views: 1918

running dynamic shared library modul with libgfl under linux

sorry for a maybe stupid question and maybe it should be placed in another forum but:

-I use already libgfl v2.54 for windows everything fine
-now I tested in with linux -> compiling -> ok (I just include the header file and no other inofmration no lib or so file is added to the makefile)

-I start ...