User forums > Using Code::Blocks

Using a makefile

<< < (2/3) > >>

Xorlium:
No, exactly the same problem I've been having for decades...

"variable 'vtable for wxFrame' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details."

Can I make a quick suggestion?
Maybe minSYS could be a requirement for codeblocks. It should use it instead of the default DOS prompt. It would make cross-platforming a loot easier, since minSYS handles /usr/lib, /usr/include (you know, what you'd do in a linux box).

Also, no more "mingw32-make", just good old "make" :)

Just a thought.

Xorlium:
Oh, also, now that I'm the business of suggesting things to people who know waaay more than me, some time ago I made a feature request about being able to change the colors of the text in the 'suggested functions' box (you know, when you say Something->" it opens up a list of functions).
The thing is, the text inside that box is black, and if you have your window set to black background (which you change in the control panel), you don't see anything.

I found the solution, just apply the "Control text colour fix for Windows" patch before compiling wxWidgets:
http://www.wxwidgets.org/patch.htm#patches260

So I'll keep waiting for beta 8... :)

rickg22:
Don't you LOVE those DLL libraries that have to be recompiled for your program to work properly?

Anyway thanks for the tip.

Anonymous:
I had  can't be auto-imported  and other poblem becuase it was mixing the old header and libbarry files with new ones of wxwidgets.  If you have wxwidgets dev-cpp packages i would suggest you remove them.  And follow the new instruction on "installation form" of the 2.6.0 widgest  Then you can use the template files and create your app in code::blocks.   If you still want to use dev-cpp all you sould need to do it set thing to the wright path  so it find all header, libarry, etc.  copy over the compiler and linker opption and you sould be set.

Xorlium:
I don't use Devcpp, I use Code::Blocks!!! :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version