Click here to Skip to main content
16,011,611 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: linker errors porting from .NET 1.1 to 2.0 Pin
S. Senthil Kumar4-Nov-05 2:50
S. Senthil Kumar4-Nov-05 2:50 
GeneralRe: linker errors porting from .NET 1.1 to 2.0 Pin
chucker754-Nov-05 3:57
chucker754-Nov-05 3:57 
GeneralRe: linker errors porting from .NET 1.1 to 2.0 Pin
chucker754-Nov-05 4:08
chucker754-Nov-05 4:08 
GeneralRe: linker errors porting from .NET 1.1 to 2.0 Pin
S. Senthil Kumar4-Nov-05 4:10
S. Senthil Kumar4-Nov-05 4:10 
GeneralRe: linker errors porting from .NET 1.1 to 2.0 Pin
chucker754-Nov-05 4:13
chucker754-Nov-05 4:13 
Question_bstr_t help needed Pin
ita_cas4-Nov-05 2:28
ita_cas4-Nov-05 2:28 
AnswerRe: _bstr_t help needed Pin
S. Senthil Kumar4-Nov-05 2:45
S. Senthil Kumar4-Nov-05 2:45 
AnswerRe: _bstr_t help needed Pin
Michael Dunn4-Nov-05 18:49
sitebuilderMichael Dunn4-Nov-05 18:49 
In the first ctor, if you pass FALSE for fCopy, the _bstr_t object takes ownership of the BSTR that you pass as the first parameter. If you pass TRUE, it does not, but instead makes a copy of the BSTR, which it then manages.

--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | 1ClickPicGrabber | NEW~! CP SearchBar v3.0 | C++ Forum FAQ
"That probably would've sounded more commanding if I wasn't wearing my yummy sushi pajamas."
  -- Buffy

Questionwhat is a smart pointer Pin
vikas amin4-Nov-05 2:16
vikas amin4-Nov-05 2:16 
AnswerRe: what is a smart pointer Pin
Maximilien4-Nov-05 2:18
Maximilien4-Nov-05 2:18 
GeneralRe: what is a smart pointer Pin
vikas amin4-Nov-05 2:23
vikas amin4-Nov-05 2:23 
AnswerRe: what is a smart pointer Pin
toxcct4-Nov-05 3:09
toxcct4-Nov-05 3:09 
AnswerRe: what is a smart pointer Pin
qfegd4-Nov-05 3:28
qfegd4-Nov-05 3:28 
AnswerRe: what is a smart pointer Pin
Graham Shanks4-Nov-05 3:37
Graham Shanks4-Nov-05 3:37 
GeneralRe: what is a smart pointer Pin
toxcct4-Nov-05 3:44
toxcct4-Nov-05 3:44 
GeneralRe: what is a smart pointer Pin
Graham Shanks4-Nov-05 3:49
Graham Shanks4-Nov-05 3:49 
GeneralRe: what is a smart pointer Pin
ThatsAlok6-Nov-05 21:06
ThatsAlok6-Nov-05 21:06 
GeneralRe: what is a smart pointer Pin
qfegd4-Nov-05 6:16
qfegd4-Nov-05 6:16 
GeneralRe: what is a smart pointer Pin
toxcct4-Nov-05 10:00
toxcct4-Nov-05 10:00 
GeneralRe: what is a smart pointer Pin
qfegd4-Nov-05 14:13
qfegd4-Nov-05 14:13 
QuestionHow to calculate the monitor size ? Pin
pradish4-Nov-05 0:47
pradish4-Nov-05 0:47 
QuestionRe: How to calculate the monitor size ? Pin
David Crow4-Nov-05 4:54
David Crow4-Nov-05 4:54 
AnswerRe: How to calculate the monitor size ? Pin
vikas amin4-Nov-05 19:29
vikas amin4-Nov-05 19:29 
AnswerRe: How to calculate the monitor size ? Pin
ThatsAlok6-Nov-05 21:08
ThatsAlok6-Nov-05 21:08 
QuestionHow to calculate the monitor size ? Pin
pradish4-Nov-05 0:47
pradish4-Nov-05 0:47 

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.