FTDI Community

General Category => Discussion - Software => Topic started by: techtoys on November 26, 2018, 03:56:42 PM

Title: Eve Screen Designer 4.5 - project export for cplusplus compiler possible?
Post by: techtoys on November 26, 2018, 03:56:42 PM
Hi

I am trying to export a project from ESD 4.5. Browsing all .h files but find no c++ option is available. This is just a simple directive

#ifdef __cplusplus
extern "C" {
#endif

....
#ifdef __cplusplus
}
#endif

to enable an exported project to be compiled in C++ compiler. Is there any option to add this in ESD 4.x?

John
Title: Re: Eve Screen Designer 4.5 - project export for cplusplus compiler possible?
Post by: FTDI Community on November 27, 2018, 09:55:34 AM
Hello,

The code generated by ESD 4.5 is intended specifically for us with the FT9XX series of MCUs, as such there isn't any options to export a project to C++ code.

Best Regards,
FTDI Community