Hello, I have a question: If I compile my Fortran DLL .NET Program:
PROGRAM Main
OBJECT('System.String[]') STR1
STR1=NEW@('System.String[]',10)
END
i get the following Message: 'Unable to find a version of the runtime to run this Application' :?: I use VS2010 Can anyone help me?
Greetings from Germany! Michael