Results 1 to 4 of 4

Thread: Is it possible to establish a link between .exe(GCC) and .dll(VC)?

  1. #1
    Join Date
    Apr 2010
    Location
    Singapore
    Posts
    156
    Thanks
    47
    Qt products
    Qt4
    Platforms
    Windows

    Question Is it possible to establish a link between .exe(GCC) and .dll(VC)?

    Is it possible to establish a link between a project with .exe(built using GCC) and another .dll ( built using VC)?
    The desired compile and build environment to link the two is GCC.

  2. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: Is it possible to establish a link between .exe(GCC) and .dll(VC)?

    It really depends on what is in the dll.

    In general, yes, that's absolutely possible, otherwise you wouldn't be able to build any windows program with gcc.
    Specifically, watch out for binary compatabilities. To use qt styles or plugins, I think they need to be compiled with the same compiler as your main program.

  3. #3
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Is it possible to establish a link between .exe(GCC) and .dll(VC)?

    Please do not double post questions. It only serves to fragment the answers. More in the other thread.
    http://www.qtcentre.org/threads/3061...uilt-using-VC)

  4. #4
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Is it possible to establish a link between .exe(GCC) and .dll(VC)?

    Please do not start two (or more) threads on the same topic, and you already get an answer...

Similar Threads

  1. Telnet connection does not establish...
    By gentlesea in forum Qt Programming
    Replies: 3
    Last Post: 11th July 2011, 09:54
  2. How to link .exe to dll ?
    By babygal in forum Newbie
    Replies: 19
    Last Post: 19th May 2010, 09:30
  3. Replies: 3
    Last Post: 29th November 2009, 07:24
  4. Link as a dll
    By bmahf in forum Newbie
    Replies: 8
    Last Post: 15th October 2009, 19:21
  5. QSQLITE | unable to establish connection
    By suresh in forum Newbie
    Replies: 4
    Last Post: 1st July 2008, 11:17

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.