Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

can managed C++ net code be called?

dave_frank
Beginner
495 Views
Shows thats C# users cando FLOATING decimal.
Canthe current installed C++ net be used to generate decimal
functions a-laz = dadd(x,y) dsub(x,y) etc
via its access to system.decimal, then is there a way
for IVF to access these managed code entities?
If not, does C++ UNMANAGED allow access to system.decimal
to provide these same functions in a form thats more
palatable to IVF ?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
495 Views
The Module Wizard has a .NET option which is intended for this purpose - an enhancement of the COM version from CVF. I have not tried it myself.
0 Kudos
Reply