¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Issue with Simpl import


 

I strongly advise against importing. Just unzip the archive and move all the files into a project folder.

Importing an archive does a few things that, IMO, are bad. It imports all the modules into your user module folder, which overtime will cause SIMPL to take forever to load. Also, when you import, it overwrites the modules in your user folder, which is a horrible thing if you¡¯ve used modules in your user folder on previous projects.

Always creat a project folder for your program. Add modules to the project folder needed for your program. Clear out and keep your user module folder empty. This method allows you to keep the current modules used in the project in the project folder. You never have to worry about stupidly long loading times and potentially overwriting a module in another program. This is also how modern programming is handled. ¡°Install¡± a library (module) at the version you need for the project into the project and never update it unless needed.

Join [email protected] to automatically receive all group messages.