This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 242063 - MySQL Connector hard to inlude
Summary: MySQL Connector hard to inlude
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-18 17:11 UTC by mirzahad
Modified: 2014-02-20 15:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mirzahad 2014-02-18 17:11:22 UTC
It is difficult to add MySQL Connector (bot c and c++ versions) to project, for Windows/mingw target. Very annoying, especcially since both products are from same company - Oracle. In "Libraries" project settings, there is "Add Standard Library" button, with couple of libs like Mathematics, Data Compression, Posix Threads. Is it possible to add also "MySQL Connector" there?
Comment 1 Alexander Simon 2014-02-19 11:31:50 UTC
related article:
http://dev.mysql.com/doc/connector-cpp/en/connector-cpp-apps-linux-netbeans.html
Comment 2 mirzahad 2014-02-20 14:17:55 UTC
Linked article is about Linux libs.  So, you think perhaps, for Windows/Mingw target it is only needed to use Linux MySQL Connector libraries, and it will work? I actually never thought of that possibility...
Comment 3 Alexander Simon 2014-02-20 15:25:58 UTC
(In reply to mirzahad from comment #2)
> Linked article is about Linux libs.  So, you think perhaps, for
> Windows/Mingw target it is only needed to use Linux MySQL Connector
> libraries, and it will work? I actually never thought of that possibility...
I attached link because solution should be platform independent.
The link contains a steps how to reproduce the problem and allows to evaluate the problem.