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(). ...
15977
wtl@yahoogroups.com
Apr 5, 2009 5:12 pm
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 ...
15978
smartmobili
Apr 5, 2009 5:51 pm
... 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...
15979
smartmobili
Apr 5, 2009 5:59 pm
... I will rewrite some part of this openGL ES wrapper and upload it here if some people are interested....
15980
Joel Winarske
joelw_94089
Apr 5, 2009 7:57 pm
I am interested in your wrapper....
15981
Paul Selormey
pegroups
Apr 6, 2009 1:28 am
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...
15982
Igor Tandetnik
itandetnik
Apr 6, 2009 2:23 am
"Paul Selormey" <pegroups@...> wrote in message news:grblp2+8tbu@eGroups.com ... I'm not sure what you mean by "still". Hosting ActiveX controls, ...
15983
Richard Crossley
rdc892515
Apr 6, 2009 12:39 pm
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...
15984
Paul Selormey
pegroups
Apr 7, 2009 1:09 am
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...
15985
Igor Tandetnik
itandetnik
Apr 7, 2009 3:01 am
"Paul Selormey" <pegroups@...> wrote in message news:gre93o+gqt1@eGroups.com ... No, I haven't noticed it, and I quite happily developed applications ...
15986
wtl@yahoogroups.com
Apr 7, 2009 5:48 pm
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 :...
15987
smartmobili
Apr 7, 2009 5:48 pm
... I have the same issue here. Hope main developper for wince will fix it......
15988
smartmobili
Apr 7, 2009 5:50 pm
... I forgot to say I am using VS2008SP1 and Windows XP SP3 and same problem....
15989
smartmobili
Apr 7, 2009 5:52 pm
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...
15990
Fernando Arturo GĂ...
kith_kahnan
Apr 8, 2009 6:30 pm
Hi all. While wandering at CodeProject I found this article, which I thought it was worth sharing with the group. ...
15991
Yarp
yarp2002
Apr 8, 2009 7:34 pm
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...
15992
hawkgao
Apr 9, 2009 6:54 am
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...
15993
domehead100
Apr 9, 2009 12:12 pm
... 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"....
15994
Nikos Bozinis
umeca74
Apr 9, 2009 3:25 pm
There is a little problem with this TabBrowser sample. With all these hosting calls to DefWindowProc etc, the CBrowserView::OnDestroy handler --...
15995
igorv007
Apr 9, 2009 6:14 pm
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...
15996
hhfann@...
hhfann...
Apr 13, 2009 12:32 pm
... 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...
15997
cmostler
Apr 14, 2009 12:19 pm
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...
15998
Igor Tandetnik
itandetnik
Apr 14, 2009 12:33 pm
"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...
15999
cmostler
Apr 14, 2009 3:56 pm
... 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!...
16000
fuheng wu
fuhengwu
Apr 15, 2009 11:52 pm
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]...
16001
hawkgao
Apr 16, 2009 9:29 am
I've study windows programming 8 years ago. but, i even don't understand why windows need CreateCompatibleDC and CreateCompatibleBitmap, when drawing some...
16002
Roel Vanhout
rvanhout@...
Apr 16, 2009 9:52 am
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...
16003
hawkgao
Apr 16, 2009 10:07 am
I've read 'windows programming39;. i didn't find any chapter cover the details of CreateCompatible*. Could you provide the link to the articles you mentioned on...
16004
mmartinsson123
Apr 16, 2009 10:17 am
... 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...
16006
Igor Tandetnik
itandetnik
Apr 16, 2009 12:09 pm
"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...