Click here to Skip to main content
15,891,372 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
honey the codewitch17-Aug-19 10:01
mvahoney the codewitch17-Aug-19 10:01 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
Jörgen Andersson17-Aug-19 10:03
professionalJörgen Andersson17-Aug-19 10:03 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
honey the codewitch17-Aug-19 10:05
mvahoney the codewitch17-Aug-19 10:05 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
Jörgen Andersson17-Aug-19 10:10
professionalJörgen Andersson17-Aug-19 10:10 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
honey the codewitch17-Aug-19 10:12
mvahoney the codewitch17-Aug-19 10:12 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
Dr.Walt Fair, PE17-Aug-19 9:56
professionalDr.Walt Fair, PE17-Aug-19 9:56 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
honey the codewitch17-Aug-19 9:58
mvahoney the codewitch17-Aug-19 9:58 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
lopatir17-Aug-19 17:32
lopatir17-Aug-19 17:32 
was thinking about this after switching off last night,

one possibility is usually when you pass struct/string/buffer parameters to interop you need to allocate and copy the source data into unmanaged memory. (I'm guessing at least one string/pathname in this case)
i.e. use Marshal.AllocHGlobal. otherwise the other processes (explorer) cant see the data (or only see corrupted remnants if they partially see into common space.)

are you doing that?
Message Signature
(Click to edit ->)

GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
honey the codewitch17-Aug-19 17:35
mvahoney the codewitch17-Aug-19 17:35 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
dandy7218-Aug-19 4:01
dandy7218-Aug-19 4:01 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
honey the codewitch18-Aug-19 4:06
mvahoney the codewitch18-Aug-19 4:06 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
honey the codewitch18-Aug-19 4:16
mvahoney the codewitch18-Aug-19 4:16 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
dandy7218-Aug-19 4:24
dandy7218-Aug-19 4:24 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
honey the codewitch18-Aug-19 4:26
mvahoney the codewitch18-Aug-19 4:26 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
dandy7218-Aug-19 4:38
dandy7218-Aug-19 4:38 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
honey the codewitch18-Aug-19 4:33
mvahoney the codewitch18-Aug-19 4:33 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
dandy7218-Aug-19 4:36
dandy7218-Aug-19 4:36 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
honey the codewitch18-Aug-19 4:38
mvahoney the codewitch18-Aug-19 4:38 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
dandy7218-Aug-19 10:51
dandy7218-Aug-19 10:51 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
honey the codewitch18-Aug-19 10:54
mvahoney the codewitch18-Aug-19 10:54 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
dandy7219-Aug-19 4:53
dandy7219-Aug-19 4:53 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
honey the codewitch19-Aug-19 4:53
mvahoney the codewitch19-Aug-19 4:53 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
dandy7219-Aug-19 5:01
dandy7219-Aug-19 5:01 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
Roger Wright19-Aug-19 22:40
professionalRoger Wright19-Aug-19 22:40 
GeneralRe: I'm shocked! SHOCKED I TELL YOU! Pin
honey the codewitch19-Aug-19 23:09
mvahoney the codewitch19-Aug-19 23:09 

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.