-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Btcd.exe leaves the description field blank when shown in Process Explorer(WinXP 32 SP3). #53
Comments
Go programs don't have the standard VERSIONINFO resource that Visual Studio projects have which is what provides that information. There are ways to get this information into the executable via external utilities, but honestly it will be extremely low priority as it doesn't have any bearing on the actual functionality of the application. I'll leave the ticket open as something to tackle when the much higher priority issues are resolved. |
I thought it's just something missing in configuration or whatever. Such being the case, fully appreciated. |
I have a local resource.rc file which handles this, but the issue is actually building the .syso. We obviously don't want to require mingw + windres to build the executable on Windows. Also, the .rc file has version information in it, so ideally it would be populated at build time from the information in version.go which would require some type of pre-processing step. I suspect we can incorporate this into our MSI build process without much hassle, but I don't forsee this working for users building from source without them going through extra hoops. |
Go 1.8 is out and by policy we only support the latest two Go releases.
Anyone know if this is still an issue? Seeing as this is tagged as windows xp/there's no mentions since I'd guess this got fixed in a newer version but have no way to verify. @davecgh any ideas? |
It's still the case, but realistically it's been 7 years and nobody really seems to care too much. That said, there is tool for this nowadays that could be used here. It generates the necessary |
No description provided.
The text was updated successfully, but these errors were encountered: