C++ IJW - Any good intro?
-
As in subject. Nish
Check out last week's Code Project posting stats presentation from :- http://www.busterboy.org/codeproject/ Feel free to make your comments.
-
As in subject. Nish
Check out last week's Code Project posting stats presentation from :- http://www.busterboy.org/codeproject/ Feel free to make your comments.
Nish [BusterBoy] wrote: C++ IJW - Any good intro? Well, seeing that there didn't seem to be any basic intro to IJW, I have written my own intro article. http://www.codeproject.com/useritems/nishijw01.asp Nish p.s. There's not much there, just the basics. I might write a part 2 which covers things in more depth.
Check out last week's Code Project posting stats presentation from :- http://www.busterboy.org/codeproject/ Feel free to make your comments.
-
As in subject. Nish
Check out last week's Code Project posting stats presentation from :- http://www.busterboy.org/codeproject/ Feel free to make your comments.
What exactly are you looking for? Cheers, Tom Archer Author, Inside C# A total abstainer is one who abstains from everything but abstention, and especially from inactivity in the affairs of others.
-
What exactly are you looking for? Cheers, Tom Archer Author, Inside C# A total abstainer is one who abstains from everything but abstention, and especially from inactivity in the affairs of others.
Tom Archer wrote: What exactly are you looking for? I was looking for an elementary introduction to IJW. I badly wanted to avoid using P/Invoke. Nish
Check out last week's Code Project posting stats presentation from :- http://www.busterboy.org/codeproject/ Feel free to make your comments.
-
Tom Archer wrote: What exactly are you looking for? I was looking for an elementary introduction to IJW. I badly wanted to avoid using P/Invoke. Nish
Check out last week's Code Project posting stats presentation from :- http://www.busterboy.org/codeproject/ Feel free to make your comments.
Yeah. I saw your article after I posted my question :) Cheers, Tom Archer Author, Inside C# A total abstainer is one who abstains from everything but abstention, and especially from inactivity in the affairs of others.
-
Nish [BusterBoy] wrote: C++ IJW - Any good intro? Well, seeing that there didn't seem to be any basic intro to IJW, I have written my own intro article. http://www.codeproject.com/useritems/nishijw01.asp Nish p.s. There's not much there, just the basics. I might write a part 2 which covers things in more depth.
Check out last week's Code Project posting stats presentation from :- http://www.busterboy.org/codeproject/ Feel free to make your comments.
Hi Nish, Not sure whether the link contains what you want, nevertheless thought it would be useful. I think they have a section on Interop. http://samples.gotdotnet.com/quickstart/latebreaking/ Also, you can search for the user samples section in gotdotnet, its got lots of interesting samples. regards Kannan