<div dir="ltr">Hi Gregorio<div><br></div><div><font face="arial, sans-serif">I think the correct way to put absolute paths in windows is using the linux-style delimiter, '/' (forward-slash) - at least it works for me ;-)</font></div>
<div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">So, in case of your example, the following should work.</font></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br>
</span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Machine.add("C:/Program Files (x86)/ChucK/libs/lib-</span><span style="font-family:arial,sans-serif;font-size:13px">master/BinaryFunction.ck");</span><br>
</div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div>Regards</div><div>Kiran</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 30, 2013 at 11:42 PM, Gregorio Gomez <span dir="ltr"><<a href="mailto:gogogo@unm.edu" target="_blank">gogogo@unm.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi, everybody:<br>
<br>
I'm new here. I'm really intrigued with ChucK and I'm looking forward to working with it.<br>
<br>
I am having one problem. I've taken a look at the list archives, and the forum, but the fixes I've seen there haven't worked for me. If there's something there that I overlooked, I apologize. Please feel free to point me in the right direction.<br>

<br>
Basically, I'm having some trouble including the LiCK library, but my questions are more about Machine's add() method.<br>
<br>
Here's an example of what's not working:<br>
Machine.add("c:\\Program Files (x86)\\ChucK\\libs\\lib-master\\BinaryFunction.ck");<br>
<br>
And the errors:<br>
[chuck]: unrecognized escape sequence: \P<br>
[chuck]: malformed filename with argument list...<br>
<br>
My questions:<br>
When Machine.add's argument is a relative path like this:<br>
   Machine.add("BinaryFunction.ck");<br>
or this:<br>
   Machine.add("libs/BinaryFunction.ck");<br>
<br>
what's the path relative to?<br>
<br>
What's the correct way to use absolute paths in Windows?<br>
<br>
What's the correct delimiter for paths in Windows?<br>
<br>
Is it possible to get Machine to list loaded shreds?<br>
<br>
<br>
I'm running:<br>
Windows 7<br>
miniAudicle 1.3.0<br>
ChucK 1.3.2.0<br>
<br>
Thanks!<br>
Greg<br>
<br>
<br>
<br>
_______________________________________________<br>
chuck-users mailing list<br>
<a href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a><br>
<a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
</blockquote></div><br></div>