I may have this completely wrong, but I understand that the -standalone option of the compiler tells the compiler to enable the F # kernel and other dependencies in exe so that you can run it on another machine without installing any โruntimeโ.
However, I canโt get this to work in CTP - it doesnโt even change the size of the output file (the documents I read say about 1M extra).
"Google can know, but if so, it doesnโt say, or I'm not looking in the right place
UPDATE:
It seems to work with the latest CTP update 1.9.6.2
UPDATE2:
Since then, I have experienced another error:
FSC(0,0): error FS0191: could not resolve assembly Microsoft.Build.Utilities.
If you are trying to compile --standalone, you must explicitly include them as references in your project.
functional-programming f #
Benjol
source share