This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

porting from VC6 to C51

Hi guys, have you ever tried to do that? Can give me some experience? I got some stupid error msgs which I can not find out why?

Parents
  • Wild guess: some set of recusive #defines that overflow limits of the Keil preprocessor?

    Are those all the errors that you get?

    Do you have all the necessary typedefs for the headers already ported?

    Can you generate the output from the preprocessor and post the results of that?

    Posting the relevant lines of source might help.

Reply
  • Wild guess: some set of recusive #defines that overflow limits of the Keil preprocessor?

    Are those all the errors that you get?

    Do you have all the necessary typedefs for the headers already ported?

    Can you generate the output from the preprocessor and post the results of that?

    Posting the relevant lines of source might help.

Children