User forums > Nightly builds
The 05 november 2006 build is out.
Walter Z:
Hi,
I'm trying to build a multithreaded app (Win 32), but in the Project build options dialog, I can't find the right place to set the multithread option. Neither in the "Compiler Flags" page (screenshot http://www.walterzorn.com/temp/cbflags.png), nor anywhere else.
Am I missing something obvious, could this be some issue with my installation, or is this a new issue (I'm using CB nighly builds for quite a while (happily!), but have never looked for the multithread option before).
Thanks!
Walter
joasto:
Got an error message saying an entry point in wxmsw26u_gcc_cb.dll is missing.
I'm attaching the popup for reference.
[attachment deleted by admin]
krgh:
Mr joasto
can u kindly verify whether u have the recquired unicode windows wxWidget dll files in the codeblocks folder specifically wxmsw26u_gcc_cb.dll
regards
gururaja
joasto:
Yes, it's there.
C:\CodeBlocks\CB_20061105_rev3183_win32\wxmsw26u_gcc_cb.dll
TDragon:
--- Quote from: Walter Z on November 07, 2006, 10:00:52 am ---I can't find the right place to set the multithread option.
--- End quote ---
Simple applications that make use of multithreading shouldn't need any additional compiler flags. If you need thread-safe exceptions, however, the GCC manual advises the use of the "-mthreads" option, during both the compiling and linking phases. (I note that C::B itself only uses -mthreads during the compiling phase.) You would set this in the "Other Options" areas of the Compiler and Linker tabs of your project's build options.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version