I was trying to build my app into a distributable bundle and was getting errors. So I tried simplifying into something that still gets the errors.<br><br>When I try to build an app that contains Framework, I get the following error: (Scheme->Create Executable: Distribution / MrEd)<br>
<br>"collection-path: collection not found: "main.ss" in any of: (#<path:C:\Documents and Settings\c.bowron\Application Data\PLT Scheme\4.1.2\collects> #<path:C:\Program Files\PLT\collects>)<br>
<br> === context ===<br>C:\Program Files\PLT\collects\compiler\embed-unit.ss:804:60<br>C:\Program Files\PLT\collects\compiler\embed-unit.ss:703:4: do-write-module-bundle"<br><br>on Windows XP, using Version 4.1.2<br>
<br>This is the program, and it works if I just run it:<br>------------------------------------<br>#lang scheme/gui<br><br>(require framework)<br><br>(let ((f (new frame:basic% (label "Hello World") (parent #f) (width 320) (height 200))))<br>
(send f show #t))<br><br>-- <br>Christopher W. Bowron <<a href="mailto:chris@bowron.us">chris@bowron.us</a>><br>[ Nothing is exciting if you know what the outcome will be ]<br> - Joseph Campbell<br>