Click here to Skip to main content
15,887,683 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Problem in transform function Pin
ashtwin17-Dec-09 21:33
ashtwin17-Dec-09 21:33 
GeneralRe: Problem in transform function Pin
Stuart Dootson17-Dec-09 21:36
professionalStuart Dootson17-Dec-09 21:36 
GeneralRe: Problem in transform function Pin
ashtwin18-Dec-09 1:53
ashtwin18-Dec-09 1:53 
GeneralRe: Problem in transform function Pin
Stuart Dootson18-Dec-09 1:57
professionalStuart Dootson18-Dec-09 1:57 
GeneralRe: Problem in transform function Pin
ashtwin18-Dec-09 2:31
ashtwin18-Dec-09 2:31 
GeneralRe: Problem in transform function Pin
ashtwin17-Dec-09 0:29
ashtwin17-Dec-09 0:29 
QuestionATL interfaces/COM problem in Vista Pin
T800G13-Dec-09 2:53
T800G13-Dec-09 2:53 
QuestionA quick connection point question... Pin
asdfhjkasdf dfhjksdf12-Dec-09 19:44
asdfhjkasdf dfhjksdf12-Dec-09 19:44 
I have an ATL exe with a single ATL simple object. I have implemented a connection point using these instructions:
http://www.codeguru.com/cpp/com-tech/atl/atl/article.php/c3623/[^]

Is this *all* you need to do to get a working connection point setup?
I followed these instructions exactly and everything builds and runs fine. m_vec.GetSize() even shows that there are connections from a client. But the client never receives any callbacks. The client is some c# conn point client code that has been working fine with another object for months.

I just want to make sure I haven't missed something vital before I start tearing apart the C# code.

As a side note, since the server and client are running in separate processes, I have my ATL object passing its 'this' pointer up to a global list. When the event happens, my handler just iterates through the list calling 'Fire_XXX' on each instance of the ATL object. I don't know if this is right, but I tried it with and without this approach and it doesn't make any difference on the client side.

Thanks!
AnswerRe: A quick connection point question... Pin
Jonathan Davies13-Dec-09 3:48
Jonathan Davies13-Dec-09 3:48 
QuestionCOM/ATL interfaces Pin
asdfhjkasdf dfhjksdf8-Dec-09 16:39
asdfhjkasdf dfhjksdf8-Dec-09 16:39 
AnswerRe: COM/ATL interfaces Pin
Jonathan Davies9-Dec-09 6:04
Jonathan Davies9-Dec-09 6:04 
GeneralRe: COM/ATL interfaces Pin
asdfhjkasdf dfhjksdf9-Dec-09 8:09
asdfhjkasdf dfhjksdf9-Dec-09 8:09 
GeneralRe: COM/ATL interfaces Pin
Jonathan Davies9-Dec-09 8:47
Jonathan Davies9-Dec-09 8:47 
GeneralRe: COM/ATL interfaces Pin
asdfhjkasdf dfhjksdf9-Dec-09 10:32
asdfhjkasdf dfhjksdf9-Dec-09 10:32 
GeneralRe: COM/ATL interfaces Pin
Jonathan Davies9-Dec-09 11:43
Jonathan Davies9-Dec-09 11:43 
GeneralRe: COM/ATL interfaces Pin
asdfhjkasdf dfhjksdf9-Dec-09 13:35
asdfhjkasdf dfhjksdf9-Dec-09 13:35 
GeneralRe: COM/ATL interfaces Pin
Jonathan Davies10-Dec-09 0:45
Jonathan Davies10-Dec-09 0:45 
GeneralRe: COM/ATL interfaces Pin
asdfhjkasdf dfhjksdf10-Dec-09 8:35
asdfhjkasdf dfhjksdf10-Dec-09 8:35 
QuestionHow to start the exe server in hide mode or another desktop? Pin
kcynic6-Dec-09 19:05
kcynic6-Dec-09 19:05 
AnswerRe: How to start the exe server in hide mode or another desktop? Pin
«_Superman_»7-Dec-09 9:27
professional«_Superman_»7-Dec-09 9:27 
GeneralRe: How to start the exe server in hide mode or another desktop? Pin
kcynic7-Dec-09 14:14
kcynic7-Dec-09 14:14 
QuestionHow to get full path of sepcied file Pin
am 20095-Dec-09 19:44
am 20095-Dec-09 19:44 
AnswerRe: How to get full path of sepcied file Pin
Jonathan Davies6-Dec-09 8:23
Jonathan Davies6-Dec-09 8:23 
QuestionI need to Resize ATL dialog based on the screen resolution Pin
Member 33037924-Dec-09 1:08
Member 33037924-Dec-09 1:08 
AnswerRe: I need to Resize ATL dialog based on the screen resolution Pin
Alain Rist21-Dec-09 13:00
Alain Rist21-Dec-09 13:00 

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.