Pippijn van Steenhoven wrote:
> Hi Unicon Group,
> 
> I just compiled travels.icn from ipl/gprogs and running the resulting program
> yields the following error:
> 
> [EMAIL PROTECTED] gprogs $ ./travels 
> 
> Run-time error 106
> procedure or integer expected
> offending value: &null
>

This is probably the result of a file name conflict between the IPL and
other unicon packages.  In particular, I suspect that you've compiled
and linked in uni/gui/button.icn instead of ipl/gprocs/button.icn.
You might check IPATH and LPATH to make sure ipl/lib is searched
before uni/gui?  Let me know if that fixes the problem or not


-- 
--
Steve Wampler     [EMAIL PROTECTED]
The gods that smiled upon your birth are laughing now. -- fortune cookie

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to