Wiki

Ticket #154 (closed defect: fixed)

Opened 15 years ago

Last modified 15 years ago

Cannot use -ref: with quotes in the "args" compiler directive

Reported by: Chuck Owned by:
Priority: medium Milestone: Cobra 0.9
Component: Cobra Compiler Version: 0.8.0
Keywords: compiler directive Cc:

Description

Running "cobra wpf.cobra" fails:

%% args -ref:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\PresentationFramework.dll"

use System.Windows

class MyApp

	def main is shared
		has STAThread
		MessageBox.show('What up?')

But deleting the "args" line and passing it on the command line succeeds:

cobra -ref:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\PresentationFramework.dll" wpf.cobra

Change History

Changed 15 years ago by Chuck

  • status changed from new to closed
  • resolution set to fixed

Fixed in changeset:1989

Note: See TracTickets for help on using tickets.