Ethan Posted April 17, 2011 Report Share Posted April 17, 2011 Hello, I try to compile on Vista with VC++ 2008 Express, and I have this error :__cpuidex: identifier not found in arch\x86_x64\x86_x64.cppI see in this file a test : #if MSC_VERSION >= 1500 // __cpuidex available (allows setting ecx beforehand),but I didn't have __cpuidex().if I change #if MSC_VERSION >= 1500 to #if MSC_VERSION > 1500, it seems to be working.How I can fix it correctly ?Thank youEthan. Quote Link to comment Share on other sites More sharing options...
lucastonon Posted April 18, 2011 Report Share Posted April 18, 2011 I had the same problem and after changing the same thing as you did it worked Quote Link to comment Share on other sites More sharing options...
Ykkrosh Posted April 18, 2011 Report Share Posted April 18, 2011 Do you have VC++ 2008 Express SP1, or a pre-SP1 version? (Anything downloaded since August 2008 should probably be SP1, but I assume there's some version info in the About screen that might say). The documentation sounds like it should be supported in 2008 SP1, so I'm not sure why else it would fail. Quote Link to comment Share on other sites More sharing options...
Ethan Posted April 18, 2011 Author Report Share Posted April 18, 2011 Hello Ykkrosh,Thank you for your reply.I see in VC++ -> Help -> About Visual C++ .Net Version 3.5 SP1, but I think I doesn't have SP1 for VC++ 2008.Thank you Ethan.Do you have VC++ 2008 Express SP1, or a pre-SP1 version? (Anything downloaded since August 2008 should probably be SP1, but I assume there's some version info in the About screen that might say). The documentation sounds like it should be supported in 2008 SP1, so I'm not sure why else it would fail. Quote Link to comment Share on other sites More sharing options...
Ykkrosh Posted April 19, 2011 Report Share Posted April 19, 2011 Does the change in r9284 fix it for you? Quote Link to comment Share on other sites More sharing options...
Ethan Posted April 20, 2011 Author Report Share Posted April 20, 2011 I have compiled with Debug and Release mode, with no error.I think the issue is fixed.Thank youEthan.Does the change in r9284 fix it for you? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.