Skip to main content

Questions tagged [third-party-libraries]

1 vote
3 answers
3k views

C++ and the suitable libraries to develop Autocad/Autodesk/CAD applications? [closed]

I saw a job opening where the requirement was for a developer to develop CAD tools using C++ and OpenGl libraries. I am a civil engineer and want to be part of such a projects so I thought to learn ...
mukesh's user avatar
  • 149
12 votes
6 answers
2k views

As a beginning programmer, should I favor building my own libraries over using 3rd-party libraries?

As a beginning Python programmer, is it a good idea to build and understand my own libraries before jumping to advanced 3rd-party libraries that contains the functionality I need? Some projects (e.g. ...
MikeRand's user avatar
  • 1,133
5 votes
8 answers
596 views

Should I be coding this myself?

As I've always liked doing things myself, I chose to code in C++ rather than Visual Basic at university because I could see what was going on and how it worked. However, sometimes I feel like I'm ...
Skeith's user avatar
  • 1,101
4 votes
2 answers
175 views

Twitter's new approach of third party application? How would you see this move as developer.... especially you plan to build a twitter client

Just today morning I have read news that twitter has issued a warning to developers not to make any new third party client, the official announcement can be read here. As a programmer, how do you see ...
Prasham's user avatar
  • 1,059
3 votes
3 answers
195 views

For an open source project, is it legal and acceptable to link to commercial libraries?

For an open source project, is it legal and acceptable to link to commercial libraries? For example, an open source application I'm involved in would benefit from using commercial 3rd party user ...
Ed James's user avatar
  • 1,341
4 votes
1 answer
514 views

What are some good resources for debugging/disassembling proprietary software? [closed]

From time to time, I experience different bugs with proprietary software that I need to interact with. In order to get through these bugs, I need to develop various workarounds. Is there a good book ...
Kentzo's user avatar
  • 163
8 votes
6 answers
755 views

How to proceed when a bug in open source libraries is suspected?

We are using some open source libraries in our projects. Sometimes there are some issues found in some of them (most likely library bugs, but it may also be a wrong usage from our side, especially ...
Suma's user avatar
  • 410
5 votes
7 answers
2k views

Is using a lot of free third party libraries a good thing? [closed]

For your proprietary projects at work? Problems I can imagine are: more dlls (can be a problem when for example you have to include a big DLL but you only need few functions in that library), a lot ...
Louis Rhys's user avatar
  • 6,142
36 votes
12 answers
13k views

How to keep your third party libraries up to date?

Let's say that I have a project that depends on 10 libraries, and within my project's trunk I'm free to use any versions of those libraries. So I start with the most recent versions. Then, each of ...
Joonas Pulakka's user avatar
14 votes
1 answer
1k views

License requirements for including open source software

In an open source project, a number of other open source libraries have been included to implement needed functionality, some as libraries (LGPL), and some as source code (non-LGPL). The new BSD ...
jholl's user avatar
  • 293

15 30 50 per page
1
4 5 6 7
8