Menu

C++Builder XE6 Project File

Help
2016-04-23
2016-04-25
  • Rea Berryman

    Rea Berryman - 2016-04-23

    I tried to compile the static library with XE6 using the C++Builder 2010 project file. No luck. Got the following error: "[bcc32 Error] _stddef.h(45): E2146 Need an identifier to declare"

    Are there any project files that would let me build xlslib using C++Builder XE6?

    Thanks.

     
  • David Hoerl

    David Hoerl - 2016-04-25

    I'm a Mac guy and the WIndows experts are not so active here anymore. I googled "E2146 Need an identifier to declare" and got a bunch of hits - one being that an Enum is not properly defined. But the error appears to be in a system header, not in an xlslib header (the project has no stddef.h). So, unfortunately, there isn't a lot I can do to help you.

     

Log in to post a comment.