Skip to content
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

ResGen #1

Open
graysuit opened this issue Apr 5, 2023 · 3 comments
Open

ResGen #1

graysuit opened this issue Apr 5, 2023 · 3 comments

Comments

@graysuit
Copy link

graysuit commented Apr 5, 2023

Do you assume NETFX 4.8 Tools will be same for everyone ?
Currently my is NETFX 4.6.1 Tools

May need to detect from environment variables ?
https://github.com/xiaoyuvax/bflata/blob/main/BFlatA.cs#L167

@xiaoyuvax
Copy link
Owner

You can specify whatever resgen tool by --resgen: ,
4.8 is the latest official version that we can find, so i leave a default value there.
no sign showing the newest Dotnet version's providing a resgen tool so far, so 4.8 is the best we can expect.

@graysuit
Copy link
Author

graysuit commented Apr 5, 2023

Anyway I manually edited :)
Maybe detect latest version from path ?
image

@xiaoyuvax
Copy link
Owner

resgen is usally not set in path, and it seemed already been abandoned by newest versions of dotnet, i am not optimistic about the future of the solution enabled by this option. Wait and see is what i can do so far.
it is suggested that u write down this option to a .bfa file, and included the file whenever you compile a program which requires resgen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants