-
Notifications
You must be signed in to change notification settings - Fork 283
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
Windows XP - clink_x86 is not a valid win32 application #278
Comments
I'm getting this too, on my previous installation Clink worked fine.
|
I use Visual Studio to build binaries for Clink now so out-of-the box support for XP's gone. It should still work though so you can build binaries yourself using MinGW or VS2010 should you wish. |
I see this is closed, but I'm curious: feature-wise there's no reason to drop support, it's just the compiler that refuses to build proper executables? |
Essentially, yes. I was a bit hasty in closing the issue as VS2013 can actually target XP. I will see how feasible that is. |
thanks for looking into it |
Thanks for looking into it, too. Got the same issue. |
voteUp same issue |
Can someone confirm that this build works on XP? |
yes, it does (though installing as autorun does not work, but I guess thats because its "dev"?) |
The autorun should still work. What does "clink autorun --show" display? What happens if you do "clink autorun --install" (you'll need Administrator privileges for this one)? |
yes, that's the problem, I should have mentioned that earlier. sorry.
when trying to install, despite being logged in as Administrator, it says
|
just out of curiosity |
It modifies the registry entry that cmd.exe reads and executes when it starts up, adding in a
Current builds of Clink only modify the HKLM key which requires Administrator rights to modify. This however is not really correct and was reported in #332 and fixed in 2dd32b1. From this commit |
@mridgers thank you very much for the detailed explanation and the fix(es) |
I just installed clink 0.4.5 using the exe installer, to gain the autocomplete functionality in the command line. But this appears to have hosed my visual studio incredibuild builds, which are now peppered with clink_x86 errors. Is there an easy way to back out the install (or at least fix my build functionality)? Edit: |
You can use the
Clink adds an autorun entry in the registry so it starts when cmd.exe does. It's pretty hard to say what's going on regarding Incredibuild specifically to be honest. Clink checks for a |
On Windows XP 32-bit with clink v0.4.3 we get the following system message:
and clink is not working
The text was updated successfully, but these errors were encountered: