Hi Prateek,
What you're trying to do is call an unmanaged code from a managed code. Aside from that, my understanding is that you also want to pass data from a native thread to a managed thread. Am I correct? The discussion posted here might help you: http://bytes.com/topic/net/answers/443894-problems-passing-data-native-thread-back-managed-class-inmixed-assembly You might want to check out some tips posted by there by Carl Daniel. Regards, Benj On Sep 7, 3:55 pm, Prateek <[email protected]> wrote: > Hi , > > am trying call some c files implementing thread s and want to call > the functionalities in C sharp. > > Can we POst in threads in different environment. imean from c sharp to > c and so on.
