Mail Archives: djgpp/1996/07/04/01:45:08
Xref: | news2.mv.net comp.os.msdos.djgpp:5633
|
From: | "F.G." <arcanix AT pop DOT erols DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: Need help to get start with Djgpp V.2.0
|
Date: | 4 Jul 1996 04:31:34 GMT
|
Organization: | None
|
Lines: | 7
|
Message-ID: | <4rfhf6$3b5@news6.erols.com>
|
References: | <4r9thf$29u AT clark DOT zippo DOT com>
|
NNTP-Posting-Host: | as14s14.erols.com
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
P.F. wrote:
>I am a novice in Djgpp, I tried to convert my Borland C++ program to it. Most
>of the stuff was converted clean. But in protected mode, there's no such thing
>as MK_FP function(I didn't have it), then how do I build a pointer from
>two short integer?
address = Segment * 16 + offset;
- Raw text -