Skip to search.
wtl · WTL support list

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 5149 - 5178 of 16586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5149 Igor Tandetnik
itandetnik Offline Send Email
Mar 1, 2003
7:32 pm
CString::FindOneOf is not DBCS-aware in min CRT build. It is implemented in terms of _cstrpbrk, which only uses _cstrchr, which is not DBCS-aware for the...
5150 shaddai_home <london@...
shaddai_home Offline Send Email
Mar 3, 2003
1:06 am
Hi all, I made a project with the ATL wizard, setup the communication and created an ActiveX control. I then began adding wtl code and got things to compile...
5151 hlptony <hlptony@...>
hlptony Offline Send Email
Mar 3, 2003
10:33 pm
Hi, I'm using the docking window framework shows in http://www.codeproject.com/wtl/wtldockingwindows.asp?df=100&forumid=3244&exp=0&select=434916 I tried to put...
5152 ðÁ×ÅÌ ...
bakyym Offline Send Email
Mar 4, 2003
1:19 am
... I am. ... Too hard to be done quickly, but I'll do my best. ... Both of them :) ... My goal is new article on CodeProject. Here is a preview: ...
5153 Igor Tandetnik
itandetnik Offline Send Email
Mar 4, 2003
3:06 am
Hi , Thanks for mentioning my name in the article. I've just noticed that in CString::Append, the size of the buffer should actually be 12....
5154 ðÁ×ÅÌ ...
bakyym Offline Send Email
Mar 4, 2003
4:18 am
... should ... Fixed. Paul Bludov...
5155 robert_caldecott <rob...
robert_calde... Offline Send Email
Mar 4, 2003
5:02 pm
OK, I know this is a long shot but has anyone ever tried using ATL/WTL using the Watcom C++ compiler? I'm sure another user here has had success using ATL/WTL...
5156 Chris Russell
cdr774 Offline Send Email
Mar 4, 2003
7:51 pm
Robert I don't recall any discussion here about the Watcom compiler specifically. My suggestion would be to just go ahead and try it on some simple samples and...
5157 Matthew Clendening
mdclendening Offline Send Email
Mar 4, 2003
8:26 pm
Chris, Not available yet, although the final beta is out on MSDN downloads. I believe it will be released when Windows Server 2003 is released (April 24 - [1])...
5158 Rick Parrish
hotsolder Offline Send Email
Mar 5, 2003
1:43 am
... I have OpenWatcom ... but I'd be too scared to even try. *whimper* -rick...
5159 L C
yarp2002 Offline Send Email
Mar 5, 2003
10:58 am
There's a very interesting article on a Mixed MFC/WTL project at code project. Sorry the Code porject server seems to be down so I can't give you the URL but...
5160 oleg_reabciuc Offline Send Email Mar 5, 2003
2:54 pm
How can I create a single instance application in WTL ? may be someone already solved this . thanks...
5161 robert_caldecott
robert_calde... Offline Send Email
Mar 5, 2003
3:01 pm
OK, this is a little off-topic, but ... can anyone point me to a primer on how to use ATL control versioning? I need to change the interface for a control...
5162 Igor Tandetnik
itandetnik Offline Send Email
Mar 5, 2003
3:05 pm
If you mean an application that allows only one instance to run at a time, see the documentation on WinMain. It shows one possible solution when documenting...
5163 David Chocron Pedrinaci
torrente2002us Offline Send Email
Mar 5, 2003
3:21 pm
Try using a named semaphore. if the first instance creates it -> ok when the second instance tries to do so-> it fails->close the program ... From:...
5164 Matthew Clendening
mdclendening Offline Send Email
Mar 5, 2003
3:45 pm
IT> It shows one possible solution when documenting hPrevInstance IT> parameter. That only works for 16-bit apps. Under Win32, the hPrevInstance parameter is...
5165 wtl@yahoogroups.com Send Email Mar 5, 2003
4:06 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 :...
5166 Paul Selormey
pegroups Offline Send Email
Mar 5, 2003
4:08 pm
Just uploaded a sample from the WTL tutorial that shows one way of doing it, wrapped in a class CSingleInstanceMgr. Best regards, Paul. ... From: "Matthew...
5167 Igor Tandetnik
itandetnik Offline Send Email
Mar 5, 2003
4:38 pm
... Have you actually read the documentation? It states that hPrevInstance is always NULL for Win32 apps, and demonstrates a way of doing without. That's the...
5168 Matthew Clendening
mdclendening Offline Send Email
Mar 5, 2003
6:31 pm
Igor, Just for my info, could you reference the docs you are looking at? -- Best regards, Matthew...
5169 John Wilkinson
johndiiix Offline Send Email
Mar 5, 2003
6:33 pm
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/w inui/windowsuserinterface/windowing/windows/windowreference/windowfuncti ...
5170 John Wilkinson
johndiiix Offline Send Email
Mar 5, 2003
6:39 pm
To help with that nasty long URL, use http://www.sellsbrothers.com/tools/index.htm#urlrun. Or just go to MSDN and search on "hPrevInstance" - the WinMain...
5171 Matthew Clendening
mdclendening Offline Send Email
Mar 5, 2003
7:17 pm
Igor, Sorry, I thought you were advocating _using_ hPrevInstance. My misunderstanding... -- Best regards, Matthew ... IT> Have you actually read the...
5172 John Barber
jandrhub Offline Send Email
Mar 6, 2003
1:30 pm
... I am currently working on just such an application. I know that at least one solution has already been suggested to you, which may well be what you want....
5173 John Wilkinson
johndiiix Offline Send Email
Mar 6, 2003
1:35 pm
This looks like a good (essential) feature for multi-SDI apps. Could you post the code in the Files area for the group [1]? Thanks, John [1]...
5174 Ryan Ginstrom
ryan_gin_jp Offline Send Email
Mar 6, 2003
2:34 pm
From: "Paul Selormey" <paul@...> ... Sorry, I couldn't find this file. Is it on the WTL site? BTW, here is how I am doing it (from the name of your...
5175 John Wilkinson
johndiiix Offline Send Email
Mar 6, 2003
2:37 pm
It's in the Temp folder in the files area [1]. John [1] http://groups.yahoo.com/group/wtl/files/Temp ... From: Ryan Ginstrom [mailto:ginstrom@...] ...
5176 Mpak
mpak@... Send Email
Mar 6, 2003
3:30 pm
Hello The easiest way to make an application - "single instance only" is to add code to your WinMain function int WINAPI _tWinMain(HINSTANCE hInstance,...
5177 Ryan Ginstrom
ryan_gin_jp Offline Send Email
Mar 6, 2003
3:40 pm
... Got it, thanks Cheers, Ryan ... Ryan Ginstrom ryang@... / ginstrom@......
5178 John Barber
jandrhub Offline Send Email
Mar 7, 2003
9:44 am
... This is a beautifully simply solution if all you want to do is to prevent the second instance from running. However, if you want the second instance to...
Messages 5149 - 5178 of 16586   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help