User forums > General (but related to Code::Blocks)
Few Questions regarding wxWidgets project wizard of Code::Blocks?
Biplab:
--- Quote from: rjmyst3 on December 21, 2006, 09:51:55 pm ---
--- Quote ---I am novice regarding Linux. So I didn't know the purpose. I think there should be a better way to handle the Linux related problem.
--- End quote ---
I don't think that your second question is specific to Linux.
--- End quote ---
I meant to say that if we need wxLogDebug() function, we can keep some option in the wizard to enable building the debug version as Console Application. That might be a better way of handling this Linux specific purpose (though printf() exists in Windows too, :D).
I am also in favour of removing that option.
tiwag:
--- Quote from: rjmyst3 on December 21, 2006, 09:51:55 pm ---I do think the option regarding the use of the debug libraries is confusing. I think the option should be removed, debug builds should link against debug libraries, release builds should link against release libraries.
--- End quote ---
that is not intended - if you just want to debug your application and don't want to debug the wxWidgets library,
there is no need to build your debug-build using the wx-debug-library.
the option should stay as it is
Biplab:
--- Quote from: tiwag on December 22, 2006, 03:10:46 pm ---the option should stay as it is
--- End quote ---
Well tiwag you don't like the idea. I agree with your point to keep that. But this works well with GCC, but with Borland there's some problem.
For a new wx user, the option is very confusing as I've stated in previous posts. Already wx is confusing enough for users. Different build config, lot of errors for one missing library, and so on.
I have a suggestion. What if we change the option to "Compile Debug target in Console mode" (or some better sentence) and let the wizard take care of it? By default the wizard will create GUI app but if you check the option it will create Console mode app. I think this will make all of us happy. :D
--- Quote from: tiwag on December 22, 2006, 03:10:46 pm ---that is not intended - if you just want to debug your application and don't want to debug the wxWidgets library,
there is no need to build your debug-build using the wx-debug-library.
--- End quote ---
But I use MSVC and use wx release dll version for my app. It creates one pdb file and allows me to do (basic) debugging.
Navigation
[0] Message Index
[*] Previous page
Go to full version