-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate binary resource without use of external compiler #8
Comments
May implement this as part of command line compiler that VIEd can use instead of rolling functionality into VIEd. |
This is going to be hard unless we make use of |
Current work on the Use of that library, along with ddablib/resfile would greatly simplify writing binary resource files. |
For various options for embedding resources in an existing resource file see htmlres/ |
This library has now been released, so the implementation of this issue is now easier. |
❗ If this issue is implemented and the feature to use an external resource compiler is removed then this will probably imply a major version bump. |
Could leave access to external resource compiler in place to avoid version bump. |
It is inconvenient to have to use an external resource compiler to compile .res files from intermediate .rc files. Add facility to VIEd to generate binary files directly.
The text was updated successfully, but these errors were encountered: