Library modules and recent compiler updates

General discussion relating to the library modules supplied with the compiler

Moderators: David Barker, Jerry Messina

Post Reply
Jerry Messina
Swordfish Developer
Posts: 1469
Joined: Fri Jan 30, 2009 6:27 pm
Location: US

Library modules and recent compiler updates

Post by Jerry Messina » Sat Aug 22, 2020 8:25 pm

Just a reminder/FYI-

Recent versions of the compiler now include some updated modules as part of the standard libraries.

Any files in the UserLibrary folder will override those in the compiler Library folder, so you should
review the contents of your UserLibrary folder and make sure you're not overriding the new files.

Ruben dela Pena
Posts: 2
Joined: Sat Feb 14, 2015 10:53 pm

Re: Library modules and recent compiler updates

Post by Ruben dela Pena » Sat Aug 29, 2020 5:47 pm

Dear Jerry: I just upgrade to the version 2.2.3.4...
I am using the SDfilesystem 4.1.5,but in the upgrade says there is
a new 4.1.6 version for the SD file system. It is now embbedded on the
same 4.1.5 version ? Or where can be downloaded the new one ?.
Thanks in advance...
Ruben dela Pena.

bitfogav
Registered User
Registered User
Posts: 169
Joined: Sat Oct 09, 2010 1:39 pm
Location: United Kingdom

Re: Library modules and recent compiler updates

Post by bitfogav » Sat Aug 29, 2020 9:22 pm

SDfilesystem 4.1.6 is found in the standard libraries (C:\ProgramData\Mecanique|Swordfish\Library\SDMMC) on windows 10.

Jerry Messina
Swordfish Developer
Posts: 1469
Joined: Fri Jan 30, 2009 6:27 pm
Location: US

Re: Library modules and recent compiler updates

Post by Jerry Messina » Sat Aug 29, 2020 11:51 pm

Right... it should have been installed as part of 2.2.3.4.

If you have the older version in your UserLibrary folder, remove it and when you rebuild your project the new version should be included in its place.

Post Reply