Click here to Skip to main content
15,911,531 members
Home / Discussions / C#
   

C#

 
AnswerRe: pinvoke COM function and damaged memory Pin
led mike16-Apr-07 9:12
led mike16-Apr-07 9:12 
GeneralRe: pinvoke COM function and damaged memory Pin
Judah Gabriel Himango16-Apr-07 9:50
sponsorJudah Gabriel Himango16-Apr-07 9:50 
GeneralRe: pinvoke COM function and damaged memory Pin
led mike16-Apr-07 10:50
led mike16-Apr-07 10:50 
AnswerRe: pinvoke COM function and damaged memory Pin
Judah Gabriel Himango16-Apr-07 9:43
sponsorJudah Gabriel Himango16-Apr-07 9:43 
GeneralRe: pinvoke COM function and damaged memory [modified] Pin
realmontanakid16-Apr-07 10:05
realmontanakid16-Apr-07 10:05 
GeneralRe: pinvoke COM function and damaged memory Pin
Luc Pattyn16-Apr-07 11:52
sitebuilderLuc Pattyn16-Apr-07 11:52 
GeneralRe: pinvoke COM function and damaged memory Pin
realmontanakid16-Apr-07 12:08
realmontanakid16-Apr-07 12:08 
GeneralRe: pinvoke COM function and damaged memory Pin
Luc Pattyn16-Apr-07 13:27
sitebuilderLuc Pattyn16-Apr-07 13:27 
OK, lets suppose the marshalling is all right.

two ideas:

1.
What is special about the service ? what is the string you expect to get ?
does it exist when there is no user logged in ?

2.
a simple test may not call the gc and work fine, what if the gc starts acting up.
Are you passing some pointer somewhere that needs to be pinned so the gc
does not MOVE the object ?

Smile | :)


Luc Pattyn

[My Articles]

GeneralRe: pinvoke COM function and damaged memory Pin
Luc Pattyn16-Apr-07 13:38
sitebuilderLuc Pattyn16-Apr-07 13:38 
QuestionDynamic enumeration Pin
kkadir16-Apr-07 8:34
kkadir16-Apr-07 8:34 
AnswerRe: Dynamic enumeration Pin
Judah Gabriel Himango16-Apr-07 9:46
sponsorJudah Gabriel Himango16-Apr-07 9:46 
GeneralRe: Dynamic enumeration Pin
kkadir16-Apr-07 10:42
kkadir16-Apr-07 10:42 
GeneralRe: Dynamic enumeration Pin
Judah Gabriel Himango17-Apr-07 4:57
sponsorJudah Gabriel Himango17-Apr-07 4:57 
AnswerRe: Dynamic enumeration Pin
pbraun16-Apr-07 13:13
pbraun16-Apr-07 13:13 
QuestionHow can i change values in a program's memory? Pin
sharpiesharpie16-Apr-07 8:11
sharpiesharpie16-Apr-07 8:11 
AnswerRe: How can i change values in a program's memory? Pin
Judah Gabriel Himango16-Apr-07 9:48
sponsorJudah Gabriel Himango16-Apr-07 9:48 
GeneralRe: How can i change values in a program's memory? Pin
sharpiesharpie16-Apr-07 9:53
sharpiesharpie16-Apr-07 9:53 
GeneralRe: How can i change values in a program's memory? Pin
Colin Angus Mackay16-Apr-07 11:20
Colin Angus Mackay16-Apr-07 11:20 
QuestionRe: How can i change values in a program's memory? Pin
sthotakura16-Apr-07 11:17
sthotakura16-Apr-07 11:17 
AnswerRe: How can i change values in a program's memory? Pin
sharpiesharpie16-Apr-07 12:32
sharpiesharpie16-Apr-07 12:32 
AnswerRe: How can i change values in a program's memory? Pin
sthotakura16-Apr-07 20:27
sthotakura16-Apr-07 20:27 
GeneralRe: How can i change values in a program's memory? Pin
sharpiesharpie16-Apr-07 20:58
sharpiesharpie16-Apr-07 20:58 
GeneralRe: How can i change values in a program's memory? Pin
sthotakura16-Apr-07 21:41
sthotakura16-Apr-07 21:41 
GeneralRe: How can i change values in a program's memory? Pin
sharpiesharpie17-Apr-07 2:50
sharpiesharpie17-Apr-07 2:50 
GeneralRe: How can i change values in a program's memory? Pin
Daniel Grunwald17-Apr-07 3:19
Daniel Grunwald17-Apr-07 3:19 

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.