Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: about FARPROC* Pin
Sarath C21-Jun-06 3:35
Sarath C21-Jun-06 3:35 
GeneralRe: about FARPROC* Pin
George_George21-Jun-06 17:33
George_George21-Jun-06 17:33 
AnswerRe: about FARPROC* Pin
Zac Howland21-Jun-06 3:39
Zac Howland21-Jun-06 3:39 
GeneralRe: about FARPROC* Pin
George_George21-Jun-06 17:22
George_George21-Jun-06 17:22 
GeneralRe: about FARPROC* Pin
George_George24-Jun-06 2:12
George_George24-Jun-06 2:12 
GeneralRe: about FARPROC* Pin
Zac Howland25-Jun-06 8:20
Zac Howland25-Jun-06 8:20 
GeneralRe: about FARPROC* Pin
George_George27-Jun-06 2:22
George_George27-Jun-06 2:22 
GeneralRe: about FARPROC* Pin
Zac Howland27-Jun-06 3:17
Zac Howland27-Jun-06 3:17 
Back in the Win16 days, the hardware was 32-bits, but the OS was written for 16-bits. Thus, the actual area of memory you could address with a typical pointer was addressed in 16-bit address space. The OS simulated 32-bit pointers by using NEAR and FAR to specify whether it was in the lower or upper realm of memory. (In a nutshell). Neither of them have any meaning in portable code nor in Win32.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac
GeneralRe: about FARPROC* Pin
George_George27-Jun-06 3:44
George_George27-Jun-06 3:44 
QuestionA question about ClipCursor Pin
zouchao111221-Jun-06 3:02
zouchao111221-Jun-06 3:02 
QuestionRe: A question about ClipCursor Pin
David Crow21-Jun-06 3:27
David Crow21-Jun-06 3:27 
AnswerRe: A question about ClipCursor Pin
zouchao111221-Jun-06 3:51
zouchao111221-Jun-06 3:51 
AnswerRe: A question about ClipCursor Pin
Michael Dunn21-Jun-06 6:37
sitebuilderMichael Dunn21-Jun-06 6:37 
GeneralRe: A question about ClipCursor Pin
zouchao111221-Jun-06 15:31
zouchao111221-Jun-06 15:31 
QuestionAdding header files in a project Pin
vasmvr21-Jun-06 2:59
vasmvr21-Jun-06 2:59 
AnswerRe: Adding header files in a project Pin
David Crow21-Jun-06 3:25
David Crow21-Jun-06 3:25 
GeneralRe: Adding header files in a project Pin
vasmvr21-Jun-06 3:44
vasmvr21-Jun-06 3:44 
GeneralRe: Adding header files in a project Pin
toxcct21-Jun-06 3:49
toxcct21-Jun-06 3:49 
GeneralRe: Adding header files in a project Pin
vasmvr21-Jun-06 3:57
vasmvr21-Jun-06 3:57 
GeneralRe: Adding header files in a project Pin
David Crow21-Jun-06 4:08
David Crow21-Jun-06 4:08 
GeneralRe: Adding header files in a project Pin
vasmvr21-Jun-06 4:19
vasmvr21-Jun-06 4:19 
GeneralRe: Adding header files in a project Pin
David Crow21-Jun-06 4:28
David Crow21-Jun-06 4:28 
GeneralRe: Adding header files in a project Pin
vasmvr21-Jun-06 5:03
vasmvr21-Jun-06 5:03 
GeneralRe: Adding header files in a project Pin
khb21-Jun-06 4:22
khb21-Jun-06 4:22 
GeneralRe: Adding header files in a project Pin
Zac Howland21-Jun-06 3:57
Zac Howland21-Jun-06 3:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.