How to manage .decls?

Blitz3D Forums/Blitz3D Beginners Area/How to manage .decls?

Happy Sammy(Posted 2006) [#1]
Hi all,

Whenever we call some dll, we put a corresponding .decls in folder "userlibs". As time goes by, there will many .decls in "userlibs" and we don't know which is which?
Are there any better way to manage .decls in "userlibs"? Or, should we just put this .decls in "userlibs" on demand?

(I have tried to create subfolder with .decls in "userlibs" and BB could not recognize the commands.)

Thanks in advance.
Sammy
:)


jfk EO-11110(Posted 2006) [#2]
You only need one decls for every dll you are calling. Not a lot to manage IMHO.


Happy Sammy(Posted 2006) [#3]
Thank you.
Sammy
:)