Click here to Skip to main content
15,904,652 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Windows Firewall exception Pin
Saurabh.Garg21-Oct-08 1:18
Saurabh.Garg21-Oct-08 1:18 
AnswerRe: Windows Firewall exception Pin
User 21559721-Oct-08 1:35
User 21559721-Oct-08 1:35 
QuestionCOM dll registration Pin
Krishnakumartg20-Oct-08 23:44
Krishnakumartg20-Oct-08 23:44 
AnswerRe: COM dll registration Pin
Iain Clarke, Warrior Programmer21-Oct-08 0:05
Iain Clarke, Warrior Programmer21-Oct-08 0:05 
GeneralRe: COM dll registration Pin
Krishnakumartg21-Oct-08 0:26
Krishnakumartg21-Oct-08 0:26 
AnswerRe: COM dll registration Pin
Roger Stoltz21-Oct-08 0:16
Roger Stoltz21-Oct-08 0:16 
GeneralRe: COM dll registration Pin
Krishnakumartg21-Oct-08 0:28
Krishnakumartg21-Oct-08 0:28 
GeneralRe: COM dll registration Pin
Iain Clarke, Warrior Programmer21-Oct-08 1:05
Iain Clarke, Warrior Programmer21-Oct-08 1:05 
Just to add... All that regsvr32 does it to look for a RegisterServer exported function in the DLL. What that function does is completely up to the writer of that DLL. It could do a LOT of things (typelibs, interfaces, registering its interface with various shell places...).

You may need to go back to basics, and ask what *you* mean by registered, and why you care. There may be a better method of getting to the solution of the actual problem you face.

Iain.
AnswerRe: COM dll registration Pin
Roger Stoltz21-Oct-08 2:13
Roger Stoltz21-Oct-08 2:13 
QuestionInterface not registered Pin
CodingLover20-Oct-08 23:36
CodingLover20-Oct-08 23:36 
AnswerRe: Interface not registered Pin
Iain Clarke, Warrior Programmer21-Oct-08 0:07
Iain Clarke, Warrior Programmer21-Oct-08 0:07 
QuestionRe: Interface not registered Pin
Roger Stoltz21-Oct-08 0:10
Roger Stoltz21-Oct-08 0:10 
NewsRe: Interface not registered Pin
CodingLover21-Oct-08 2:40
CodingLover21-Oct-08 2:40 
QuestionRe: Interface not registered Pin
Roger Stoltz21-Oct-08 2:54
Roger Stoltz21-Oct-08 2:54 
NewsRe: Interface not registered Pin
CodingLover21-Oct-08 23:11
CodingLover21-Oct-08 23:11 
AnswerRe: Interface not registered Pin
Roger Stoltz21-Oct-08 23:58
Roger Stoltz21-Oct-08 23:58 
NewsRe: Interface not registered Pin
CodingLover22-Oct-08 0:21
CodingLover22-Oct-08 0:21 
AnswerRe: Interface not registered Pin
Roger Stoltz22-Oct-08 0:26
Roger Stoltz22-Oct-08 0:26 
Questioncustom service and application - resource lock ? Pin
dharani20-Oct-08 23:34
dharani20-Oct-08 23:34 
AnswerRe: custom service and application - resource lock ? Pin
dehseth21-Oct-08 0:26
dehseth21-Oct-08 0:26 
QuestionSearching for a Manifest File Pin
si_6920-Oct-08 23:15
si_6920-Oct-08 23:15 
AnswerRe: Searching for a Manifest File Pin
_AnsHUMAN_ 20-Oct-08 23:25
_AnsHUMAN_ 20-Oct-08 23:25 
GeneralRe: Searching for a Manifest File Pin
si_6920-Oct-08 23:51
si_6920-Oct-08 23:51 
QuestionAssertion fail error when loading a DLL? Pin
bankey101020-Oct-08 23:10
bankey101020-Oct-08 23:10 
AnswerRe: Assertion fail error when loading a DLL? Pin
Roger Stoltz20-Oct-08 23:22
Roger Stoltz20-Oct-08 23:22 

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.