Author Topic: Project Creation not working  (Read 3657 times)

arunchaganty

  • Guest
Project Creation not working
« on: January 09, 2007, 03:39:40 pm »
Hello, I'm a newbie, but I have used CB before, without any problems.
I compiled the SVN 3466 using the wxWidgets 2.8.0. library. I think this might be a source of errors, but I saw several posts relating to people using wx2.8.
At compile time, wxSmith gives some errors, related to deprecated code. However, i compiled with the option:
,/configure --with-wxSmith=no
and got away without any errors.
The program opens, and looks normal. However, when I try to create a new project, the wizard doesn't show any text, giving me a blank window, with the side panel showing a picture of the project type. This happens for any project, even empty project.

Is using the wx2.6 the only solution, or is there something else I can do about it?

Thanks in advance

Arun

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: Project Creation not working
« Reply #1 on: January 09, 2007, 04:29:22 pm »
I think this might be a source of errors, ...
Bingo. Use 2.6.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

arunchaganty

  • Guest
Re: Project Creation not working
« Reply #2 on: January 09, 2007, 07:29:37 pm »
Thanks. I just wanted to see if there was a way around this.