Originally posted by Knuth Konrad
View Post

There are some resource types that #RESOURCE can't handle , which is why Bob wrote:
The second group of syntax examples show how you can embed resources which have been pre-compiled used a resource compiler. Standard resource compilers output a binary resource with a .RES extension. PowerBASIC will embed this resource just as it is given in the file. This form will always be supported to offer support resource forms which are typically not needed for most PowerBASIC programs, or which usually require the use of a resource editor.
Compare the list of resource types here: https://docs.microsoft.com/en-us/win...resource-types with the PB recognised types.
Comment