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

C / C++ / MFC

 
QuestionHow to write a COM object with VC6, which can be refered in C# .NET prj? Pin
wangdave7-Apr-05 19:38
wangdave7-Apr-05 19:38 
AnswerRe: How to write a COM object with VC6, which can be refered in C# .NET prj? Pin
ThatsAlok7-Apr-05 20:02
ThatsAlok7-Apr-05 20:02 
GeneralRe: How to write a COM object with VC6, which can be refered in C# .NET prj? Pin
Anonymous20-Apr-05 15:33
Anonymous20-Apr-05 15:33 
Generalmanifest for win 2000 Pin
V.G7-Apr-05 19:26
V.G7-Apr-05 19:26 
GeneralRe: manifest for win 2000 Pin
ThatsAlok7-Apr-05 19:57
ThatsAlok7-Apr-05 19:57 
GeneralRe: manifest for win 2000 Pin
Michael Dunn7-Apr-05 20:20
sitebuilderMichael Dunn7-Apr-05 20:20 
GeneralSplitter Window Problem Pin
wasife7-Apr-05 18:26
wasife7-Apr-05 18:26 
GeneralForeign language Support Pin
AlexEvans7-Apr-05 18:10
AlexEvans7-Apr-05 18:10 
GeneralRe: Foreign language Support Pin
Michael Dunn7-Apr-05 20:22
sitebuilderMichael Dunn7-Apr-05 20:22 
GeneralRe: Foreign language Support Pin
AlexEvans7-Apr-05 22:40
AlexEvans7-Apr-05 22:40 
GeneralRe: Foreign language Support Pin
ThatsAlok7-Apr-05 23:27
ThatsAlok7-Apr-05 23:27 
GeneralRe: Foreign language Support Pin
AlexEvans8-Apr-05 0:04
AlexEvans8-Apr-05 0:04 
GeneralRe: Foreign language Support Pin
Michael Dunn8-Apr-05 6:16
sitebuilderMichael Dunn8-Apr-05 6:16 
Questionbinding a socket to a particular interface? Pin
Gary Chapman7-Apr-05 17:53
Gary Chapman7-Apr-05 17:53 
Generalproblem about variable scope Pin
HeartFriend7-Apr-05 17:27
HeartFriend7-Apr-05 17:27 
GeneralRe: problem about variable scope Pin
Christian Graus7-Apr-05 17:35
protectorChristian Graus7-Apr-05 17:35 
GeneralRe: problem about variable scope Pin
Ryan Binns7-Apr-05 18:11
Ryan Binns7-Apr-05 18:11 
GeneralRe: problem about variable scope Pin
HeartFriend7-Apr-05 19:06
HeartFriend7-Apr-05 19:06 
GeneralRe: problem about variable scope Pin
cmk7-Apr-05 19:45
cmk7-Apr-05 19:45 
GeneralRe: problem about variable scope Pin
Michael Dunn7-Apr-05 20:28
sitebuilderMichael Dunn7-Apr-05 20:28 
GeneralRe: problem about variable scope Pin
S. Senthil Kumar7-Apr-05 21:58
S. Senthil Kumar7-Apr-05 21:58 
Questionhow to check if a reference is NULL Pin
ng kok chuan7-Apr-05 17:07
ng kok chuan7-Apr-05 17:07 
AnswerRe: how to check if a reference is NULL Pin
Ryan Binns7-Apr-05 18:14
Ryan Binns7-Apr-05 18:14 
A reference by definition can never be null. If your method could return NULL, then you'll need to return a pointer, not a reference.

ng kok chuan wrote:
can tell me how to change the inline constructor to something shorter?

What's wrong with what's there? Is concise, easy to understand, easy to maintain... Why make it harder?

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: how to check if a reference is NULL Pin
ng kok chuan7-Apr-05 20:50
ng kok chuan7-Apr-05 20:50 
GeneralRe: how to check if a reference is NULL Pin
S. Senthil Kumar7-Apr-05 22:13
S. Senthil Kumar7-Apr-05 22:13 

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.