Replacing ATL
-
Does anyone know of a good C++ lib that is free and can replace ATL functionality, specifically implementing enough for the Web Browser component? [edited:] This is specifically to implement the set of COM interfaces needed to host the IWebBrowser control. I'd prefer not to have to write all this nonsense from scratch, hence the interest in a library other than ATL to do so for me. MFC won't work, it needs to be freely redistributable in source form (and no GPL crap licensing either). [/edited] ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! -- modified at 13:37 Sunday 22nd January, 2006
-
Does anyone know of a good C++ lib that is free and can replace ATL functionality, specifically implementing enough for the Web Browser component? [edited:] This is specifically to implement the set of COM interfaces needed to host the IWebBrowser control. I'd prefer not to have to write all this nonsense from scratch, hence the interest in a library other than ATL to do so for me. MFC won't work, it needs to be freely redistributable in source form (and no GPL crap licensing either). [/edited] ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! -- modified at 13:37 Sunday 22nd January, 2006
MFC although wouldn't recommend it... WTL which is on sourceforge... found here http://sourceforge.net/projects/wtl[^] ALSO TRY USING .NET WHICH IS LIKE MFC ON ULTRA STERIODS. I personally think that .NET will eventually replace windows programming, not including game programming. IM PROUD TO BE A GMAIL; -- modified at 11:01 Sunday 22nd January, 2006
-
MFC although wouldn't recommend it... WTL which is on sourceforge... found here http://sourceforge.net/projects/wtl[^] ALSO TRY USING .NET WHICH IS LIKE MFC ON ULTRA STERIODS. I personally think that .NET will eventually replace windows programming, not including game programming. IM PROUD TO BE A GMAIL; -- modified at 11:01 Sunday 22nd January, 2006
ATL is a library to write COM code, right? How does it relate to MFC, which is primary targeted for GUI development? Regards Senthil _____________________________ My Blog | My Articles | WinMacro
-
ATL is a library to write COM code, right? How does it relate to MFC, which is primary targeted for GUI development? Regards Senthil _____________________________ My Blog | My Articles | WinMacro
He didn't say it had to support COM code, right? and also, I said that I wouldn't recommend it (MFC);)... :-D also I said WTL which is actually based off of ATL. Any more questions about what I said? Doesn't MFC support Web Browser functionality? IM PROUD TO BE A GMAIL; -- modified at 11:41 Sunday 22nd January, 2006
-
Does anyone know of a good C++ lib that is free and can replace ATL functionality, specifically implementing enough for the Web Browser component? [edited:] This is specifically to implement the set of COM interfaces needed to host the IWebBrowser control. I'd prefer not to have to write all this nonsense from scratch, hence the interest in a library other than ATL to do so for me. MFC won't work, it needs to be freely redistributable in source form (and no GPL crap licensing either). [/edited] ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! -- modified at 13:37 Sunday 22nd January, 2006
-
Does anyone know of a good C++ lib that is free and can replace ATL functionality, specifically implementing enough for the Web Browser component? [edited:] This is specifically to implement the set of COM interfaces needed to host the IWebBrowser control. I'd prefer not to have to write all this nonsense from scratch, hence the interest in a library other than ATL to do so for me. MFC won't work, it needs to be freely redistributable in source form (and no GPL crap licensing either). [/edited] ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! -- modified at 13:37 Sunday 22nd January, 2006
why not ATL?
Some of us walk the memory lane, others plummet into a rabbit hole
boost your code || Fold With Us! || sighist -
why not ATL?
Some of us walk the memory lane, others plummet into a rabbit hole
boost your code || Fold With Us! || sighistBecause I need to add WebBrowser support in the VCF. Currently I'm using ATL to do so, but I have been told that it's not usable on compilers like MINGW, because the ATL headers/libs are not re-distributable. So I need something else. ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF!
-
MFC although wouldn't recommend it... WTL which is on sourceforge... found here http://sourceforge.net/projects/wtl[^] ALSO TRY USING .NET WHICH IS LIKE MFC ON ULTRA STERIODS. I personally think that .NET will eventually replace windows programming, not including game programming. IM PROUD TO BE A GMAIL; -- modified at 11:01 Sunday 22nd January, 2006
tom_dx wrote:
I personally think that .NET will eventually replace windows programming,
:confused:
-
tom_dx wrote:
I personally think that .NET will eventually replace windows programming,
:confused:
-
Does anyone know of a good C++ lib that is free and can replace ATL functionality, specifically implementing enough for the Web Browser component? [edited:] This is specifically to implement the set of COM interfaces needed to host the IWebBrowser control. I'd prefer not to have to write all this nonsense from scratch, hence the interest in a library other than ATL to do so for me. MFC won't work, it needs to be freely redistributable in source form (and no GPL crap licensing either). [/edited] ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! -- modified at 13:37 Sunday 22nd January, 2006
There is Comet[^], but I have never tried it.
My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.
-
There is Comet[^], but I have never tried it.
My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.
Yeah I found that too. It looks like good wrapper for the basic COM stuff, but sadly they don't implement any of the OLE container junk you need to host activeX controls like IWebBrowser. ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF!