I just installed Cobra 0.9.1 on my Windows 8 64bits machine, but trying to launch the Notepad sample app gave me the following:
- Code: Select all
C:\Users\Christophe\Desktop\Cobra\Samples>cobra Notepad.cobra
Notepad.cobra(8,83): error: Cannot find "'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0'" as a file.
Compilation failed - 1 error, 0 warnings
Not running due to errors above.
Any idea ? Thanks.
Note that I've edited the sample occording to my path by changing this line:
- Code: Select all
@args -lib: 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0'