<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:14:38 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CDRIVER-2247] bson_iter_decimal128 could not be located in libbson-1.0.dll</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-2247</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;I was able to compile mongoc and cxx libraries. In my test program when I load the dll i get a procedure entry point bson_iter_decimal128 error.&lt;/p&gt;

&lt;p&gt;All libraries and my exe are 64 bit applications.&lt;/p&gt;</description>
                <environment>Windows  7 64bit</environment>
        <key id="417753">CDRIVER-2247</key>
            <summary>bson_iter_decimal128 could not be located in libbson-1.0.dll</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.mongodb.org/images/icons/priorities/critical.svg">Critical - P2</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13202">Works as Designed</resolution>
                                        <assignee username="bjori">Hannes Magnusson</assignee>
                                    <reporter username="nathansevugan">Nathan Sevuganchetty</reporter>
                        <labels>
                    </labels>
                <created>Fri, 18 Aug 2017 00:28:50 +0000</created>
                <updated>Fri, 27 Oct 2023 13:14:19 +0000</updated>
                            <resolved>Fri, 18 Aug 2017 21:57:08 +0000</resolved>
                                    <version>1.7.0</version>
                                                    <component>libbson</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1651990" author="bjori" created="Fri, 18 Aug 2017 21:57:08 +0000"  >&lt;p&gt;Thank you for letting us know.&lt;br/&gt;
I was scratching my head over this one, it didn&apos;t make sense &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/biggrin.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="1651978" author="nathansevugan" created="Fri, 18 Aug 2017 21:45:06 +0000"  >&lt;p&gt;Please close the JIRA. Both mongoc and mongocxx are working now. &lt;/p&gt;

&lt;p&gt;REASON&lt;br/&gt;
I had Embarcadero C++ builder installed and it had a version of all these DLLs in the path. I changed my batch file that starts the solution slightly to get around this problem.&lt;/p&gt;


&lt;p&gt;MongoCpp.bat&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;FROM&lt;br/&gt;
SET ADDITIONAL_PATH_DIRECTORIES=C:/p/tools/MongoDB/mongo-c-driver-1.7.0/build/bin/bin;C:/p/tools/MongoDB/mongo-cxx-driver-r3.1.2/src/mongocxx/Debug;C:/p/tools/MongoDB/mongo-cxx-driver-r3.1.2/src/bsoncxx/Debug&lt;br/&gt;
SET PATH=%PATH%;%ADDITIONAL_PATH_DIRECTORIES%&lt;br/&gt;
#TO&lt;br/&gt;
SET ADDITIONAL_PATH_DIRECTORIES=C:/p/tools/MongoDB/mongo-c-driver-1.7.0/build/bin/bin;C:/p/tools/MongoDB/mongo-cxx-driver-r3.1.2/src/mongocxx/Debug;C:/p/tools/MongoDB/mongo-cxx-driver-r3.1.2/src/bsoncxx/Debug&lt;br/&gt;
SET PATH=%ADDITIONAL_PATH_DIRECTORIES%;%PATH%&lt;/li&gt;
&lt;/ol&gt;



&lt;p&gt;This fixed the problem.&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Nathan&lt;/p&gt;
</comment>
                            <comment id="1651853" author="nathansevugan" created="Fri, 18 Aug 2017 20:21:05 +0000"  >&lt;p&gt;I use Visual Studio 2015 on Windows 7. &lt;br/&gt;
mongo-c-driver  - 1.7.0 &lt;br/&gt;
mongo-cxx-driver- r3.1.2&lt;/p&gt;


&lt;p&gt;//libbson&lt;br/&gt;
cd mongo-c-driver-1.7.0\src\libbson&lt;br/&gt;
cmake -G &quot;Visual Studio 14 2015 Win64&quot; &quot;-DCMAKE_INSTALL_PREFIX=C:\p\tools\MongoDB\mongo-c-driver-1.7.0\build\bin&quot; &quot;-DCMAKE_BUILD_TYPE=Release&quot;&lt;/p&gt;

&lt;p&gt;//mongo c driver&lt;br/&gt;
cmake -G &quot;Visual Studio 14 2015 Win64&quot; &quot;-DENABLE_SSL=WINDOWS&quot; &quot;-DENABLE_SASL=SSPI&quot;  &quot;-DCMAKE_INSTALL_PREFIX=C:\p\tools\MongoDB\mongo-c-driver-1.7.0\build\bin&quot;  &quot;-DCMAKE_PREFIX_PATH=C:\p\tools\MongoDB\mongo-c-driver-1.7.0\build\bin&quot;&lt;/p&gt;


&lt;p&gt;//mongocxx driver&lt;br/&gt;
cmake -G &quot;Visual Studio 14 Win64&quot; -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=C:\p\tools\MongoDB\mongo-c-driver-1.7.0\build\bin -DLIBMONGOC_DIR=C:\p\tools\MongoDB\mongo-c-driver-1.7.0\build\bin -DLIBBSON_DIR=C:\p\tools\MongoDB\mongo-c-driver-1.7.0\build\bin -DCMAKE_PREFIX_PATH=C:\p\tools\MongoDB\mongo-c-driver-1.7.0\build\bin -DBOOST_ROOT=C:\p\tools\boost_1_64_0&lt;/p&gt;


&lt;p&gt;Once I generate the project files I open the solution in Visual Studio and do a build.&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Nathan&lt;/p&gt;


</comment>
                            <comment id="1651333" author="bjori" created="Fri, 18 Aug 2017 13:39:39 +0000"  >&lt;p&gt;How did you install libbson? And what version is it?&lt;br/&gt;
How did you install mongocxx? And what version is it?&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="163513" name="MongoCPP.7z" size="4364387" author="nathansevugan" created="Fri, 18 Aug 2017 00:28:37 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|ht4zmn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>