Suppose I want to incorporate the newlisp DLL in a commercial application.
Does that mean that I have to make the source for my (VB) app available? (I'm no lawyer , but the GPL licence kinda suggests that I do).
Search found 2 matches
- Wed Aug 11, 2004 11:41 am
- Forum: newLISP in the real world
- Topic: Licensing issues
- Replies: 1
- Views: 2741
- Tue Aug 10, 2004 6:13 pm
- Forum: newLISP and the O.S.
- Topic: VB6 and NewLisp?
- Replies: 2
- Views: 4390
VB6 and NewLisp?
Seeings as VB6 is such a rubbish language, I had the notion of embedding another language inside it. I considered Guile, but it appears to not really like win32. Then I noticed NewLisp, and its dll. So, I was wondering if it was possible to link VB6 with the DLL, and run scripts. Is it possible? Is ...