My problem is that i can't disable the console window in a windows application. When i specify the -L/EXET:NT -L/SU:windows flags in the build options it does not seem to get passed to the linker in code::blocks, and if i specify the linker flags like this: -EXET:NT -SU:windows it says it is an unrecognized switch. Anyone has a solution for this?