S
Sylvio Triebel
Guest
Hello,
i want to define for each start of icfb a temporary cdb library.
unless( ddGetObj("tmpLib")
dbCreateLib( "tmpLib" "/tmp/tmpLib" )
)
So far it works fine, but every start of icfb creates a
new line in the cds.lib file.
I could not find anything in SourceLink and just wanted to know,
if there is any good trick to avoid the explosion of cds.lib?
Thanks,
Sylvio
i want to define for each start of icfb a temporary cdb library.
unless( ddGetObj("tmpLib")
dbCreateLib( "tmpLib" "/tmp/tmpLib" )
)
So far it works fine, but every start of icfb creates a
new line in the cds.lib file.
I could not find anything in SourceLink and just wanted to know,
if there is any good trick to avoid the explosion of cds.lib?
Thanks,
Sylvio