Click here to Skip to main content
15,924,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: using SysListView32 in a generic win32 dialog app and using MFC classes without MFC Pin
Michael P Butler1-Nov-01 9:54
Michael P Butler1-Nov-01 9:54 
GeneralRe: using SysListView32 in a generic win32 dialog app and using MFC classes without MFC Pin
Rassman2-Nov-01 2:42
Rassman2-Nov-01 2:42 
QuestionI have a property sheet in a CFormView with 5 property pages, but they are the same pages of content. Any way of reusing code? Pin
DanYELL1-Nov-01 8:58
DanYELL1-Nov-01 8:58 
GeneralTCP/IP support for DOS Pin
1-Nov-01 8:51
suss1-Nov-01 8:51 
GeneralRe: TCP/IP support for DOS Pin
Nish Nishant1-Nov-01 17:01
sitebuilderNish Nishant1-Nov-01 17:01 
GeneralRe: TCP/IP support for DOS Pin
Rassman2-Nov-01 2:52
Rassman2-Nov-01 2:52 
GeneralNamed pipes over network from COM/IIS Pin
bburton1-Nov-01 5:53
bburton1-Nov-01 5:53 
GeneralRe: Named pipes over network from COM/IIS Pin
Martin Ziacek1-Nov-01 7:07
Martin Ziacek1-Nov-01 7:07 
Barry, I think security attributes defined by your server prohibit access to pipe. When you create named pipe (server side) you specify, who can access it. However, local system account from another machine has no right to access resources on the remote machine (your scenario, when COM object created by IIS access named pipe).

I would recommend two solution:

1. set security attributes to allow access for everyone (bad, not secure solution)
or
2. impersonate client COM object to proper user account to access remote resources (your named pipe).

I hope this will help you.

Kind regards.

Martin

GeneralRe: Named pipes over network from COM/IIS Pin
Anders Molin1-Nov-01 9:58
professionalAnders Molin1-Nov-01 9:58 
GeneralBit operation question Pin
1-Nov-01 5:20
suss1-Nov-01 5:20 
GeneralRe: Bit operation question Pin
Martin Ziacek1-Nov-01 6:55
Martin Ziacek1-Nov-01 6:55 
GeneralRe: Bit operation question Pin
1-Nov-01 7:04
suss1-Nov-01 7:04 
GeneralRe: Bit operation question Pin
Martin Ziacek1-Nov-01 7:44
Martin Ziacek1-Nov-01 7:44 
GeneralRe: Bit operation question Pin
Chris Losinger1-Nov-01 7:44
professionalChris Losinger1-Nov-01 7:44 
Generalone with arithmetic operators: Pin
Chris Losinger1-Nov-01 7:52
professionalChris Losinger1-Nov-01 7:52 
GeneralRe: one with arithmetic operators: Pin
Alvaro Mendez1-Nov-01 7:57
Alvaro Mendez1-Nov-01 7:57 
GeneralRe: one with arithmetic operators: Pin
Chris Losinger1-Nov-01 7:58
professionalChris Losinger1-Nov-01 7:58 
GeneralDIBS and "the bits" Pin
Chambers1-Nov-01 5:11
Chambers1-Nov-01 5:11 
GeneralRe: DIBS and "the bits" Pin
Chris Losinger1-Nov-01 5:21
professionalChris Losinger1-Nov-01 5:21 
GeneralRe: DIBS and "the bits" Pin
Chambers1-Nov-01 5:36
Chambers1-Nov-01 5:36 
GeneralRe: DIBS and "the bits" Pin
Chris Losinger1-Nov-01 5:57
professionalChris Losinger1-Nov-01 5:57 
GeneralRe: DIBS and "the bits" - Chris Please Read Pin
Chambers1-Nov-01 6:12
Chambers1-Nov-01 6:12 
GeneralRe: DIBS and "the bits" - Chris Please Read Pin
Chris Losinger1-Nov-01 6:58
professionalChris Losinger1-Nov-01 6:58 
GeneralRe: DIBS and "the bits" - Solution Pin
Chambers1-Nov-01 7:33
Chambers1-Nov-01 7:33 
GeneralAccelerator Keys Pin
Özgür1-Nov-01 4:51
Özgür1-Nov-01 4:51 

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.