Click here to Skip to main content
15,925,602 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: linking error Pin
Ryan Binns27-Aug-03 0:45
Ryan Binns27-Aug-03 0:45 
Generallinking error Pin
bhawin1327-Aug-03 0:02
bhawin1327-Aug-03 0:02 
GeneralRe: linking error Pin
Alexander M.,27-Aug-03 13:02
Alexander M.,27-Aug-03 13:02 
GeneralExperts please help.. Pin
rohit.dhamija26-Aug-03 23:56
rohit.dhamija26-Aug-03 23:56 
GeneralRe: Experts please help.. Pin
Magnus Westin27-Aug-03 2:45
Magnus Westin27-Aug-03 2:45 
Generalsome predefinitions Pin
FlyingDancer26-Aug-03 23:09
FlyingDancer26-Aug-03 23:09 
GeneralRe: some predefinitions Pin
Ryan Binns27-Aug-03 0:52
Ryan Binns27-Aug-03 0:52 
GeneralRe: some predefinitions Pin
FlyingDancer27-Aug-03 2:32
FlyingDancer27-Aug-03 2:32 
All those codes are valid when performing a debug build, do you think so?

Does they work like:
1.Define "new" by "DEBUG_NEW" when detecting the building mode is debug
Is that to say, "new" will always be replaced with "DEBUG_NEW", I think, DEBUG_NEW maybe contains some extra error checking codes, isn't it?
2.#undef THIS_FILE. Is it to avoid conflicting with the later same name
or THIS_FILE is something to be used in a release build and it can't be used in a debug build?
3.why use "THIS_FILE[]" to substitute "THIS_FILE", can we use "THIS_FILE" directly? In the meantime, I have not see THIS_FILE[] used in another place
Questionunicode value ??? Pin
Manikandan26-Aug-03 22:57
Manikandan26-Aug-03 22:57 
AnswerRe: unicode value ??? Pin
Anonymous27-Aug-03 3:51
Anonymous27-Aug-03 3:51 
QuestionHow to rigister the auto-hide style window? Pin
Hendy_So26-Aug-03 22:37
Hendy_So26-Aug-03 22:37 
GeneralMemory Leakage Pin
Jahangir Jamshed26-Aug-03 22:30
sussJahangir Jamshed26-Aug-03 22:30 
GeneralRe: Memory Leakage Pin
Magnus Westin27-Aug-03 3:02
Magnus Westin27-Aug-03 3:02 
Questionhow i can retrieved thread handle from ID one Pin
El'Cachubrey26-Aug-03 22:26
El'Cachubrey26-Aug-03 22:26 
AnswerRe: how i can retrieved thread handle from ID one Pin
Mike Dimmick26-Aug-03 22:44
Mike Dimmick26-Aug-03 22:44 
GeneralRe: how i can retrieved thread handle from ID one Pin
El'Cachubrey26-Aug-03 23:42
El'Cachubrey26-Aug-03 23:42 
GeneralCryptAcquireContext error Pin
devvvy26-Aug-03 22:24
devvvy26-Aug-03 22:24 
GeneralRe: CryptAcquireContext error Pin
Mike Dimmick26-Aug-03 22:56
Mike Dimmick26-Aug-03 22:56 
GeneralRe: CryptAcquireContext error Pin
devvvy26-Aug-03 23:03
devvvy26-Aug-03 23:03 
Generalsetting truetype font height in a special way Pin
JP GOBLET26-Aug-03 22:06
JP GOBLET26-Aug-03 22:06 
GeneralCPropertyPage Pin
hph26-Aug-03 21:54
hph26-Aug-03 21:54 
GeneralRe: CPropertyPage Pin
Member 42425926-Aug-03 22:05
Member 42425926-Aug-03 22:05 
Generalrestricting to type in CEdit Pin
Ph@ntom26-Aug-03 21:30
Ph@ntom26-Aug-03 21:30 
GeneralRe: restricting to type in CEdit Pin
iceage26-Aug-03 21:53
iceage26-Aug-03 21:53 
GeneralRe: restricting to type in CEdit Pin
Member 42425926-Aug-03 22:10
Member 42425926-Aug-03 22:10 

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.