Is it possible to add F# projects as references to C++/CLI projects?

  • Thread starter Thread starter Windfisch
  • Start date Start date
W

Windfisch

Guest
I rewrote some of my code in F# to make it shorter and cleaner. I now want to add this as a reference to a C++/CLI project (which has to be C++/CLI because it has to use a third-party library I only have in native form).

However, when I add the F# project as a reference, I get told that the "project is incompatible".

Are F# projects not supported as dependencies for C++/CLI or is my installation bugged?

Continue reading...
 
Back
Top