Menu

#76 Use ".spr" as preferred extension for SPL resource files.

1.0
open
None
3
2018-06-03
2018-06-03
No

Currently SPL resource files are ".res", and that conflicts with Win32 extension handling (i. e.g. explorer, MSVC< etc.) Use ".spr". Go through SPL compiler/stdlib sources and check if ".res" is hardcoded anywhere, replacing it with ".spr". The SPL comjpiler itself uses a resource file for messages - make that ".spr" too.

Discussion