Re: Pointer to function gives illegal operation (MSC6)
From: Rob Mitchell (dwntrdr_at_bigfoot.com)
Date: 03/16/04
- Next message: CBFalconer: "Re: howto translate c2asm and asm2c"
- Previous message: Dan Pop: "Re: enums with only 1 byte storage"
- In reply to: Mike Wahler: "Re: Pointer to function gives illegal operation (MSC6)"
- Next in thread: Mike Wahler: "Re: Pointer to function gives illegal operation (MSC6)"
- Reply: Mike Wahler: "Re: Pointer to function gives illegal operation (MSC6)"
- Reply: Christopher Benson-Manica: "Re: Pointer to function gives illegal operation (MSC6)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 16 Mar 2004 10:15:10 -0800
Mike;
That would be a good idea except that: there's apparently pointer
conversion going on, if I reduce the code size, most likely it will
never duplicate. It appears that in the second code segment, it
thinks the pointer to function is "far" when it is actually "near". I
was hoping mostly that someone had come across the same problem and
thus recognized it right away and give pointers on how to resolve it.
Thanks...
Rob.
"Mike Wahler" <mkwahler@mkwahler.net> wrote in message news:<F9s5c.23179$%06.8008@newsread2.news.pas.earthlink.net>...
> "Rob Mitchell" <dwntrdr@bigfoot.com> wrote in message
> news:e7319688.0403151538.697cfede@posting.google.com...
> > Hi all;
> >
> > I've come across a particularly stumping problem... hoping someone else
> has
> > encountered it and knows a fix / workaround...
>
> Post compilable code, and maybe we can help.
> (Try to strip it down to only what is needed to
> reproduce the problem).
>
> -Mike
- Next message: CBFalconer: "Re: howto translate c2asm and asm2c"
- Previous message: Dan Pop: "Re: enums with only 1 byte storage"
- In reply to: Mike Wahler: "Re: Pointer to function gives illegal operation (MSC6)"
- Next in thread: Mike Wahler: "Re: Pointer to function gives illegal operation (MSC6)"
- Reply: Mike Wahler: "Re: Pointer to function gives illegal operation (MSC6)"
- Reply: Christopher Benson-Manica: "Re: Pointer to function gives illegal operation (MSC6)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|