Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Static Linking (I Think)
Static Linking (I Think) [message #259355] Thu, 26 June 2008 20:47 Go to next message
Eclipse UserFriend
Originally posted by: lacelle.vt.edu

I have a Qt GUI project which I'm building in Eclipse, and there are some
dll files which I want to wrap up in the stand-alone EXE (I believe this
is called static linking). Specifically, the MinGW and Qt .dll's which
allow the program to run. How do I enable project-specific static linking
in Eclipse for C++?
Re: Static Linking (I Think) [message #259388 is a reply to message #259355] Fri, 27 June 2008 11:48 Go to previous message
Anton Leherbauer is currently offline Anton LeherbauerFriend
Messages: 490
Registered: July 2009
Senior Member
zlacelle wrote:
> I have a Qt GUI project which I'm building in Eclipse, and there are
> some dll files which I want to wrap up in the stand-alone EXE (I believe
> this is called static linking). Specifically, the MinGW and Qt .dll's
> which allow the program to run. How do I enable project-specific static
> linking in Eclipse for C++?
>

AFAIK, you cannot link statically to a DLL.
You would need the corresponding .lib file.

I suggest to post this also on eclipse.tools.cdt.

--
Anton Leherbauer
Wind River CDT Team, Austria
Previous Topic:Debugging a Tomcat/JBoss that runs on an interface different from localhost
Next Topic:MyLyn hides APIs when jar not present?
Goto Forum:
  


Current Time: Fri Nov 08 23:01:24 GMT 2024

Powered by FUDForum. Page generated in 0.07457 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top