The FTN95 Help system includes a 'Threads Sample' code snippet. When I paste this sample code into Plato and try to compile, I get compiler errors such as 'ASSEMBLY_EXTERNAL is only allowed in CLR mode (with /CLR switch specified)'.
I can't find any instructions on CLR mode. Looking at the ASSEMBLY_EXTERNAL Help topic I see that since it is a .NET method, I have to add a LIBRARY directive, but don't know what library to point to.
What specifically do I need to do to get the Threads Sample code to compile and run?
Thanks! Clay