I'm trying LÖVE in a virtual machine, which contains a copy of the only Windows I have a license for (XP).
All versions from 0.9.2 up fail saying that GetLogicalProcessorInformation isn't found in KERNEL32.dll. Is this intentional, or is it an oversight?
Windows XP support dropped in 0.9.2?
- slime
- Solid Snayke
- Posts: 3172
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
- Contact:
Re: Windows XP support dropped in 0.9.2?
You'll need Windows XP SP3, I believe.
That said, LÖVE doesn't call that function directly and I can't find any references to it in LÖVE's immediate dependencies...
EDIT: Visual Studio 2013's C++ runtime requires at least XP SP3 (LÖVE is built with VS2013). Upgrade to SP3 and you should be fine
That said, LÖVE doesn't call that function directly and I can't find any references to it in LÖVE's immediate dependencies...
EDIT: Visual Studio 2013's C++ runtime requires at least XP SP3 (LÖVE is built with VS2013). Upgrade to SP3 and you should be fine
Re: Windows XP support dropped in 0.9.2?
Alternatively, build it using compiler that doesn't require sp3. Good luck with that though.
Since Microsoft dropped support for XP a while ago, upgrading it may not be simple nor straightforward.
Since Microsoft dropped support for XP a while ago, upgrading it may not be simple nor straightforward.
- slime
- Solid Snayke
- Posts: 3172
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
- Contact:
Re: Windows XP support dropped in 0.9.2?
I don't know about non-Microsoft compilers, but versions of Visual Studio which support the features of C++11 that LOVE's codebase uses don't support XP SP2 or earlier. You'd probably have to make significant modifications to LOVE's code to make it compatible with older VC compilers.raidho36 wrote:Alternatively, build it using compiler that doesn't require sp3. Good luck with that though.
Re: Windows XP support dropped in 0.9.2?
Applying SP3 worked indeed, thank you. Long ago I could have hacked something into msvcr120.dll, but I'm too rusty and not motivated enough.
Who is online
Users browsing this forum: Amazon [Bot], Bing [Bot] and 3 guests