ncannasse / screenweaver-hx

Automatically exported from code.google.com/p/screenweaver-hx
Other
4 stars 0 forks source link

Sampler code problem #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. haxelib run swhx

What is the expected output? What do you see instead?

Expect sampler to launch. Instead get error in shell:

C:\Users\joe>haxelib run swhx
Run.hx:11: buidling Sampler application - please hold.
Sample.hx:85: characters 5-8 : Local variable cmd used without being 
initialized

Run.hx:27: running Sampler application.
Run.hx:29: done

What version of the product are you using? On what operating system?
swhx 1.2.0
Win 32 Vista, haxe 2.02 + necko 1.8.0 + flex 3 sdk

Please provide any additional information below.

Please update var cmd; (line 67) -> var cmd=""; 
Revised Sample.hx file attached

Original issue reported on code.google.com by murraybi...@gmail.com on 25 Feb 2009 at 7:54

Attachments: