Author Topic: import errors  (Read 3000 times)

sergey2b

  • Guest
import errors
« on: December 15, 2007, 08:42:26 pm »
I have project for build some dll.

Codeblocks build 27 of Nov import projects has error:
1) project import for vs6 vs2003 cannot correct import option /def:".\def32.def";
2) project import for vs2003 cannot correct import option Enable C++ exceprion handling [/GX];
3) project import for vs2003 cannot correct import list of libs what must project use (for vs6 project it is working);
4) Ipmort solutions for vs2003 doesnt work correct (most of options are empty)

Thank you for good IDE.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: import errors
« Reply #1 on: December 16, 2007, 06:38:39 am »
1) project import for vs6 vs2003 cannot correct import option /def:".\def32.def";

Fixed in revision 4736.

2) project import for vs2003 cannot correct import option Enable C++ exceprion handling [/GX];
3) project import for vs2003 cannot correct import list of libs what must project use (for vs6 project it is working);
4) Ipmort solutions for vs2003 doesnt work correct (most of options are empty)

Please provide a sample project file to fix these bugs quickly. :)
Be a part of the solution, not a part of the problem.