Click here to Skip to main content
15,910,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCopying an Excel Spreadsheet using C++ Pin
James20-Sep-00 5:11
James20-Sep-00 5:11 
GeneralRedirecting the registy. Pin
Fredrik20-Sep-00 4:29
Fredrik20-Sep-00 4:29 
GeneralRe: Redirecting the registy. Pin
Erik Funkenbusch20-Sep-00 9:05
Erik Funkenbusch20-Sep-00 9:05 
GeneralRe: Redirecting the registy. Pin
Fredrik20-Sep-00 21:26
Fredrik20-Sep-00 21:26 
GeneralRe: Redirecting the registy. Pin
Erik Funkenbusch25-Sep-00 13:27
Erik Funkenbusch25-Sep-00 13:27 
GeneralRe: Redirecting the registy. Pin
Fredrik25-Sep-00 21:44
Fredrik25-Sep-00 21:44 
GeneralReal time recording Pin
ba20-Sep-00 1:13
ba20-Sep-00 1:13 
GeneralRe: Real time recording Pin
bobbies9-May-01 2:01
bobbies9-May-01 2:01 
QuestionHow to change the PropertySheet tab caption's color Pin
zhangyu19-Sep-00 23:05
zhangyu19-Sep-00 23:05 
Question_crtBreakAlloc doesn't evaluate? Pin
Brendan Tregear19-Sep-00 13:52
Brendan Tregear19-Sep-00 13:52 
AnswerRe: _crtBreakAlloc doesn't evaluate? Pin
Sam Hobbs19-Sep-00 14:19
Sam Hobbs19-Sep-00 14:19 
AnswerRe: _crtBreakAlloc doesn't evaluate? Pin
Tim Deveaux20-Sep-00 3:22
Tim Deveaux20-Sep-00 3:22 
GeneralRe: _crtBreakAlloc doesn't evaluate? Pin
Brendan Tregear20-Sep-00 13:37
Brendan Tregear20-Sep-00 13:37 
GeneralRe: _crtBreakAlloc doesn't evaluate? Pin
Tim Deveaux21-Sep-00 6:22
Tim Deveaux21-Sep-00 6:22 
GeneralRe: _crtBreakAlloc doesn't evaluate? Pin
Brendan Tregear21-Sep-00 15:13
Brendan Tregear21-Sep-00 15:13 
General** Random Number Generator ** Pin
Steve Lai19-Sep-00 10:47
Steve Lai19-Sep-00 10:47 
GeneralRe: ** Random Number Generator ** Pin
Erik Funkenbusch19-Sep-00 12:57
Erik Funkenbusch19-Sep-00 12:57 
GeneralRe: ** Random Number Generator ** Pin
WoR20-Sep-00 21:43
WoR20-Sep-00 21:43 
Generalextended style MFC Pin
kennan19-Sep-00 10:22
kennan19-Sep-00 10:22 
GeneralRe: extended style MFC Pin
Erik Funkenbusch19-Sep-00 13:08
Erik Funkenbusch19-Sep-00 13:08 
GeneralSingle Instance DLL Pin
Larry Dobson19-Sep-00 9:34
Larry Dobson19-Sep-00 9:34 
GeneralRe: Single Instance DLL Pin
Erik Funkenbusch19-Sep-00 13:07
Erik Funkenbusch19-Sep-00 13:07 
GeneralRe: Single Instance DLL Pin
Larry Dobson19-Sep-00 17:03
Larry Dobson19-Sep-00 17:03 
Thanks for the feedback Erik,
Perhaps I mistated my End-Goal.
We need a dll that no matter how many clients load it, they all get exactly the same one from the perspective of Connection Points.
What we have is an EXE that will load the dll initially.
The Listener.dll is an AddIn for Visual Source Safe to trap SourceSafe events.
Once the EXE has loaded the Listener.dll, then it will load ssapi.dll (sourcesafe).
ssapi.dll will load our Listener.dll again.
Then many clients will register with the listener to be notified of changes to the source safe database.
Only the instance started by SourceSafe is the one that will recieve the events from sourcesafe.

Am I goofy or what? I have not successfully built a singleton dll. singleton exe, yes. ?????????????

Isn't singleton the solution?
GeneralRe: Single Instance DLL Pin
Erik Funkenbusch20-Sep-00 9:14
Erik Funkenbusch20-Sep-00 9:14 
GeneralPaint problems Pin
Ori19-Sep-00 7:56
Ori19-Sep-00 7:56 

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.