Android Question How to add a .bas file to a project?

drgottjr

Expert
Licensed User
Longtime User
technically, there's nothing stopping you from putting it in the add'l libraries folder, but it won't be recognized as an additional library by the ide. it's a class module that you include in your app through the ide, as per the attached image. point the ide to wherever it is you downloaded and saved the .bas file and link to it or copy it to your project. you can save it wherever you want to, but you have to point the ide to it. you then link to it or copy it to the project. it's sort of like including libraries from the add'l libraries folder but with an extra step or 2. clear?
 

Attachments

  • class.jpg
    79.1 KB · Views: 307
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
wrong. adding files is not the same as adding a module. adding files has nothing to do with including code modules or classes to a project.
 
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
then he has to point the ide to the existing module (wherever it was that he downloaded and saved it). if he put it in the add'l libraries folder, he tells the ide to find it there. if he saved it to the desktop, he tells the ide to find it there. it's just like any file chooser dialog. it doesn't happen automatically.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…