Re: LCC Compilation with the Eu2C translator

new topic     » goto parent     » topic index » view thread      » older message » newer message

Euman writes:
> global constant --  a registered constant value in Win32lib
>  user_val = 99 -- obligitory
>
> procedure proc( object pObject )
>   if atom(pObject) then
>      -- do something
>   else
>      -- We always wind-up here even if (pObject) is an atom, why?
>    end if
> end procedure
>
> proc(user_val)

It works fine for me with Lcc.

> I havent found any of my API programs that are 
> unable to compile/run when using LCC so, 
> Win32lib has to be where the problem lies.

The "-O" option with Lcc sometimes causes a problem.
If it's a link-time error, you can usually solve the problem
by removing "-O" from just the file or files that give an error.
If it's a run-time error you should try removing "-O" completely
from emake.bat, then run emake again. 
I still think Borland is a better choice.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu