After copied  <gui.icn> and <guiconst.icn> to my directory with <main.icn>,
<help.icn> and <about.icn>, that are example codes from 'an IVIB Primer' and
add "$include gui.icn" into the <main.icn>, I ran

:\>unicon -G main.icn about.icn help.icn

translation and link are ok, <main.exe> was made.

But run <main.exe>, the error message appear:
----------------------------------
icode version mismatch in main
       icode version: I9.U.00FT/32
       expected version: I9.U.00/32
error in startup code
main: cannot run
Strike any key to close console...
----------------------------------

What is wrong?

Lu



----- Original Message ----- 
From: "Clint Jeffery" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, April 14, 2004 3:32 AM
Subject: Re: [Unicon-group] about Ivib


> Dear Lu Song,
>
> If you can't read spec for class _Dialog, one of several things may be
wrong:
>
> * the Unicon bin/ directory was not added to the path, or
> * the Unicon uni/lib directory is not located at ../uni/lib relative
>   to the bin/ directory, or
> * the uni/lib directory's uniclass.dir and uniclass.pag files are missing
or
>   corrupted for some reason, such as being built on a different OS, or
compiler
>
> If the directory structure is OK, the uniclass.dir/uniclass.pag can be
> reconstructed by removing them (if they are present) and recompiling the
> GUI classes (running "unicon -c gui" in the uni/lib directory).
>
> Clint
>



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to