User forums > Using Code::Blocks

Get wxWidgets 3.0 to work on C::B, Win7

<< < (4/7) > >>

stahta01:

--- Quote from: thor36 on February 01, 2014, 04:13:55 am ---If I go to Settings -> Compiler , the selected Compiler there is GNU GCC Compiler , as is the case at configuring the project.

I have downloaded wxPack 3.0, which had an easy setup procedure. And as far as my understanding goes, it installed already built wxW library, so I don't think I came across any Compiler selection in that process, nor was any mentioned.



--- End quote ---

As I stated earlier, for a C++ Library to work you must have a Compiler that is close enough to work with it.

We can continue; but, you will need to fix this before you can link any code.

Tim S.

stahta01:

--- Quote ---In my case the DLL are in this folder "C:\wxMSW-3.0\wxWidgets-3.0.0\lib\gcc_dll"
Yours are likely under "lib\gcc_dll" if in another location it might have a issue or it might not.

The DLLs in my folder are: Yours might have a very different name; the name will tell what options are correct.



--- Code: ---wxmsw30u_gcc_cb.dll
wxmsw30u_gl_gcc_cb.dll

--- End code ---


Also, look for an "lib\gcc_lib" folder it might work also.

--- End quote ---

Tim S.

stahta01:

--- Quote from: thor36 on February 01, 2014, 04:13:55 am ---If I go to Settings -> Compiler , the selected Compiler there is GNU GCC Compiler , as is the case at configuring the project.

I have downloaded wxPack 3.0, which had an easy setup procedure. And as far as my understanding goes, it installed already built wxW library, so I don't think I came across any Compiler selection in that process, nor was any mentioned.

------

in "wxWidgets3.0" , I have folders "lib" and "lib64". Each of those contain same 6 folders, named : gcc48_dll, gcc48_lib, vcc100_dll, vcc100_lib, vcc120_dll, vcc120_lib

The 3 folders with endings "_dll" contain dll files, among others

--- End quote ---

Do you have a 32 or 64 bit version of Windows OS?

If 64 Bit, List the DLLs under lib64/gcc48_dll.
If NOT 64 Bit OS, List the DLLs under lib/gcc48_dll.

Do you see any files with "wxbase" as part of the DLL name?

Tim S.

thor36:
I have 64 bit version of Win. I edited reply on the previous page, before noticing a new one opened in the forum.

http://shrani.si/f/3s/dP/4tJHU5Wh/dll.jpg

stahta01:

--- Quote from: thor36 on February 01, 2014, 04:37:59 am ---I have 64 bit version of Win. I edited reply on the previous page, before noticing a new one opened in the forum.

http://shrani.si/f/3s/dP/4tJHU5Wh/dll.jpg

--- End quote ---

That looks like a MultiLib wx build.
This means you have to select MultiLib (Monothic Lib is the wrong choice in the Wizard.)

Do you wish to build for 32 bit OS or just for yourself and other 64 bit users using 64 bit Libraries?


Tim S.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version