Search the web
Sign In
New User? Sign Up
wtl · WTL support list
? 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.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5149 - 5178 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5149
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...
Igor Tandetnik
itandetnik
Offline Send Email
Mar 1, 2003
7:32 pm
5150
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...
shaddai_home <london@...
shaddai_home
Offline Send Email
Mar 3, 2003
1:06 am
5151
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...
hlptony <hlptony@...>
hlptony
Online Now Send Email
Mar 3, 2003
10:33 pm
5152
... 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: ...
ðÁ×ÅÌ ...
bakyym
Offline Send Email
Mar 4, 2003
1:19 am
5153
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....
Igor Tandetnik
itandetnik
Offline Send Email
Mar 4, 2003
3:06 am
5154
... should ... Fixed. Paul Bludov...
ðÁ×ÅÌ ...
bakyym
Offline Send Email
Mar 4, 2003
4:18 am
5155
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...
robert_caldecott <rob...
robert_calde...
Offline Send Email
Mar 4, 2003
5:02 pm
5156
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...
Chris Russell
cdr774
Offline Send Email
Mar 4, 2003
7:51 pm
5157
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])...
Matthew Clendening
mdclendening
Offline Send Email
Mar 4, 2003
8:26 pm
5158
... I have OpenWatcom ... but I'd be too scared to even try. *whimper* -rick...
Rick Parrish
hotsolder
Offline Send Email
Mar 5, 2003
1:43 am
5159
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...
L C
yarp2002
Offline Send Email
Mar 5, 2003
10:58 am
5160
How can I create a single instance application in WTL ? may be someone already solved this . thanks...
oleg_reabciuc
Offline Send Email
Mar 5, 2003
2:54 pm
5161
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...
robert_caldecott
robert_calde...
Offline Send Email
Mar 5, 2003
3:01 pm
5162
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...
Igor Tandetnik
itandetnik
Offline Send Email
Mar 5, 2003
3:05 pm
5163
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:...
David Chocron Pedrinaci
torrente2002us
Offline Send Email
Mar 5, 2003
3:21 pm
5164
IT> It shows one possible solution when documenting hPrevInstance IT> parameter. That only works for 16-bit apps. Under Win32, the hPrevInstance parameter is...
Matthew Clendening
mdclendening
Offline Send Email
Mar 5, 2003
3:45 pm
5165
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 :...
wtl@yahoogroups.com
Send Email
Mar 5, 2003
4:06 pm
5166
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...
Paul Selormey
pegroups
Offline Send Email
Mar 5, 2003
4:08 pm
5167
... 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...
Igor Tandetnik
itandetnik
Offline Send Email
Mar 5, 2003
4:38 pm
5168
Igor, Just for my info, could you reference the docs you are looking at? -- Best regards, Matthew...
Matthew Clendening
mdclendening
Offline Send Email
Mar 5, 2003
6:31 pm
5169
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/w inui/windowsuserinterface/windowing/windows/windowreference/windowfuncti ...
John Wilkinson
johndiiix
Offline Send Email
Mar 5, 2003
6:33 pm
5170
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...
John Wilkinson
johndiiix
Offline Send Email
Mar 5, 2003
6:39 pm
5171
Igor, Sorry, I thought you were advocating _using_ hPrevInstance. My misunderstanding... -- Best regards, Matthew ... IT> Have you actually read the...
Matthew Clendening
mdclendening
Offline Send Email
Mar 5, 2003
7:17 pm
5172
... 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....
John Barber
jandrhub
Offline Send Email
Mar 6, 2003
1:30 pm
5173
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]...
John Wilkinson
johndiiix
Offline Send Email
Mar 6, 2003
1:35 pm
5174
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...
Ryan Ginstrom
ryan_gin_jp
Offline Send Email
Mar 6, 2003
2:34 pm
5175
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@...] ...
John Wilkinson
johndiiix
Offline Send Email
Mar 6, 2003
2:37 pm
5176
Hello The easiest way to make an application - "single instance only" is to add code to your WinMain function int WINAPI _tWinMain(HINSTANCE hInstance,...
Mpak
mpak@...
Send Email
Mar 6, 2003
3:30 pm
5177
... Got it, thanks Cheers, Ryan ... Ryan Ginstrom ryang@... / ginstrom@......
Ryan Ginstrom
ryan_gin_jp
Offline Send Email
Mar 6, 2003
3:40 pm
5178
... 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...
John Barber
jandrhub
Offline Send Email
Mar 7, 2003
9:44 am
Messages 5149 - 5178 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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