Click here to Skip to main content
15,904,155 members
Home / Discussions / COM
   

COM

 
QuestionExposing an external interface Pin
RChin31-Oct-05 1:57
RChin31-Oct-05 1:57 
AnswerRe: Exposing an external interface Pin
FearlessBurner31-Oct-05 22:03
FearlessBurner31-Oct-05 22:03 
QuestionWhere I can found definition of some interface Pin
handy12330-Oct-05 17:59
handy12330-Oct-05 17:59 
AnswerRe: Where I can found definition of some interface Pin
Christian Graus30-Oct-05 18:36
protectorChristian Graus30-Oct-05 18:36 
QuestionCompatability of a dll generated in Delphi Pin
sukanyavarma29-Oct-05 0:30
sukanyavarma29-Oct-05 0:30 
QuestionHey i have problem accessing the activeX Pin
zammy28-Oct-05 4:00
zammy28-Oct-05 4:00 
QuestionNeed for dll registration??? Pin
Diana Fernandez28-Oct-05 0:07
Diana Fernandez28-Oct-05 0:07 
AnswerRe: Need for dll registration??? Pin
Roger Stoltz31-Oct-05 2:24
Roger Stoltz31-Oct-05 2:24 
Diana Fernandez wrote:
Why do we register dlls? What is happening while registering a dll?


"Registering" a dll usually means calling a certain function inside the dll by the name of 'DllRegisterServer'.
COM servers could be contained in dlls and the 'DllRegisterServer' function is responsible for creating the register keys and values that are related to the server in question. Those keys and values are ProgID, ClassID, TypeLibID, interface IDs, threading model, proxy/stub and so on.

Diana Fernandez wrote:
Which are the dlls to be registered?


All dlls that needs to be registered. Wink | ;)
Seriously, the install program takes care of this when you purchase a product.
If you are the developer you have to know whether your dll needs to be registered or not. Basically you can say "if 'DllRegisterServer' can be found in the dll it should be registered to be safe".
If you're asking for a list of dlls that are supposed to be registered I can tell you that there is no such thing. Dlls that require registring are developed each day by developers all over the world. There is no "book keeping" of all these dlls.

Hope this helps
--
Roger


It's supposed to be hard, otherwise anybody could do it!
GeneralRe: Need for dll registration??? Pin
Diana Fernandez7-Nov-05 18:03
Diana Fernandez7-Nov-05 18:03 
Questionhow to implementate a registration script Pin
T.J.27-Oct-05 22:51
T.J.27-Oct-05 22:51 
QuestionActiveX contrl Pin
LiYS27-Oct-05 17:03
LiYS27-Oct-05 17:03 
Question.NET to COM interoperability Pin
sirmongo27-Oct-05 10:50
sirmongo27-Oct-05 10:50 
QuestionWord AddIn will not start in second document Pin
hendriks24-Oct-05 2:42
hendriks24-Oct-05 2:42 
QuestionQuery about RTC application Pin
eDip23-Oct-05 23:22
eDip23-Oct-05 23:22 
QuestionAsp.net question Pin
ramenk23-Oct-05 20:50
ramenk23-Oct-05 20:50 
QuestionHelp with ASP.Net application Pin
ramenk23-Oct-05 19:17
ramenk23-Oct-05 19:17 
AnswerRe: Help with ASP.Net application Pin
Christian Graus23-Oct-05 19:39
protectorChristian Graus23-Oct-05 19:39 
GeneralRe: Help with ASP.Net application Pin
ramenk23-Oct-05 19:44
ramenk23-Oct-05 19:44 
GeneralRe: Help with ASP.Net application Pin
Christian Graus23-Oct-05 19:46
protectorChristian Graus23-Oct-05 19:46 
GeneralRe: Help with ASP.Net application Pin
ramenk23-Oct-05 20:27
ramenk23-Oct-05 20:27 
GeneralRe: Help with ASP.Net application Pin
Christian Graus24-Oct-05 12:32
protectorChristian Graus24-Oct-05 12:32 
GeneralRe: Help with ASP.Net application Pin
ramenk23-Oct-05 19:44
ramenk23-Oct-05 19:44 
QuestionFTP using TAPI ??? ( anyone to enlighten me!!!) Pin
fzillion23-Oct-05 18:59
fzillion23-Oct-05 18:59 
AnswerRe: FTP using TAPI ??? ( anyone to enlighten me!!!) Pin
JonEngle26-Oct-05 18:31
JonEngle26-Oct-05 18:31 
QuestionHelp Please? Pin
Wail A.Salem22-Oct-05 13:58
Wail A.Salem22-Oct-05 13:58 

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.