[ https://issues.apache.org/jira/browse/IGNITE-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15058135#comment-15058135 ]
Igor Sapego commented on IGNITE-2159: ------------------------------------- Vladimir, We are using Visual Studio 2010 toolchain so we should look at this page instead: https://msdn.microsoft.com/en-us/library/26td21ds(v=vs.100).aspx As you can see, 64-bit versions of atomic increment and decrement functions are not available in our case. Also, I have added specific pragmas to be sure that intrinsics and not a functions are used. > Platforms examples couldn't be executed under 32-bit OS > ------------------------------------------------------- > > Key: IGNITE-2159 > URL: https://issues.apache.org/jira/browse/IGNITE-2159 > Project: Ignite > Issue Type: Bug > Components: interop > Affects Versions: 1.5 > Environment: Win XP 32-bits, MS VS 2010, MS SDK 7.0, Apache Ignite > 1.5.0-b2 build #105 > Reporter: Vasilisa Sidorova > Assignee: Igor Sapego > Priority: Critical > Fix For: 1.5 > > Attachments: ignite_cpp_x86.png > > > --------------------------------------------- > DESCRIPTION > --------------------------------------------- > Platforms examples couldn't be executed under 32-bit OS > --------------------------------------------- > STEPS FOR REPRODUCE > --------------------------------------------- > # Open and build %IGNITE_HOME%\platforms\cpp\project\vs\ignite_x86.sln > # Open and build > %IGNITE_HOME%\platforms\cpp\examples\project\vs\ignite-examples.sln (select > proper platform - x86) > # Run the solution > --------------------------------------------- > ACTUAL RESULT > --------------------------------------------- > Follow error appears: "The procedure entry point InterlockedCompareExchange64 > could not be located in the dynamic link library KERNEL32.dll". Look at the > attached picture > --------------------------------------------- > EXPECTED RESULT > --------------------------------------------- > Example should be executed > --------------------------------------------- > ADDITIONAL INFO > --------------------------------------------- > # Also reproducible for .Net examples > # Wasn't reproducible for the same configuration about 4 month ago (near of > the Apache Ignite 1.3.3-rc1) -- This message was sent by Atlassian JIRA (v6.3.4#6332)