Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Shrinking a WAV (audio formats)? Pin
Larry Antram3-Jul-02 20:04
Larry Antram3-Jul-02 20:04 
GeneralRe: Shrinking a WAV (audio formats)? Pin
Mike Nordell4-Jul-02 16:46
Mike Nordell4-Jul-02 16:46 
GeneralRe: Shrinking a WAV (audio formats)? Pin
Larry Antram4-Jul-02 17:18
Larry Antram4-Jul-02 17:18 
GeneralRe: Shrinking a WAV (audio formats)? Pin
5-Jul-02 7:21
suss5-Jul-02 7:21 
GeneralRe: Shrinking a WAV (audio formats)? Pin
Mike Nordell6-Jul-02 6:42
Mike Nordell6-Jul-02 6:42 
GeneralRe: Shrinking a WAV (audio formats)? Pin
haronis26-Jul-02 1:40
haronis26-Jul-02 1:40 
GeneralRe: Shrinking a WAV (audio formats)? Pin
Christian Graus26-Jul-02 1:54
protectorChristian Graus26-Jul-02 1:54 
AnswerRe: Shrinking a WAV (audio formats)? Pin
Larry Antram3-Jul-02 20:25
Larry Antram3-Jul-02 20:25 
GeneralRe: Shrinking a WAV (audio formats)? Pin
5-Jul-02 7:24
suss5-Jul-02 7:24 
GeneralModless Dialog problem (MFC) Pin
3-Jul-02 18:50
suss3-Jul-02 18:50 
GeneralRe: Modless Dialog problem (MFC) Pin
Christian Graus3-Jul-02 19:36
protectorChristian Graus3-Jul-02 19:36 
GeneralMessage handlers for array of controls Pin
Chou3-Jul-02 17:35
Chou3-Jul-02 17:35 
GeneralRe: Message handlers for array of controls Pin
Dave Bryant3-Jul-02 17:48
Dave Bryant3-Jul-02 17:48 
GeneralRe: Message handlers for array of controls Pin
Rama Krishna Vavilala3-Jul-02 17:54
Rama Krishna Vavilala3-Jul-02 17:54 
GeneralThanks Pin
Chou3-Jul-02 18:15
Chou3-Jul-02 18:15 
Generalstd::string and std::wstring Pin
Le centriste3-Jul-02 16:24
Le centriste3-Jul-02 16:24 
GeneralRe: std::string and std::wstring Pin
Rama Krishna Vavilala3-Jul-02 16:27
Rama Krishna Vavilala3-Jul-02 16:27 
GeneralRe: std::string and std::wstring Pin
Le centriste3-Jul-02 16:37
Le centriste3-Jul-02 16:37 
GeneralRe: std::string and std::wstring Pin
Michael Dunn3-Jul-02 17:34
sitebuilderMichael Dunn3-Jul-02 17:34 
GeneralRe: std::string and std::wstring Pin
Le centriste3-Jul-02 17:46
Le centriste3-Jul-02 17:46 
GeneralXP Vertical-style Tabs Pin
Larry Antram3-Jul-02 13:35
Larry Antram3-Jul-02 13:35 
GeneralRe: XP Vertical-style Tabs Pin
Larry Antram3-Jul-02 14:05
Larry Antram3-Jul-02 14:05 
GeneralRe: XP Vertical-style Tabs Pin
Jeremy Falcon3-Jul-02 19:28
professionalJeremy Falcon3-Jul-02 19:28 
GeneralRe: XP Vertical-style Tabs Pin
Larry Antram3-Jul-02 22:01
Larry Antram3-Jul-02 22:01 
GeneralCOM Security problem Please Help Pin
Bill Wilson3-Jul-02 13:23
Bill Wilson3-Jul-02 13:23 
I have a security issue with a COM server I wrote. First let me describe the architecture:

This is a client/Server situation.

On the Client computer:

1. Run application (APP1).
2. APP1 passes request to dispatcher service on Server computer.

On the Server
Dispatcher Service (APP2) launches an intermediate application (APP3).
Intermediate calls .dll function.
.dll function performs CoCreateInstance on COMX.
COMX is implemented in APP3 as a local server.

COMX is registered with default configuration (DCOMCNFG)
The APP2 service is configured to logon as the system user.

When I test this on a Win2K system, all is well.

When I run on winNT4, I get access error when the .dll attempts CoCreateInstance.
I can work around the error by configuring the APP2 service to logon as a user account.
Unfortunately that will not work in our production environments.



I've messed around with DCOMCNFG to reconfigure the COMX server, but nothing seems to help, except changing the logon for the service.

I'm really stuck. Any ideas or suggestions will be appreciated.



Thanks for the help,
Bill

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.