[
https://issues.apache.org/jira/browse/IGNITE-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15057803#comment-15057803
]
ASF GitHub Bot commented on IGNITE-2159:
----------------------------------------
GitHub user isapego opened a pull request:
https://github.com/apache/ignite/pull/336
IGNITE-2159: Implemented 64-bit atomics with supported functions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/isapego/ignite ignite-2159
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/336.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #336
----
commit 19abcd547ba1d35fc28719726f1e4881c02e9cda
Author: isapego <[email protected]>
Date: 2015-12-15T10:24:34Z
IGNITE-2159: IMplemented 64-bit atomics with supported functions.
----
> 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)