-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Launcher is not recognized as a valid Win32 application on windows XP. #96
Comments
I managed to build a working launcher for XP by setting the Platform Toolset to the Windows XP version ( Also Hope this helps. |
Thanks! I did not really made the launcher. I think @austinwagner was the one. And I am not really familiar with C++ and Windows Api that much. |
Just ran into this issue. Trying to get one portable dev toolset to use across XP, Vista, and 7. Also PHP 5.5 needs msvcr110.dll instead of msvcr120.dll which comes with cmder. Gonna check and see if it's as simple as dropping the additional 110 versions of the dlls in there but thought I'd mention it. Will this need to have a separate launcher for XP or are you guys working on one that will work for all? I wish I could help but I don't know much about C++ and the Win API or creating launchers either. |
I've got some changes to be pushed to the xplauncher branch. In currently figuring out how to build specifically for xp .etc |
Nice :-) As for the PHP issue I mentioned, dropping the correct dll into my vendor/php directory does fix that problem so it's non cmder issue. |
For everyone who's affected by this please try the xplauncher branch. |
Hi @MartiUK, where is this branch? I couldn't find it on the main page for the repo - has it been merged into |
@perlun it's currently in the development branch |
OK, thanks. I guess there's no binary available for this one? It would be cool to try it out, and I'm unfortunately using an older XP machine for the time being.. 😄 I guess it's perhaps not that hard to compile from source though? |
I've used Visual C++ 2013 Express to build it and it was fine. |
the version in the developpement branch doesn't work for me, on windows xp... Is there something special to do before executing the .exe ? |
@benavern Did you compile it under DebugXP or ReleaseXP configuration? |
no, I did nothing, just downloaded the zip file of that branch and tried to execute it. |
@benavern Right sorry, I can try and get a pre-pre-XP Release up tonight (UK time) but I would prefer to not have any more binary files in the repo. And keep them only in releases. |
ok, it would be nice ! (UK time is the same as mine, I'm in france at the moment ;) ) |
@benavern Done, check the releases. Let me know how it goes. |
OK, thanks a lot, I'll try it tomorrow morning at work ;) |
it seems to be working well! thank you very well! |
Just tried it too. Working great. Thank you! |
Thanks for testing it out, I will close this issue as this will be in the next release. 👍 |
Hmm... still having this issue. I tried 1.1.4.1 and 1.1.3 with no success. |
@secrettriangle same here, did you find any workaround? |
No :/ |
Hi @Bliker, I am experiencing the same issue with v1.1.4.1. Is there something I am missing? edit: I am on xp (unfortunately for me) |
Thanks for caring! how can I build the dev branch? I am imcompetant when it comes to windows stuff. I don't see any hints in the doc. |
Run powershell.exe and cd into cmder/scripts and |
or use |
No description provided.
The text was updated successfully, but these errors were encountered: