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

ATL / WTL / STL

 
AnswerRe: Notify connected COM clients Pin
Stuart Dootson12-May-09 5:51
professionalStuart Dootson12-May-09 5:51 
GeneralRe: Notify connected COM clients Pin
gethomast13-May-09 0:49
gethomast13-May-09 0:49 
QuestionAnyone know how to force the project to use ATL 8 only? Pin
Christopher Duncan11-May-09 10:01
Christopher Duncan11-May-09 10:01 
AnswerRe: Anyone know how to force the project to use ATL 8 only? Pin
Stuart Dootson11-May-09 20:32
professionalStuart Dootson11-May-09 20:32 
AnswerRe: Anyone know how to force the project to use ATL 8 only? Pin
Alain Rist11-May-09 20:56
Alain Rist11-May-09 20:56 
GeneralRe: Anyone know how to force the project to use ATL 8 only? Pin
Stuart Dootson11-May-09 21:52
professionalStuart Dootson11-May-09 21:52 
GeneralRe: Anyone know how to force the project to use ATL 8 only? Pin
Christopher Duncan12-May-09 6:10
Christopher Duncan12-May-09 6:10 
GeneralRe: Anyone know how to force the project to use ATL 8 only? Pin
Stuart Dootson12-May-09 8:11
professionalStuart Dootson12-May-09 8:11 
Christopher Duncan wrote:
at runtime how does my dll know which version of the atl.dll to load and reference


It doesn't - it'll go for the first one on the path.

You can statically link against ATL - open the project properties, go to General->Use of ATL and select Static Link to ATL. If you do that, then the version of ATL is fixed at build-time.

Christopher Duncan wrote:
Honestly, I don't recall feeling this stupid when I did C++ for a living...


That's what C# does for you Poke tongue | ;-P

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: Anyone know how to force the project to use ATL 8 only? Pin
Christopher Duncan12-May-09 9:18
Christopher Duncan12-May-09 9:18 
GeneralRe: Anyone know how to force the project to use ATL 8 only? Pin
Christopher Duncan12-May-09 6:04
Christopher Duncan12-May-09 6:04 
GeneralRe: Anyone know how to force the project to use ATL 8 only? Pin
Alain Rist12-May-09 6:36
Alain Rist12-May-09 6:36 
GeneralRe: Anyone know how to force the project to use ATL 8 only? Pin
Christopher Duncan12-May-09 6:44
Christopher Duncan12-May-09 6:44 
GeneralRe: Anyone know how to force the project to use ATL 8 only? Pin
Michael Dunn19-May-09 8:31
sitebuilderMichael Dunn19-May-09 8:31 
GeneralRe: Anyone know how to force the project to use ATL 8 only? Pin
Christopher Duncan12-May-09 6:03
Christopher Duncan12-May-09 6:03 
QuestionHow to debug an atl project? Pin
sunil.n.cs7-May-09 3:08
sunil.n.cs7-May-09 3:08 
AnswerRe: How to debug an atl project? Pin
Stuart Dootson7-May-09 4:25
professionalStuart Dootson7-May-09 4:25 
GeneralRe: How to debug an atl project? Pin
sunil.n.cs7-May-09 18:33
sunil.n.cs7-May-09 18:33 
GeneralRe: How to debug an atl project? Pin
Stuart Dootson7-May-09 19:58
professionalStuart Dootson7-May-09 19:58 
Questionsharing standard maps across process boundaries using shared memory concept Pin
Neelesh K J Jain7-May-09 2:08
Neelesh K J Jain7-May-09 2:08 
AnswerRe: sharing standard maps across process boundaries using shared memory concept Pin
Stuart Dootson7-May-09 2:56
professionalStuart Dootson7-May-09 2:56 
GeneralRe: sharing standard maps across process boundaries using shared memory concept Pin
Neelesh K J Jain7-May-09 4:25
Neelesh K J Jain7-May-09 4:25 
GeneralRe: sharing standard maps across process boundaries using shared memory concept Pin
Stuart Dootson7-May-09 4:29
professionalStuart Dootson7-May-09 4:29 
GeneralRe: sharing standard maps across process boundaries using shared memory concept Pin
Neelesh K J Jain7-May-09 21:16
Neelesh K J Jain7-May-09 21:16 
GeneralRe: sharing standard maps across process boundaries using shared memory concept Pin
Stuart Dootson7-May-09 22:38
professionalStuart Dootson7-May-09 22:38 
GeneralRe: sharing standard maps across process boundaries using shared memory concept Pin
Neelesh K J Jain7-May-09 22:45
Neelesh K J Jain7-May-09 22:45 

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.