| pronouns | she/her |
| main project | https://mermaid.industries |
| on bsky | https://bsky.app/profile/dryad.technology |
| avatar by | Dana |
| pronouns | she/her |
| main project | https://mermaid.industries |
| on bsky | https://bsky.app/profile/dryad.technology |
| avatar by | Dana |
Alright. Here is a request. If you, reading this, just happen to be on a Windows 10 or Windows 11 machine. Could you download this and run artist_windows.bat and tell me if it boots or fails to boot. IF it works, you should see this.
https://data.runhello.com/j/artist/3/ARTIST.zip
If it crashes or otherwise fails, please tell me what version of Windows (10 or 11) you are running. If it works, you don't need to tell me. It works on my machine. I'm trying to discover machines it doesn't work on (if any remain)
Update
I haven't figured out if any content is lost, but I think I now regret running chkdsk.
Oh, also
* The disk is STILL marked dirty;
* There actually is no FOUND.001 directory.
I'm editing a Visual Studio (not Code) solution. I believe I need to add to "Additional Library Directories":
$(SolutionDir)\..\..\bin\Windows\$(XXX)
Where XXX is some project property which is equal to "x86" on x86 builds and "x64" on x64 builds.
1. Where can I find the documentation that lists builtin project properties? I find
But it doesn't include $(SolutionDir) which appears to exist.
2. How do I get MSVS to show "verbose" builds that show EG cl invocations?