When you make a mistake in a resource file the linker gives you very vague and unusual error message
$ ÿ
[SLINK/Win32 v1.45 Copyright (c) Silverfrost Ltd. 1995-2012]
*** Don't understand: ÿ
Now i know where to search for the problem but ones it took me a lot of time to get what this means and where problem happened.
Another issue is that using SRC to compile the resource file and then link it to the project OR just adding keyword RESOURCES at the end of Fortran text gave me different results, specifically i was unable to load some files using first method and all went fine with the second one. Are these two methods linking resources different?