PDA

View Full Version : VC++ & minGW



NewLegend
29th August 2010, 18:49
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

squidge
29th August 2010, 20:04
'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.

NewLegend
30th August 2010, 04:31
'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++

aamer4yu
30th August 2010, 05:43
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