Small Basic Files
When you click Run after editing your file, Small Basic creates a new version of each one of these four files:
- FileName.sb - Your source code file that you open to edit your code
- FileName.exe - Your executable file that runs your program
- FileName.dll - Your Dynamic Link Library file includes code that your exe file relies on
- Filename.pdb - Your Program Database file helps debug your program
And when you run your program, Small Basic “saves over” the previous files. You’ll want to rename your files if you want to keep older .exe and .sb files to share with friends!
Learn more about Small Basic: https://blogs.msdn.com/b/smallbasic/
Small and Basically yours,
- Majed Marji & Ninja Ed
Comments
- Anonymous
January 31, 2016
Computers Today (part 1 of 6) blogs.msdn.com/.../computers-today.aspx ..... CS SPOTLIGHT: Girls in computer programming... why it matters!!! blogs.msdn.com/.../cs-spotlight-girls-in-computer-programming-why-it-matters.aspx ... Computational Thinking - Videos & Papers by Jeannette Wing blogs.msdn.com/.../computational-thinking-videos-amp-papers-by-jeannette-wing.aspx