The 3rd-party-library tag has no wiki summary.
2
votes
2answers
122 views
Questions to ask a 3rd party API provider [closed]
I'm due to meet with a developer/sales person from a new 3rd party resource we're about to start using. The main topic I'll be interested in, is their API as I will be the developer making use of it ...
2
votes
1answer
669 views
Build a native dll or .net dll to be used independently in either set-up
Here's a simple question (kind of), but I'm having a hard time taking a decision. First, a history on how I came to have this problem. In my new job, we need to use a third party API to communicate ...
6
votes
3answers
186 views
How to be sure that a library or utility author does not change the license at a certain time and sue you?
I am making an application that maybe needs to link a 3rd party library and needs to distribute an utility in its package. The library and the utility have a very permissive free license that ...
4
votes
8answers
427 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 ...