Results 1 to 4 of 4

Thread: VC++ & minGW

  1. #1
    Join Date
    Jul 2010
    Posts
    71
    Thanked 8 Times in 8 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default VC++ & minGW

    Hello
    I've used the visual c++ "VC++"
    But now, after using Qt Creator and minGW
    I have a problem emerged >>> segmentation fault

    Can I use gcc VC++ in Qt Creator ???
    Instead of minGW

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: VC++ & minGW

    'gcc' is a compiler by GNU
    'vc++' is a compiler by Microsoft.
    'minGW' is a GNU environment. Applications like 'gcc' are typically built with it.

    You can't have a 'gcc VC++'.

    If you get a segmentation fault, then it's typically your code at fault, not the compiler.

  3. #3
    Join Date
    Jul 2010
    Posts
    71
    Thanked 8 Times in 8 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: VC++ & minGW

    Quote Originally Posted by fatjuicymole View Post
    'gcc' is a compiler by GNU
    'vc++' is a compiler by Microsoft.
    'minGW' is a GNU environment. Applications like 'gcc' are typically built with it.

    You can't have a 'gcc VC++'.

    If you get a segmentation fault, then it's typically your code at fault, not the compiler.

    But if you use the visual c++ ,Do not see this problem.

    I want gcc Such as the one used in visual c++

  4. #4
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: VC++ & minGW

    If you tell what error / segmentation fault you are getting, may be we can hint more..
    and the code part which is giving that error

Similar Threads

  1. QT Creator - Mingw 5.1.6
    By floyd.pepper in forum Qt Tools
    Replies: 1
    Last Post: 20th October 2009, 20:34
  2. Qt for mingw
    By calmspeaker in forum Qt Programming
    Replies: 1
    Last Post: 15th January 2009, 09:57
  3. qmake with mingw
    By john_god in forum Newbie
    Replies: 5
    Last Post: 13th September 2008, 14:01
  4. MinGW how to
    By nileshsince1980 in forum Qt Programming
    Replies: 3
    Last Post: 24th September 2007, 12:54
  5. Where do I get MinGW 3.2 ?
    By Shwetha in forum Newbie
    Replies: 19
    Last Post: 3rd April 2006, 23:36

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.