How to manage .decls?
Blitz3D Forums/Blitz3D Beginners Area/How to manage .decls?
| ||
| 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 :) |
| ||
| You only need one decls for every dll you are calling. Not a lot to manage IMHO. |
| ||
| Thank you. Sammy :) |