02-09-2006 06:40 AM
02-09-2006 08:43 AM
02-09-2006 11:14 AM
02-09-2006 11:29 AM
02-09-2006 11:32 AM
02-09-2006 02:57 PM - edited 02-09-2006 02:57 PM
No, you can't copyright an interface to a library. This is the border line between other applications calling your library and your own library and documented in the according header files Decl-32.h and ni488.h distributed by NI. It has been tried to protect header files by copyright and nobody has succeeded to do so far. So that part is safe.
@Dennis Knutson wrote:The native LabVIEW GPIB functions use commands like ibwrt and ibrd and his home-brew DLL would have to have the same commands. It's duplicating those commands that I question. I don't know if they are covered by copyright. All of the function calls in NI's GPIB-32.DLL are documented in the NI-488.2 help file so, someone could do this, and I know vendors of other GPIB boards have done this and claimed compatibility, but I don't know if they've done this without paying some sort of license fee.
Message Edited by rolfk on 02-09-2006 09:59 PM
02-10-2006 02:41 AM