Click here to Skip to main content
16,008,490 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralConvert From Wave to MP3 - format C++ Pin
haronis25-Jul-02 22:15
haronis25-Jul-02 22:15 
GeneralRe: Convert From Wave to MP3 - format C++ Pin
benjymous26-Jul-02 0:01
benjymous26-Jul-02 0:01 
GeneralRe: Convert From Wave to MP3 - format C++ Pin
haronis26-Jul-02 0:05
haronis26-Jul-02 0:05 
GeneralRe: Convert From Wave to MP3 - format C++ Pin
benjymous26-Jul-02 0:12
benjymous26-Jul-02 0:12 
GeneralRe: Convert From Wave to MP3 - format C++ Pin
laphijia26-Jul-02 0:43
laphijia26-Jul-02 0:43 
GeneralRe: Convert From Wave to MP3 - format C++ Pin
pépé26-Jul-02 2:44
pépé26-Jul-02 2:44 
GeneralService startup problems Pin
s_k25-Jul-02 22:14
s_k25-Jul-02 22:14 
GeneralRe: Service startup problems Pin
Daniel Lohmann25-Jul-02 22:35
Daniel Lohmann25-Jul-02 22:35 
Actually this seems not to be a C++ question...

The usual reason for this problem is, that the service has not enough access rights to the window station/desktop. (Windowstations and desktops are securable objects like files. They contain a DACL that regulates which users are allowed to create windows, menus etc.)

I don't know if SrvAny handles this problem in any way. But general speaking only the currently logged in user and SYSTEM has proper access to WinSta0\Default. If your service runs under another account you may have to patch the DACLs.

--

Daniel Lohmann

http://www.losoft.de
QuestionTroubled!! - List of existing Menu shortcuts?? Pin
Dave Matrix25-Jul-02 22:10
Dave Matrix25-Jul-02 22:10 
AnswerRe: Troubled!! - List of existing Menu shortcuts?? Pin
Tomasz Sowinski25-Jul-02 23:49
Tomasz Sowinski25-Jul-02 23:49 
GeneralCListCtrl - LVN_ITEMCHANGED Pin
Niko Tanghe25-Jul-02 21:52
Niko Tanghe25-Jul-02 21:52 
GeneralRe: CListCtrl - LVN_ITEMCHANGED Pin
Tomasz Sowinski25-Jul-02 23:43
Tomasz Sowinski25-Jul-02 23:43 
GeneralRe: CListCtrl - LVN_ITEMCHANGED Pin
Niko Tanghe26-Jul-02 0:03
Niko Tanghe26-Jul-02 0:03 
GeneralRe: CListCtrl - LVN_ITEMCHANGED Pin
Tomasz Sowinski26-Jul-02 0:22
Tomasz Sowinski26-Jul-02 0:22 
GeneralRe: CListCtrl - LVN_ITEMCHANGED Pin
Niko Tanghe26-Jul-02 1:06
Niko Tanghe26-Jul-02 1:06 
GeneralRe: CListCtrl - LVN_ITEMCHANGED Pin
Tomasz Sowinski26-Jul-02 1:13
Tomasz Sowinski26-Jul-02 1:13 
GeneralRe: CListCtrl - LVN_ITEMCHANGED Pin
Niko Tanghe26-Jul-02 1:52
Niko Tanghe26-Jul-02 1:52 
GeneralRe: CListCtrl - LVN_ITEMCHANGED Pin
Tomasz Sowinski26-Jul-02 2:01
Tomasz Sowinski26-Jul-02 2:01 
GeneralRe: CListCtrl - LVN_ITEMCHANGED Pin
Niko Tanghe26-Jul-02 2:27
Niko Tanghe26-Jul-02 2:27 
GeneralMemory Leaks - HELP REALY NEEDED Pin
klm25-Jul-02 21:49
klm25-Jul-02 21:49 
GeneralRe: Memory Leaks - HELP REALY NEEDED Pin
Daniel Lohmann25-Jul-02 22:38
Daniel Lohmann25-Jul-02 22:38 
GeneralRe: Memory Leaks - HELP REALY NEEDED Pin
klm25-Jul-02 22:46
klm25-Jul-02 22:46 
GeneralRe: Memory Leaks - HELP REALY NEEDED Pin
Daniel Lohmann25-Jul-02 23:54
Daniel Lohmann25-Jul-02 23:54 
GeneralRe: Memory Leaks - HELP REALY NEEDED Pin
klm26-Jul-02 0:03
klm26-Jul-02 0:03 
GeneralRe: Memory Leaks - HELP REALY NEEDED Pin
klm25-Jul-02 23:48
klm25-Jul-02 23:48 

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.