Try in having the lc script and the livecode lib stack in the same directory

and use this code to know if all get as expected :

your "test.lc" script

        start using stack "your_lib.livecode"
        get start_rias_lib() -- this function lies inside stack 
"rias_lib.livecode"
        get rias_lib_main_ctl() -- this function lies inside stack 
"rias_lib.livecode" too

your "your_lib.livecode" stack's lib stacks script

        function  start_rias_lib
                return the internet date & "<br><br>"
        end start_rias_lib

        function  rias_lib_main_ctl
                return "OK"
        end rias_lib_main_ctl

Run the test from your browser in using an http path to the "test.lc"

It's the way all my on-rev/LC powered application"s servers are working. Let us 
know how it goes and to the end it will works fine ;)

Le 19 août 2012 à 18:32, Dr. Hawkins a écrit :

> On Sun, Aug 19, 2012 at 12:20 AM, Pierre Sahores 
> <s...@sahores-conseil.com>wrote:
> 
>> Did you try without the send form :
>> 
>>> start using stack "quiet.livecode"
>>> put "now using <p>"
>>> preOpenStack
>> 
> 
> i currently have
> put "trying the stack <p>"
> start using stack "/home/dochawkb/public_html/quiet.27.livecode"
> put "now using <p>"
> 
> I get
> 
> trying the stack
> 
> file "/home/dochawkb/public_html/test4.lc"
>  row 15, col 7: Chunk: can't find stack
>  row 15, col 1: start: can't find object
> 
> 
> I've tried with both the full path name and just "quiet.27.livecode" (which
> is a stack saved in 2.7 format)
> 
> This message looks to me like it isn't *finding* the file with the stack in
> it.
> -- 
> The Hawkins Law Firm
> Richard E. Hawkins, Esq.
> (702) 508-8462
> hawkinslawf...@gmail.com
> 3025 S. Maryland Parkway
> Suite A
> Las Vegas, NV  89109
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

--
Pierre Sahores
mobile : 06 03 95 77 70
www.sahores-conseil.com


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to