Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. IT & Infrastructure
  4. GPL and LGPL in commercial software?

GPL and LGPL in commercial software?

Scheduled Pinned Locked Moved IT & Infrastructure
questiontutorialannouncement
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    Fred Ackers
    wrote on last edited by
    #1

    Will someone please explain to me in lamen terms, what the rules are for using GPL or LGPL licesensed code in a commercial application? For example, if I want to link to a library with the code in it? How about if I want to derive classes from the code? Do I have to release the source code for the entire application from using the GPL or LGPL licensed code? Nothing is impossible, It's merely a question of figuring out HOW?

    M 1 Reply Last reply
    0
    • F Fred Ackers

      Will someone please explain to me in lamen terms, what the rules are for using GPL or LGPL licesensed code in a commercial application? For example, if I want to link to a library with the code in it? How about if I want to derive classes from the code? Do I have to release the source code for the entire application from using the GPL or LGPL licensed code? Nothing is impossible, It's merely a question of figuring out HOW?

      M Offline
      M Offline
      markkuk
      wrote on last edited by
      #2

      With LGPL, you can link dynamically with the code (the LGPL licenced part must be a DLL), and you can use the headers, including deriving classes, from your commercial code without having to release your code under a Free Software licence. GPL code can't be linked with (statically or dynamically) or included to a non-free program. However, you could isolate the GPL part as an independent process, and use its functions from the commercial application through COM or some other communication mechanism.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups