1. get_pixel

When running version 4 and including font.e.

I keep getting an error:

<0074>:: Errors resolving the following references: E:\EU\MYINCLUDE\font.e <364>: get_pixel

Is there a workaround for this?

Don Cole

new topic     » topic index » view message » categorize

2. Re: get_pixel

dcole said...

When running version 4 and including font.e.

I keep getting an error:

<0074>:: Errors resolving the following references: E:\EU\MYINCLUDE\font.e <364>: get_pixel

Is there a workaround for this?

OpenEuphoria does not support MS-DOS specific routines, such as its graphics functions like get_pixel. In Euphoria v3, get_pixel is a built-in routine. You are getting this message because Euphoria v4 cannot find any routine called get_pixel.

So you can do a couple of work arounds ...

  • Stick to using Euphoria v3's DOS edition (ex.exe)
  • Do not include font.e
new topic     » goto parent     » topic index » view message » categorize

3. Re: get_pixel

Thanks Derek,

I just commented out the offending references in font.e (there were only 4),

and that solved that.

Don Cole

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu