Archive

Posts Tagged ‘Qt Creator’

MinGW and Qt Creator: Interrupt/Exception caught code = 0xc00000fd

March 7th, 2010 No comments

On Windows Vista 64-bit or Windows 7 64-bit, GCC make (MinGW) can be failed with the error:

mingw32-make.exe: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x421963)

Read more…

Tags: ,

Custom Qt Creator color scheme location

January 27th, 2010 No comments

Custom Qt Creator color scheme location is:

Windows XP

 C:\Documents and Settings\<user_name>\Application Data\Nokia\qtcreator\styles

Windows 7

C:\Users\<user_name>\AppData\Roaming\Nokia\qtcreator\styles
Tags:

Qt Creator reference card

January 21st, 2010 No comments

The QT Creator reference card is a handy reference designed to assist your use of Qt Creator. It is available in Windows/Linux as well as Mac versions and for ease of printing comes in A4 and US letter formats.

Tags: , ,

QtCreator and language IDE

September 21st, 2009 No comments

QtCreator uses default user settings to determine IDE language. To change language IDE preferences you need to set  LANG variable to en_US value, for example.

It can be achieved by:

  • set this variable into Environment Variables section (Start menu -> “Control Panel” -> “System Properties” -> “Advanced”)
  • add “set LANG=en_US” command into qtenv.bat file (Qt\2009.05\bin directory) and run QtCreator from command prompt:
    Qt\2009.05\bin > qtenv.bat
    Qt\2009.05\bin > QtCreator.exe
Tags: ,