Click here to Skip to main content
15,897,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHorizontal scroll in CEdit veiw Pin
Max++18-Dec-06 0:35
Max++18-Dec-06 0:35 
Questionhi all got a doubt Pin
chethu66518-Dec-06 0:16
chethu66518-Dec-06 0:16 
QuestionHow a 16 bit compiler TurboC is running in 32 bit OS(Windows)? Pin
G Haranadh17-Dec-06 23:59
G Haranadh17-Dec-06 23:59 
AnswerRe: How a 16 bit compiler TurboC is running in 32 bit OS(Windows)? Pin
toxcct18-Dec-06 1:01
toxcct18-Dec-06 1:01 
GeneralRe: How a 16 bit compiler TurboC is running in 32 bit OS(Windows)? Pin
G Haranadh18-Dec-06 1:15
G Haranadh18-Dec-06 1:15 
AnswerRe: How a 16 bit compiler TurboC is running in 32 bit OS(Windows)? Pin
kakan18-Dec-06 1:28
professionalkakan18-Dec-06 1:28 
GeneralRe: How a 16 bit compiler TurboC is running in 32 bit OS(Windows)? Pin
Rajesh R Subramanian18-Dec-06 2:07
professionalRajesh R Subramanian18-Dec-06 2:07 
GeneralRe: How a 16 bit compiler TurboC is running in 32 bit OS(Windows)? Pin
G Haranadh18-Dec-06 4:42
G Haranadh18-Dec-06 4:42 
Yaa!....
I got the answer.
Thanks for your reply.
=========================================================================
The WOW (Win16-on-Win32) layer consists of 32-bit window manager code and
Graphics Device Interface (GDI) code that translates 16-bit segmented addresses
into 32-bit flat addresses.
A 16-bit application cannot call a 32-bit application programming interface
(API). When an application calls a 16-bit API, the call goes to a stub routine ,
which in turn calls a 32-bit API. The 32-bit API performs the required action,
and the result is transformed into the format expected by the 16-bit API stub,
which returns the result to the application. This transformation is an example of
thunking.
=========================================================================


Nice talking to you. Blush | :O

If you judge people, you have no time to love them. -- Mother Teresa

QuestionRetrieving the Column names Pin
Taruni17-Dec-06 23:56
Taruni17-Dec-06 23:56 
AnswerRe: Retrieving the Column names Pin
Hamid_RT18-Dec-06 0:17
Hamid_RT18-Dec-06 0:17 
Questionmodeless dialog box creation Pin
minkowski17-Dec-06 23:55
minkowski17-Dec-06 23:55 
AnswerRe: modeless dialog box creation Pin
prasad_som18-Dec-06 0:09
prasad_som18-Dec-06 0:09 
AnswerRe: modeless dialog box creation Pin
ashokbngr18-Dec-06 0:13
ashokbngr18-Dec-06 0:13 
GeneralRe: modeless dialog box creation [modified] Pin
minkowski18-Dec-06 0:30
minkowski18-Dec-06 0:30 
AnswerRe: modeless dialog box creation Pin
Hamid_RT18-Dec-06 0:14
Hamid_RT18-Dec-06 0:14 
GeneralRe: modeless dialog box creation Pin
minkowski18-Dec-06 0:27
minkowski18-Dec-06 0:27 
GeneralRe: modeless dialog box creation Pin
Hamid_RT18-Dec-06 0:37
Hamid_RT18-Dec-06 0:37 
GeneralRe: modeless dialog box creation Pin
minkowski18-Dec-06 1:02
minkowski18-Dec-06 1:02 
GeneralRe: modeless dialog box creation Pin
Hamid_RT18-Dec-06 6:42
Hamid_RT18-Dec-06 6:42 
AnswerRe: modeless dialog box creation Pin
prasad_som18-Dec-06 0:59
prasad_som18-Dec-06 0:59 
GeneralRe: modeless dialog box creation Pin
minkowski18-Dec-06 1:03
minkowski18-Dec-06 1:03 
QuestionIO Exception : Process cannot access the file Pin
zxc8917-Dec-06 23:34
zxc8917-Dec-06 23:34 
AnswerRe: IO Exception : Process cannot access the file Pin
Mark Salsbery18-Dec-06 6:02
Mark Salsbery18-Dec-06 6:02 
GeneralRe: IO Exception : Process cannot access the file Pin
zxc8918-Dec-06 19:20
zxc8918-Dec-06 19:20 
GeneralRe: IO Exception : Process cannot access the file Pin
Mark Salsbery19-Dec-06 6:26
Mark Salsbery19-Dec-06 6:26 

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.