Hi, I wrote a small openGL ES wrapper for pocket pc platform but I have some issues. For instance I would like to make some actions in the OnIdle method(). ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wtl group. File : /TestOgles.zip ...
wtl@yahoogroups.com
Apr 5, 2009 5:12 pm
15978
... Actually I think I found, it seems I receive lots of WM_PAINT messages and since WM_TIMER is not a prioritary one I suppose this is the reason OnTimer is...
Hello, Please, I need some information... With the ATL/WTL 8, does the use of the Internet Explorer Browser in WTL application still requires using the ATL...
Hi, I have an ATL ActiveX composite control that makes use of WTL::CCommandBarCtrl internally and when hosted in the ActiveX test container or VB6 everything...
Hello Igor, Thanks for the reply. ... Before (may be you have not noticed it), the wizard generated code includes in the stdafx.h // This is required for...
"Paul Selormey" <pegroups@...> wrote in message news:gre93o+gqt1@eGroups.com ... No, I haven't noticed it, and I quite happily developed applications ...
Hello everyone, I wrote a small wrapper to use OpenGL ES on Windows CE devices. It would be great if it could be included in next WTL version. If you find bugs...
I must say I was delighted this morning when I saw that post on CP. And btw this makes two, since Bjarke Viskoe has released a similar control in his...
Hello folks, Is there any article, example or existed open source project available? I have downloaded the source code of wxWidget and Scintilla. They are too...
... There is the MTPad sample included with WTL that is just a basic editor like Notepad. You might go to www.codeproject.com and search for "text editor"....
I have a list view control in my application, it's basically the standard CSortListViewCtrl. Some of the items in the control have images. The problem is that...
... I applied all the fixes from VS2008Setup.zip and I got the desktop wizard working. However, the Mobile Application Wizard will fail after clicking the...
I'm trying to pick up WTL, and really like what I've learned so far. However, I've managed to run into an issue with just the wizard produced code. I very...
"cmostler" <Chris.Ostler+yahoo.com@...> wrote in message news:gs15g2+606f@eGroups.com ... The difference is not in the macros, but in your handler. I bet...
... That was it, alright. The wizard generated code was creating a CPaintDC (and doing nothing), while I was just doing nothing. Thanks for the help!...
Some of my ebook resources, welcome to download and share: http://www.ultraie.com/admin/flist.php [Non-text portions of this message have been removed]...
I've study windows programming 8 years ago. but, i even don't understand why windows need CreateCompatibleDC and CreateCompatibleBitmap, when drawing some...
You only need the CreateCompatible* calls when you're doing double buffering, i.e. drawing onto an offscreen (in memory) bitmap first, then blitting it to the...
Roel Vanhout
rvanhout@...
Apr 16, 2009 9:52 am
16003
I've read 'windows programming'. i didn't find any chapter cover the details of CreateCompatible*. Could you provide the link to the articles you mentioned on...
... Because Windows has support for multiple Device Descriptors. And the selection von the specific DC with properties is routed directly to the GDI-User mode...
"hawkgao" <hawkgao@...> wrote in message news:gs6toi+28u1@eGroups.com ... Compatible with the other HDC you are passing in as a parameter. As in, having...