James T. Johnson wrote: Makes sense to me, managed String and char types are unicode safe. Whew! Nice to hear that :-) Nish
Regards, Nish Native CPian. Born and brought up on CP. With the CP blood in him.
End users, using windows update?!?!?! That'll be the day.... ;P The problem with windows security problems isn't the problems its that stupid users don't patch their computers up to get rid of the problems. This is non-existant in the *nix community because almost everyone who uses it knows about security problems and patches them ASAP. James Simplicity Rules!
James T. Johnson wrote: LOL, I was trying to figure out how GetWindowDC could give you the wrong DC Pardon me doc, but I am a GDI newbie and I don't intend to change that either :-) Nish p.s. expect more pestering questions from moi in future
The posting stats are now in PDF:- http://www.busterboy.org/codeproject/ Feel free to make your comments. Updated - May 04th, Saturday
I came to office just to check this out:) Just kidding I came here to complete my screen saver. Anyway you are right about /subsystem but the work around for that is to add the following two settings /substem:windows /entry:mainCRTStartup this would fix the problems. I wanted to write an article about compiler and linker settings since the days of CodeGuru but never got a chance.
Thanks Albert :-) Nish
The posting stats are now in PDF:- http://www.busterboy.org/codeproject/ Feel free to make your comments. Updated - May 04th, Saturday
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
Tom Archer wrote: You're probably not surprised to know that I have this book also Nope, neither the smallest fraction of the atom ( a quark :confused: ) Tom Archer wrote: Visual C++ .NET Step by Step The book's content totally overlaps with Essential Guide to blah blah ? Don't worry posting the response fast, after all this kind of book is ranked bellow your's and Christopher Duncan's book . Cheers, Joao Vaz Frustrated TCL programmer,good c++ programmer wannabe
Albert Pascual wrote: So, if I don't have any unmanaged code I could just delete the destructor! Great! That's what it's called Managed C++. Part of the "managed" is about garbage collection. Nish
Check out last week's Code Project posting stats presentation from :- http://www.busterboy.org/codeproject/ Feel free to make your comments.
Albert Pascual wrote: Thanks Nish for backing me up all the way! N/P. I've always wanted an MC++ forum too :-) Nish
Check out last week's Code Project posting stats presentation from :- http://www.busterboy.org/codeproject/ Feel free to make your comments.
James T. Johnson wrote: ArrayList is the analogy to vector... Thanks for that. I'll have a read up on it. James T. Johnson wrote: BUT, if you feel adventurous you can get Collection Generator from Chris Sells and create a new template for MC++ Now this sounds interesting, I will have to go and have play. Thanks for the link. Michael :-) Communication is the first step towards enlightenment.