Click here to Skip to main content
16,010,473 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralManaged ( .net framework ) and unmanaged clash! Pin
Maximilien3-Sep-02 3:53
Maximilien3-Sep-02 3:53 
GeneralRe: Managed ( .net framework ) and unmanaged clash! Pin
Nick Hodapp3-Sep-02 7:28
sitebuilderNick Hodapp3-Sep-02 7:28 
GeneralRe: Managed ( .net framework ) and unmanaged clash! Pin
Maximilien3-Sep-02 7:45
Maximilien3-Sep-02 7:45 
GeneralRe: Managed ( .net framework ) and unmanaged clash! Pin
Nick Hodapp3-Sep-02 7:51
sitebuilderNick Hodapp3-Sep-02 7:51 
GeneralRe: Managed ( .net framework ) and unmanaged clash! Pin
Maximilien3-Sep-02 7:51
Maximilien3-Sep-02 7:51 
GeneralRe: Managed ( .net framework ) and unmanaged clash! Pin
Nick Hodapp3-Sep-02 7:58
sitebuilderNick Hodapp3-Sep-02 7:58 
GeneralRe: Managed ( .net framework ) and unmanaged clash! Pin
Stephane Rodriguez.3-Sep-02 19:49
Stephane Rodriguez.3-Sep-02 19:49 
GeneralA question about #define WIN32 and "sbrk" Pin
George Ma1-Sep-02 1:12
George Ma1-Sep-02 1:12 
Hi, everyone!

Look at the source codes,

--------
/* #define WIN32 */
#ifdef WIN32
#define MORECORE wsbrk
#endif
--------

Such is the comments,

--------
WIN32 (default: undefined)
Define this on MS win (95, nt) platforms to compile in sbrk emulation.
--------

I have two questions,

1. What means WIN32? When the variable "WIN32" becomes
defined? When it is not defined?

2. What means "sbrk" in the comment? What means "wsbrk"?

Btw: the software is written for both Windows and Linux
platforms.

Cheers,
George
GeneralRe: A question about #define WIN32 and "sbrk" Pin
Anders Molin1-Sep-02 3:26
professionalAnders Molin1-Sep-02 3:26 
GeneralRe: A question about #define WIN32 and "sbrk" Pin
George Ma1-Sep-02 4:10
George Ma1-Sep-02 4:10 
GeneralA question about "size_t" Pin
George Ma31-Aug-02 21:06
George Ma31-Aug-02 21:06 
GeneralRe: A question about "size_t" Pin
Nish Nishant31-Aug-02 21:31
sitebuilderNish Nishant31-Aug-02 21:31 
GeneralRe: A question about "size_t" Pin
George Ma31-Aug-02 23:46
George Ma31-Aug-02 23:46 
GeneralRe: A question about "size_t" Pin
Nish Nishant1-Sep-02 0:24
sitebuilderNish Nishant1-Sep-02 0:24 
GeneralRe: A question about "size_t" Pin
George Ma1-Sep-02 1:18
George Ma1-Sep-02 1:18 
GeneralFiles and class organizations question. Pin
Maximilien29-Aug-02 12:07
Maximilien29-Aug-02 12:07 
GeneralRe: Files and class organizations question. Pin
Nish Nishant29-Aug-02 15:20
sitebuilderNish Nishant29-Aug-02 15:20 
Generalexception becouse of AfxGetInstanceHandle() Pin
imran_rafique28-Aug-02 11:16
imran_rafique28-Aug-02 11:16 
GeneralRe: exception becouse of AfxGetInstanceHandle() Pin
Nish Nishant28-Aug-02 17:26
sitebuilderNish Nishant28-Aug-02 17:26 
GeneralRe: exception becouse of AfxGetInstanceHandle() Pin
Anonymous1-Sep-02 11:32
Anonymous1-Sep-02 11:32 
GeneralOpening and closing an application Pin
squeaky28-Aug-02 6:17
squeaky28-Aug-02 6:17 
GeneralRe: Opening and closing an application Pin
Nish Nishant28-Aug-02 12:02
sitebuilderNish Nishant28-Aug-02 12:02 
Questionprocess hwnd? Pin
imran_rafique27-Aug-02 23:10
imran_rafique27-Aug-02 23:10 
Questionhow to use SetWindowsHookEx? Pin
imran_rafique27-Aug-02 22:09
imran_rafique27-Aug-02 22:09 
GeneralHelp:Getting Error While Registering Obj with Remoting Services Pin
Harvail26-Aug-02 19:33
Harvail26-Aug-02 19:33 

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.