public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Problems using g++ when using far modifier
@ 2000-01-03 17:31 JHVasquez
  2000-01-03 19:07 ` Greg Chicares
  2000-04-01  0:00 ` JHVasquez
  0 siblings, 2 replies; 4+ messages in thread
From: JHVasquez @ 2000-01-03 17:31 UTC (permalink / raw)
  To: help-gcc

I can't compile whit g++ when I code a function or variable that needs to use
the far, _far, __far, _far16, or __far16 modifiers. Is there an specific
library file that I need to include?

Javier

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problems using g++ when using far modifier
  2000-01-03 17:31 Problems using g++ when using far modifier JHVasquez
@ 2000-01-03 19:07 ` Greg Chicares
  2000-04-01  0:00   ` Greg Chicares
  2000-04-01  0:00 ` JHVasquez
  1 sibling, 1 reply; 4+ messages in thread
From: Greg Chicares @ 2000-01-03 19:07 UTC (permalink / raw)
  To: help-gcc

> I can't compile whit g++ when I code a function or variable that needs to use
> the far, _far, __far, _far16, or __far16 modifiers. Is there an specific
> library file that I need to include?

I've never seen those used except in 16-bit programs. 
If you want to compile a 32-bit program from source
that was originally written with a 16-bit environment
in mind, you can just
  #define far
  #define _far
and so on to eliminate them.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problems using g++ when using far modifier
  2000-01-03 19:07 ` Greg Chicares
@ 2000-04-01  0:00   ` Greg Chicares
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Chicares @ 2000-04-01  0:00 UTC (permalink / raw)
  To: help-gcc

> I can't compile whit g++ when I code a function or variable that needs to use
> the far, _far, __far, _far16, or __far16 modifiers. Is there an specific
> library file that I need to include?

I've never seen those used except in 16-bit programs. 
If you want to compile a 32-bit program from source
that was originally written with a 16-bit environment
in mind, you can just
  #define far
  #define _far
and so on to eliminate them.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Problems using g++ when using far modifier
  2000-01-03 17:31 Problems using g++ when using far modifier JHVasquez
  2000-01-03 19:07 ` Greg Chicares
@ 2000-04-01  0:00 ` JHVasquez
  1 sibling, 0 replies; 4+ messages in thread
From: JHVasquez @ 2000-04-01  0:00 UTC (permalink / raw)
  To: help-gcc

I can't compile whit g++ when I code a function or variable that needs to use
the far, _far, __far, _far16, or __far16 modifiers. Is there an specific
library file that I need to include?

Javier

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-04-01  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-03 17:31 Problems using g++ when using far modifier JHVasquez
2000-01-03 19:07 ` Greg Chicares
2000-04-01  0:00   ` Greg Chicares
2000-04-01  0:00 ` JHVasquez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).