[
https://issues.apache.org/jira/browse/GEODE-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Oleske reassigned GEODE-4916:
-------------------------------------
Assignee: Michael Oleske
> Native Client cpp examples failing due to unexported symbols
> ------------------------------------------------------------
>
> Key: GEODE-4916
> URL: https://issues.apache.org/jira/browse/GEODE-4916
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Addison
> Assignee: Michael Oleske
> Priority: Major
> Attachments: Capture.PNG
>
>
> {code:java}
> 1>------ Build started: Project: foo, Configuration: Debug x64 ------
> 1>foo.obj : error LNK2001: unresolved external symbol "private: static
> unsigned __int64 apache::geode::client::DataOutput::m_highWaterMark"
> (?m_highWaterMark@DataOutput@client@geode@apache@@0_KA)
> 1>foo.obj : error LNK2001: unresolved external symbol "char const * const
> apache::geode::client::tStr_CacheableBoolean"
> (?tStr_CacheableBoolean@client@geode@apache@@3QBDB)
> 1>foo.obj : error LNK2001: unresolved external symbol "char const * const
> apache::geode::client::tStr_CacheableByte"
> (?tStr_CacheableByte@client@geode@apache@@3QBDB)
> 1>foo.obj : error LNK2001: unresolved external symbol "char const * const
> apache::geode::client::tStr_CacheableDouble"
> (?tStr_CacheableDouble@client@geode@apache@@3QBDB)
> 1>foo.obj : error LNK2001: unresolved external symbol "char const * const
> apache::geode::client::tStr_CacheableFloat"
> (?tStr_CacheableFloat@client@geode@apache@@3QBDB)
> 1>foo.obj : error LNK2001: unresolved external symbol "char const * const
> apache::geode::client::tStr_CacheableInt16"
> (?tStr_CacheableInt16@client@geode@apache@@3QBDB)
> 1>foo.obj : error LNK2001: unresolved external symbol "char const * const
> apache::geode::client::tStr_CacheableInt32"
> (?tStr_CacheableInt32@client@geode@apache@@3QBDB)
> 1>foo.obj : error LNK2001: unresolved external symbol "char const * const
> apache::geode::client::tStr_CacheableInt64"
> (?tStr_CacheableInt64@client@geode@apache@@3QBDB)
> 1>foo.obj : error LNK2001: unresolved external symbol "char const * const
> apache::geode::client::tStr_CacheableCharacter"
> (?tStr_CacheableCharacter@client@geode@apache@@3QBDB)
> 1>C:\foo\foo\x64\Debug\foo.exe : fatal error LNK1120: 9 unresolved externals
> 1>Done building project "foo.vcxproj" -- FAILED.
> ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
> =========={code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)