Search found 6 matches

by prodome
Mon Dec 17, 2007 10:43 am
Forum: Open Discussion
Topic: Multi Processor
Replies: 2
Views: 1916

i see.

that means i need at least 2 threads in order to take advantage of two cpus?

or is there a different way of making the program aware of it?
by prodome
Mon Dec 17, 2007 10:33 am
Forum: Compiler / Linking / IDE Related
Topic: resource file
Replies: 2
Views: 1124

i have a similar problem using the MSW port (with borland and mingw). it says something like " rcdefs not found " for making setup.h . my solution was tweaking around in the makefile and disabling the inclution of rcfefs.h in the setup.h section. but it's VERY annoying, and i never found o...
by prodome
Thu Dec 13, 2007 11:49 am
Forum: Open Discussion
Topic: Multi Processor
Replies: 2
Views: 1916

Multi Processor

Hi,,

How can i get all processors work wih any arbitrary program?

is it only possible when using more than one thread?
is it possible with simple programs that have just one thread?

thank you in advance
by prodome
Thu Dec 13, 2007 11:06 am
Forum: Compiler / Linking / IDE Related
Topic: enabling tiff jpeg/zlib support
Replies: 1
Views: 801

correction

see above:

use:

Code: Select all

bakefile_gen -b wx.bkl
for rebuild
by prodome
Tue Dec 11, 2007 6:16 pm
Forum: Compiler / Linking / IDE Related
Topic: How to use precompiled headers with MinGW?
Replies: 23
Views: 59228

config xml

what is

config xml

mentioned above?

do i need it?
by prodome
Tue Dec 11, 2007 5:33 pm
Forum: Compiler / Linking / IDE Related
Topic: enabling tiff jpeg/zlib support
Replies: 1
Views: 801

enabling tiff jpeg/zlib support

jpeg and zlib-compression doesn't work by default. solution: add in tiff.bkl : <define>JPEG_SUPPORT</define> <define>ZIP_SUPPORT</define> and rebuild makefiles with bakefile-gen -b in jconfig.h : change #include "wx/setup.h" to #include "wx/msw/setup.h" (on MSW, of course) in jpe...