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

ATL / WTL / STL

 
GeneralRe: Creatin instance failed of a COM Pin
Randor 2-Jun-10 7:51
professional Randor 2-Jun-10 7:51 
GeneralRe: Creatin instance failed of a COM Pin
Randor 3-Jun-10 14:58
professional Randor 3-Jun-10 14:58 
QuestionATL / COM what's the use for ? Pin
Schehaider_Aymen1-Jun-10 6:00
Schehaider_Aymen1-Jun-10 6:00 
AnswerRe: ATL / COM what's the use for ? Pin
Randor 1-Jun-10 8:30
professional Randor 1-Jun-10 8:30 
GeneralRe: ATL / COM what's the use for ? Pin
Schehaider_Aymen1-Jun-10 9:29
Schehaider_Aymen1-Jun-10 9:29 
GeneralRe: ATL / COM what's the use for ? Pin
Stephen Hewitt3-Jun-10 14:09
Stephen Hewitt3-Jun-10 14:09 
GeneralRe: ATL / COM what's the use for ? Pin
Schehaider_Aymen1-Jun-10 11:24
Schehaider_Aymen1-Jun-10 11:24 
GeneralRe: ATL / COM what's the use for ? Pin
Randor 1-Jun-10 12:14
professional Randor 1-Jun-10 12:14 
Blood_HaZaRd wrote:
so when it says interaces that means the use of ATL / COM. That's the only fact that i had by reading that. SO am I right ??


Not exactly. Win32, managed or COM components can be stored in an assembly (and much more). Side-by-side (SxS) simply keeps track of dependencies that your application needs. The contents of this collection is determined by your application manifest. For example... one of the most commonly used shared assemblies is Comctl32.DLL. You can tell the SxS manager which version of this DLL you require by adding a manifest file to your application.

Some additional documentation for you:

The End of DLL Hell[^] (Look at the date!) Laugh | :laugh:

Authoring DLLs for Side-by-side Assemblies[^]

Using Isolated Applications and Side-by-side Assemblies[^]

If you are wondering what the future holds for SxS then you should keep track of the recent Activation Contexts[^]. I was forced to learn everything I could about SxS Activation Contexts late last year when I began experiencing a strange bug in one of the products I maintain. You can read about it here:

http://www.codeproject.com/Messages/3282355/Re-0xC015000F-The-activation-context-being-deactiv.aspx[^]

Best Wishes,
-David Delaune
GeneralRe: ATL / COM what's the use for ? Pin
Schehaider_Aymen1-Jun-10 21:06
Schehaider_Aymen1-Jun-10 21:06 
AnswerRe: ATL / COM what's the use for ? Pin
Aescleal2-Jun-10 10:37
Aescleal2-Jun-10 10:37 
GeneralRe: ATL / COM what's the use for ? Pin
Schehaider_Aymen2-Jun-10 21:58
Schehaider_Aymen2-Jun-10 21:58 
QuestionWindows Vista not allowed to write file on C:\Users folder Pin
am 20091-Jun-10 3:50
am 20091-Jun-10 3:50 
AnswerRe: Windows Vista not allowed to write file on C:\Users folder Pin
Randor 1-Jun-10 8:38
professional Randor 1-Jun-10 8:38 
GeneralRe: Windows Vista not allowed to write file on C:\Users folder Pin
am 20092-Jun-10 4:27
am 20092-Jun-10 4:27 
QuestionRe: Windows Vista not allowed to write file on C:\Users folder Pin
Randor 2-Jun-10 7:46
professional Randor 2-Jun-10 7:46 
AnswerRe: Windows Vista not allowed to write file on C:\Users folder Pin
am 20093-Jun-10 4:21
am 20093-Jun-10 4:21 
QuestionProblem with Activex control property pages Pin
Sreenivas00328-May-10 2:17
Sreenivas00328-May-10 2:17 
QuestionAbout the remove() behavior of container list on MAC [modified] Pin
szh12113-May-10 15:47
szh12113-May-10 15:47 
AnswerRe: About the remove() behavior of container list on MAC Pin
szh12113-May-10 22:55
szh12113-May-10 22:55 
QuestionChild windows of non-modal dialog not receiving WM_DESTROY (at least not when expected) Pin
mjxy9-May-10 4:49
mjxy9-May-10 4:49 
QuestionHowto put a TrackBar in a Menu ? Pin
yarp27-Apr-10 1:07
yarp27-Apr-10 1:07 
QuestionCreating a borderless MDI child window Pin
Member 381982124-Apr-10 0:00
Member 381982124-Apr-10 0:00 
AnswerRe: Creating a borderless MDI child window Pin
Jonathan Davies24-Apr-10 1:06
Jonathan Davies24-Apr-10 1:06 
QuestionProblems while adding custom header with IWebBrowser2 [modified] Pin
arbittorr21-Apr-10 12:14
arbittorr21-Apr-10 12:14 
AnswerRe: Problems while adding custom header with IWebBrowser2 Pin
Stephen Hewitt22-Apr-10 14:09
Stephen Hewitt22-Apr-10 14:09 

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.