change shared lib to exe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mamul
    New Member
    • Oct 2008
    • 23

    change shared lib to exe

    hi,
    Could u please some one tell me how to convert c++ shared liobrary project in Eclipse to exe.
    i am gacing problem like launch failed no binaries,

    please reply me with the option how to change it.

    Thanks in Advanced.
  • arnaudk
    Contributor
    • Sep 2007
    • 425

    #2
    Is this related to your previous problem? Did you fix that?

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by mamul
      hi,
      Could u please some one tell me how to convert c++ shared liobrary project in Eclipse to exe.
      i am gacing problem like launch failed no binaries,

      please reply me with the option how to change it.
      If Eclipse says "no binaries" there most certainly aren't any binaries. I assume
      that you want to use the CDT; the CDT doesn't come with its own compiler,
      unlike the JDT. You have to configure one before you can use the CDT; which
      you obviously didn't do.

      Read the Eclipse help documentation (something you haven't done either)
      before you want to make an executable image out of a dynamic link library.

      kind regards,

      Jos

      Comment

      Working...