1

我已经使用我的 C 源代码构建了一个 C 库,并且我已经准备好了 lib 文件。

现在我想通过 eclipse 插件将此 lib 文件导入到我的 eclipse 中。

我想开发一个包含这些lib文件的eclipse插件,这样我就可以在eclipse中使用我的旧源代码,就像包含android源代码的应用程序开发人员的android插件一样。

我不知道该怎么做。

4

1 回答 1

-1

Eclipse it's just an IDE, C and C++ support for development purposes are provided by other packages or plugins if you will, the most popular one is CDT.

You can install cdt by simply using the Help menu in your Eclipse.

But in my experience Eclipse is probably one of the worst IDE for development, the C and C++ situation is even worst.

于 2012-11-15T08:15:20.540 回答