Click here to Skip to main content
15,916,398 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCan't return the type of <code>_ConnectionPtr*</code> when using ado [modified] Pin
followait6-Nov-07 2:59
followait6-Nov-07 2:59 
AnswerRe: Can't return the type of &quot; _ConnectionPtr* &quot; when using ado Pin
toxcct6-Nov-07 3:12
toxcct6-Nov-07 3:12 
GeneralRe: Can't return the type of &quot; _ConnectionPtr* &quot; when using ado Pin
followait6-Nov-07 3:17
followait6-Nov-07 3:17 
GeneralRe: Can't return the type of &quot; _ConnectionPtr* &quot; when using ado Pin
toxcct6-Nov-07 3:19
toxcct6-Nov-07 3:19 
GeneralRe: Can't return the type of &amp;quot; _ConnectionPtr* &amp;quot; when using ado Pin
followait6-Nov-07 3:29
followait6-Nov-07 3:29 
GeneralRe: Can't return the type of &amp;quot; _ConnectionPtr* &amp;quot; when using ado Pin
rrrado6-Nov-07 4:11
rrrado6-Nov-07 4:11 
GeneralRe: Can't return the type of &amp;quot; _ConnectionPtr* &amp;quot; when using ado Pin
followait6-Nov-07 14:07
followait6-Nov-07 14:07 
GeneralRe: Can't return the type of &amp;quot; _ConnectionPtr* &amp;quot; when using ado Pin
rrrado6-Nov-07 22:18
rrrado6-Nov-07 22:18 
I'ts against COM philosophy. You are giving away reference to object without incrementing reference count. Any query you execute on that connection is 1000x slower than creating new smart pointer which calls AddRef and Release on destruction.


rrrado

QuestionHow can i print whole screen content through printer? Pin
bankey10106-Nov-07 2:41
bankey10106-Nov-07 2:41 
AnswerRe: How can i print whole screen content through printer? Pin
led mike6-Nov-07 4:03
led mike6-Nov-07 4:03 
AnswerRe: How can i print whole screen content through printer? Pin
Nelek6-Nov-07 21:34
protectorNelek6-Nov-07 21:34 
QuestionHow can i a resource to an Document/view application? Pin
Gofur Halmurat6-Nov-07 2:28
Gofur Halmurat6-Nov-07 2:28 
QuestionRe: How can i a resource to an Document/view application? Pin
Maximilien6-Nov-07 2:44
Maximilien6-Nov-07 2:44 
AnswerRe: How can i a resource to an Document/view application? Pin
Gofur Halmurat6-Nov-07 2:49
Gofur Halmurat6-Nov-07 2:49 
GeneralRe: How can i a resource to an Document/view application? Pin
followait6-Nov-07 3:05
followait6-Nov-07 3:05 
GeneralRe: How can i a resource to an Document/view application? Pin
Maximilien6-Nov-07 3:45
Maximilien6-Nov-07 3:45 
GeneralRe: How can i a resource to an Document/view application? Pin
Gofur Halmurat6-Nov-07 3:59
Gofur Halmurat6-Nov-07 3:59 
GeneralRe: How can i a resource to an Document/view application? Pin
Nelek6-Nov-07 21:27
protectorNelek6-Nov-07 21:27 
GeneralRe: How can i a resource to an Document/view application? Pin
led mike6-Nov-07 4:06
led mike6-Nov-07 4:06 
Questionquestion on LoadImage() function Pin
King Tran6-Nov-07 2:26
King Tran6-Nov-07 2:26 
AnswerRe: question on LoadImage() function Pin
CPallini6-Nov-07 3:21
mveCPallini6-Nov-07 3:21 
QuestionHow to open VC++ 6.0 project Pin
s196675m6-Nov-07 2:14
s196675m6-Nov-07 2:14 
AnswerRe: How to open VC++ 6.0 project Pin
Cedric Moonen6-Nov-07 2:19
Cedric Moonen6-Nov-07 2:19 
GeneralRe: How to open VC++ 6.0 project Pin
s196675m6-Nov-07 3:23
s196675m6-Nov-07 3:23 
GeneralRe: How to open VC++ 6.0 project Pin
Cedric Moonen6-Nov-07 3:31
Cedric Moonen6-Nov-07 3:31 

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.