Click here to Skip to main content
16,006,440 members
Home / Discussions / COM
   

COM

 
QuestionRe: problems with ATL/DCOM Pin
Chen Jiadong13-Jun-07 20:47
Chen Jiadong13-Jun-07 20:47 
GeneralDCOM Server File Access Pin
Sasa Kajic24-Dec-02 14:00
Sasa Kajic24-Dec-02 14:00 
GeneralRe: DCOM Server File Access Pin
AlexO26-Dec-02 4:09
AlexO26-Dec-02 4:09 
GeneralPopup/Alertboxes in WebBrowser Control Pin
p_khasnis23-Dec-02 1:16
p_khasnis23-Dec-02 1:16 
GeneralNeed help using object in ATL ActiveX EXE window services server. Pin
bahruddina22-Dec-02 17:50
bahruddina22-Dec-02 17:50 
GeneralRe: Need help using object in ATL ActiveX EXE window services server. Pin
pba_23-Dec-02 12:41
pba_23-Dec-02 12:41 
GeneralRe: Need help using object in ATL ActiveX EXE window services server. Pin
bahruddina23-Dec-02 19:14
bahruddina23-Dec-02 19:14 
GeneralRe: Need help using object in ATL ActiveX EXE window services server. Pin
pba_24-Dec-02 4:28
pba_24-Dec-02 4:28 
NT Services are running into a window station which is not interactive, so they cannot have a user interface - your service will be blocked at MessageBox call from CallMe method. Try to write something to the debug output instead. To release the object call Release ( setting the smart ptr to NULL will NOT dereference the object), or use CComObjectStack instead of CComObject, since your object is used only in Run method.
ps. If you really want, you can change your service to interact with the active desktop ( to have a user interface ), by using service_interactive flag when you call CreateService.
GeneralRe: Need help using object in ATL ActiveX EXE window services server. Pin
geo_m30-Dec-02 5:56
geo_m30-Dec-02 5:56 
GeneralRe: Need help using object in ATL ActiveX EXE window services server. Pin
pba_30-Dec-02 6:03
pba_30-Dec-02 6:03 
GeneralRe: Need help using object in ATL ActiveX EXE window services server. Pin
bahruddina30-Dec-02 20:28
bahruddina30-Dec-02 20:28 
Questionpackaging a vc++ software? Pin
xxhimanshu21-Dec-02 1:40
xxhimanshu21-Dec-02 1:40 
AnswerRe: packaging a vc++ software? Pin
Renjith Ramachandran29-Dec-02 6:00
Renjith Ramachandran29-Dec-02 6:00 
GeneralATL COM thingie using inheritance Pin
Scracha20-Dec-02 4:56
Scracha20-Dec-02 4:56 
GeneralRe: ATL COM thingie using inheritance Pin
Ranjan Banerji20-Dec-02 5:44
Ranjan Banerji20-Dec-02 5:44 
GeneralRe: ATL COM thingie using inheritance Pin
pba_23-Dec-02 12:30
pba_23-Dec-02 12:30 
GeneralBeginners help with SAFEARRAY Pin
Obliterator19-Dec-02 8:24
Obliterator19-Dec-02 8:24 
GeneralRe: Beginners help with SAFEARRAY Pin
Barry Lapthorn19-Dec-02 20:47
protectorBarry Lapthorn19-Dec-02 20:47 
GeneralRe: Beginners help with SAFEARRAY Pin
work_to_live20-Dec-02 20:18
work_to_live20-Dec-02 20:18 
GeneralRe: Beginners help with SAFEARRAY Pin
Barry Lapthorn22-Dec-02 0:37
protectorBarry Lapthorn22-Dec-02 0:37 
GeneralRe: Beginners help with SAFEARRAY Pin
Barry Lapthorn23-Dec-02 3:16
protectorBarry Lapthorn23-Dec-02 3:16 
Generala COM+ design question Pin
Anonymous19-Dec-02 3:16
Anonymous19-Dec-02 3:16 
GeneralRe: a COM+ design question Pin
Burt Harris21-Dec-02 10:34
Burt Harris21-Dec-02 10:34 
QuestionGot CLSID/PROGID, how to access? Pin
Anonymous19-Dec-02 1:25
Anonymous19-Dec-02 1:25 
AnswerRe: Got CLSID/PROGID, how to access? Pin
Anonymous19-Dec-02 10:17
Anonymous19-Dec-02 10:17 

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.