Activity for Windows Template Library (WTL)

  • Anonymous created ticket #338

    brotli @ 533843e

  • Nenad Stefanovic Nenad Stefanovic modified ticket #105

    Not showing on VS 17.13.5

  • Nenad Stefanovic Nenad Stefanovic modified ticket #105

    Not showing on VS 17.13.5

  • Nenad Stefanovic Nenad Stefanovic posted a comment on ticket #105

    Please try the following command (in Visual Studio Command Prompt): devenv /updateconfiguration It should refresh the cache and show all Wizards This issue was reported in Visual Studio 2019, and it was fixed. However, it still shows up occasionally. You can read more about it here: https://developercommunity.visualstudio.com/t/custom-project-template-ignored/802036 Thanks, Nenad

  • Anonymous created ticket #105

    Not showing on VS 17.13.5

  • Nenad Stefanovic Nenad Stefanovic modified ticket #337

    IsDialogMessage called with invalid handle in example code

  • Nenad Stefanovic Nenad Stefanovic posted a comment on ticket #337

    I will update all samples to have it, thanks!

  • mailnew4ster mailnew4ster posted a comment on ticket #337

    OK, I feel silly now. Thanks. I think I copied it from another example though. From a quick check, around half of the examples have AddMessageFilter but not RemoveMessageFilter.

  • Nenad Stefanovic Nenad Stefanovic modified ticket #337

    IsDialogMessage called with invalid handle in example code

  • Nenad Stefanovic Nenad Stefanovic posted a comment on ticket #337

    Hello, Thanks for reporting this. If you examine the code generated by the WTL App Wizard, you will see that there is a WM_DESTROY handler in which message filter is unregistered. That will prevent PreTranslateMessage being called after the window has been destroyed. My guess is that edit control posts a notification message which comes after main window is already destroyed. You can fix your project by adding the same OnDestroy handler. GuidGen, being a very old sample, doesn't have that code. And...

  • Nenad Stefanovic Nenad Stefanovic modified ticket #337

    IsDialogMessage called with invalid handle in example code

  • mailnew4ster mailnew4ster created ticket #337

    IsDialogMessage called with invalid handle in example code

  • lucidmaj7 lucidmaj7 modified a comment on discussion Help

    I experienced the same issue but was able to resolve it. Here’s how it worked in Visual Studio 2022. The main issue was that the HTML files( \HTML\1033) were blocked due to security restrictions. Once the block is removed, the script executes normally. https://sourceforge.net/p/wtl/discussion/374433/thread/ab18b498/#a2e3

  • lucidmaj7 lucidmaj7 modified a comment on discussion Help

    I experienced the same issue but was able to resolve it. Here’s how it worked in Visual Studio 2022. The main issue was that the HTML files( \HTML\1033) were blocked due to security restrictions. Once the block is removed, the script executes normally.

  • lucidmaj7 lucidmaj7 posted a comment on discussion Help

    I experienced the same issue but was able to resolve it. Here’s how it worked in Visual Studio 2022. The page is in Korean, but you should be able to view it using a translation feature. https://lucidmaj7.tistory.com/435 (refer to point 8 in this post). The main issue was that the HTML files( \HTML\1033) were blocked due to security restrictions. Once the block is removed, the script executes normally.

  • Cousin Eddy Cousin Eddy modified a comment on discussion Help

    I have searched for answers extensively and have not found any. I am trying to use the WTL library and I wanted to start by using App Wizard to get a starting point. I get three errors when I try using the App Wizard in Visual Studio 2017 and 2022. An error has occured in the script on this page. Line: 25 Char: 3 Error: Invalid procedure call or argument Code: 0 URL: file:///D:/WTL10_10320/AppWizard/Files/HTML/1033/default.htm And a prompt asking if I want to continue running scripts on this page....

  • Cousin Eddy Cousin Eddy modified a comment on discussion Help

    I have searched for answers and help on these issues. I am trying to use the WTL library and I wanted to start with the AppWizard to get a shell of WTL to begin. It took quite a while to get this far, but I get three errors when I run it in Visual Studio 2017 and 2022. An error has occured in the script on this page. Line: 25 Char: 3 Error: Invalid procedure call or argument Code: 0 URL: file:///D:/WTL10_10320/AppWizard/Files/HTML/1033/default.htm And a prompt asking if I want to continue running...

  • Cousin Eddy Cousin Eddy posted a comment on discussion Help

    I have searched for answers and help on these issues. I am trying to use the WTL library and I wanted to start with the AppWizard to get a shell of WTL to begin. It took quite a while to get this far, but I get three errors when I run it in Visual Studio 2017 and 2022. An error has occured in the script on this page. Line: 25 Char: 3 Error: Invalid procedure call or argument Code: 0 URL: file:///D:/WTL10_10320/AppWizard/Files/HTML/1033/default.htm And a prompt asking if I want to continue running...

  • Nenad Stefanovic Nenad Stefanovic modified ticket #7

    Fall at Mills

  • Anonymous created ticket #7

    Fall at Mills

  • Anonymous posted a comment on ticket #273

    NMHDR nmhdr = { pT->m_hWnd, (UINT_PTR)nId, ZSN_ZOOMCHANGED };

  • Anonymous created ticket #6

    Rec

  • Nenad Stefanovic Nenad Stefanovic modified ticket #5

    Make _cchFindReplaceBuffer configurable in CFindReplaceDialogImpl

  • mailnew4ster mailnew4ster created ticket #5

    Make _cchFindReplaceBuffer configurable in CFindReplaceDialogImpl

  • Nenad Stefanovic Nenad Stefanovic modified ticket #336

    Wrong _In_ annotation in MapWindowPoints

  • mailnew4ster mailnew4ster created ticket #336

    Wrong _In_ annotation in MapWindowPoints

  • mailnew4ster mailnew4ster posted a comment on ticket #335

    It's slightly more important with child dialogs which can be created multiple times, but yes, that's a pedantic note that's not too critical, and it's example code and not the lib so it's not too bad too

  • Nenad Stefanovic Nenad Stefanovic posted a comment on ticket #335

    I don't think this is important. The app is shutting down when the dialog is closing, it won't be reopened multiple times. Documentation also states: "The system automatically deletes these resources when the process that created them terminates".

  • Nenad Stefanovic Nenad Stefanovic modified ticket #4

    DPI support for CDialogResize

  • mailnew4ster mailnew4ster created ticket #4

    DPI support for CDialogResize

  • mailnew4ster mailnew4ster posted a comment on ticket #335

    Actually I'm not sure that it's a bug, I think an icon set with WM_SETICON is freed automatically. I didn't find any proof for that in the docs, though.

  • Javad Taheri Javad Taheri modified a comment on discussion Open Discussion

    deleted post

  • Javad Taheri Javad Taheri posted a comment on discussion Open Discussion

    Hi How can do auto Update UI in WTL, Like MFC? Normally we have to call UIEnable function to do update ui but i want ui updated in idle event automatically?

  • Nenad Stefanovic Nenad Stefanovic modified ticket #335

    Example bug: AtlLoadIconImage is never freed

  • mailnew4ster mailnew4ster created ticket #335

    Example bug: AtlLoadIconImage is never freed

  • Nenad Stefanovic Nenad Stefanovic posted a comment on ticket #334

    This is an unfortunate situation. Documetation is correct, and bRecurse was copied from TreeView_SortChildrenCB macro. The best would be to modify the method like this: BOOL SortChildrenCB(LPTVSORTCB pSort, BOOL /*bRecurse*/ = FALSE) // Note: bRecurse is not used { ATLASSERT(::IsWindow(this->m_hWnd)); return (BOOL)::SendMessage(this->m_hWnd, TVM_SORTCHILDRENCB, 0, (LPARAM)pSort); } Cheers, Nenad

  • Andrew_M Andrew_M posted a comment on discussion Open Discussion

    but it didn't ask. I ran script an simultanseeously checked directory for tmp file- there was no such file- it wasn't written.

  • Nenad Stefanovic Nenad Stefanovic posted a comment on discussion Open Discussion

    Of course administrative priviledges are required. Setup.js should automatically ask for them. If it doesn't, something else is wrong.

  • Andrew_M Andrew_M posted a comment on discussion Open Discussion

    ran it with "debug". It wanted to create tmp file, but failed. Maybe, administarative privileges are necessary?

  • Nenad Stefanovic Nenad Stefanovic posted a comment on discussion Open Discussion

    You can run setup.js /debug and it will give you more info about steps that it is performing. It will also give you the full path of temporary files that it is creating, so you can check what is wrong with that. Don't move setup.js without also moving Files subfolder. Good luck, Nenad

  • Andrew_M Andrew_M posted a comment on discussion Open Discussion

    Yes, I did and it failed. I placed that script in differnt folders- no matter. Error: cannot read tmp file (file not found). and finally "setup couldn't find Visual Studio installed"

  • Nenad Stefanovic Nenad Stefanovic posted a comment on discussion Open Discussion

    That part of the code is looking for older versions of Visual Studio. It is under section // Search for Visual Studio 2005-2015 If you look further you will find the next section // Search for Visual Studio 2017/2019/2022 which searches for newer versions. If the section does not mention Visual Studio 2022, that means that you don't have the updated file. Have you tried to run setup.js? Cheers, Nenad

  • Andrew_M Andrew_M posted a comment on discussion Open Discussion

    Afraid, thee is a resaon. The instalaltion script is looking for string like "Microsoft Visual Studio 14", but there ane no such folders in my version of VS2022 (it is free Community version)

  • Nenad Stefanovic Nenad Stefanovic posted a comment on discussion Open Discussion

    There is no reason to live without the AppWizard. It should work Thanks for the picture On Mon, Jun 5, 2023 at 3:05 PM Andrew_M fork324@users.sourceforge.net wrote: well, I can live without AppWizard. Take this picture- the nice picture, nothing common with WTL. Attachments: fox.jpg https://sourceforge.net/p/wtl/discussion/374433/thread/815bc8fb2c/0480/attachment/fox.jpg (331.2 kB; image/jpeg) moving WTL projects from VS 2015 to VS 2022 https://sourceforge.net/p/wtl/discussion/374433/thread/815bc8fb2c/?limit=25#0480...

  • Andrew_M Andrew_M posted a comment on discussion Open Discussion

    well, I can live without AppWizard. Take this picture- the nice picture, nothing common with WTL.

  • Matt Matt posted a comment on discussion Help

    Question is almost a month old now, but in case you haven't already found the answer... Yes, you will need to subclass the control to get the mouse button messages as the default window procedure normally handles them.

  • Nenad Stefanovic Nenad Stefanovic posted a comment on discussion Open Discussion

    I am glad that you solved the problem. Thank you! Nenad

  • Andrew_M Andrew_M posted a comment on discussion Open Discussion

    Thank you. I did what you wrote here, of course. Zero result. Bu I resolved the situation. I had a simple WTL project, created with WTL for VS2014. I was able to recompile it under VS2022 (after changing pathes to WTL files, of course). Then I began to replace files of the project- one by one. Compiler accepted them. The only one thing was inconvenient- I had to change names. Well, I can live with it. What is the most important is the fact, that the project runs. And, BTW, thank you for WTL- it is...

  • Nenad Stefanovic Nenad Stefanovic modified ticket #334

    Possible small bug in SortChildrenCB

  • mailnew4ster mailnew4ster created ticket #334

    Possible small bug in SortChildrenCB

  • Nenad Stefanovic Nenad Stefanovic posted a comment on discussion Open Discussion

    Hi Andrew, You should review your include files and also include file paths that you have in your project. It could be that some path is including files from wrong (or old) location. atlgdi.h is always included via atlapp.h Cheers, Nenad

  • Nenad Stefanovic Nenad Stefanovic posted a comment on discussion Open Discussion

    Hi Andrew, That was already answered in: https://sourceforge.net/p/wtl/discussion/374433/thread/f00ccfa770/ You need to install WTL10, and after that update following files directly from the Git repository: Include\atlmisc.h - fix for bug #329 https://sourceforge.net/p/wtl/git/ci/50d62d3c5393fb72357cd95b927bc2a982ff0030/ AppWizard\Setup.js - added support for VS2022 https://sourceforge.net/p/wtl/git/ci/a07be9e01cbd5ada6d79960ea6ae70178ec42bea/ Include\atlribbon.h - patch #66 https://sourceforge.net/p/wtl/git/ci/804aaad67b42138f08f61bc0df3d22ca4a4c5c71/...

  • Andrew_M Andrew_M posted a comment on discussion Open Discussion

    this process is always pain in ass. Two similar projects, one was succesfully modiied afteer such transaction, but the other is rejected by compiler. It is barking to CDCHandle, used in atlgdi.h file. "undeclared identifier", C2065. Moreover, I do not included this file to my include list. Can anyone give me some idea, what the issue might be here?

  • Andrew_M Andrew_M posted a comment on discussion Open Discussion

    I have Community version of Visual Studio 2022 and I suspect, that Setup.js cannot be used for it. This script looks for folders like Microsoft Visual Studio 14 and so on, but there are no such folders. Is there a way to use WTL's AppWizaed for aforementioned Studio?

  • Andrew_M Andrew_M posted a comment on discussion Open Discussion

    Look, I do not see, where WTL10_20211110 can be downloaded. Obviously, WTL10_10320 is a n earlirer version( and a brief look at AppWzard's javascript confirms this proposition)- it falied, trying to inplement WTL into Visual Studio 2022.

  • Nenad Stefanovic Nenad Stefanovic posted a comment on discussion Open Discussion

    Yes, that is an unfortunate problem with Visual Studio. You need to run this command from the command line: devenv /updateconfiguration and that should fix it. Cheers, Nenad

  • Fernando Fernando posted a comment on discussion Help

    oh i discovered about WM_GETDLGCODE. But i still need an insight... should i subclass the static control im replacing with my CWindowImpl<> derived window?

  • Fernando Fernando posted a comment on discussion Help

    I have a modeless dialog in WTL. In the resource i put a STATIC control which i hide and replace with a CWindowImpl<> derived window. I need this window to receive WM_KEYDOWN,WM_KEYUP,WM_LBUTTONDOWN etc. But not even my dialog are receiving the key msgs. Is there a trick in WTL to receive these messages ps: i have other controls in the dialog, and they respond to tab, space, right, left,top,dwon arrows etc Thanks in advance, Fernando

  • Mark Missana Mark Missana posted a comment on discussion Open Discussion

    Thank you. I ran the Setup.js script and it said it installed the AppWizard successfully. However, when I go into Visual Studio 2022 and bring up the New Project dialog, it is not there. Am I missing something obvious? I see the files under C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\VC\vcprojects

  • Nenad Stefanovic Nenad Stefanovic posted a comment on discussion Open Discussion

    There was a plan about a point release. The problem is when. Minor fixes that happened after 10.0 release are happening at various times, so it is not clear when to do a point release. But, that can certainly be done. There were resources for learning about WTL, but that was a long time ago and most of those sites are gone now. I looked again and found this site which still exists: IDevResource.com - WTL (Windows Template Library) https://www.idevresource.com/wtl/ Wizard support was already added....

  • Mark Missana Mark Missana posted a comment on discussion Open Discussion

    I agree that there aren't any significant changes that would warrant a major new release of WTL. Perhaps a point release (10.1) to update for Visual Studio 2022 and any small enhancements or bug fixes?. I really love the simplicity of WTL. I have found it difficult to find good resources for learning WTL, however. Do you have any suggestions? To add the wizard support to Visual Studio 2022, would you recommend updating the setup.js in the AppWizard folder, or just manually copying the files to the...

  • Nenad Stefanovic Nenad Stefanovic posted a comment on discussion Open Discussion

    Hi Mark, WTL 10 should be working without issues with Visual Studio 2022. With updated files, of course. WTL supports classic UI for Windows (User, GDI, etc.). It doesn't seem to me that WPF and UWP have many new updates, so for new UI WinUI 3 seems like the best bet. There are no current plans for major new releases of WTL. There are no changes in classic technologies, so I don't see any need. Do you see anything of importance? Cheers, Nenad

  • Mark Missana Mark Missana posted a comment on discussion Open Discussion

    Has anyone run into any issues using the current release (10.0) with Visual Studio 2022? I am also trying to determine where WTL fits into the C++ world with WPF, UWP, and WinUI 3. Are there any plans for a release beyond 10.0?

  • CodeVisio CodeVisio posted a comment on discussion Help

    Hi, The question is, when to center a modal property sheet related to its parent. Upon receiving the PSCB_INITIALIZED message, the first tab hat not received the WM_INITDIALOG message yet. At that stage, although the sheet has been created and has a size, it has not properly resized itself according to the tabs size it holds. In a nutshell, if you call CenterWindow upon receiving PSCB_INITIALIZED, nothing happens. A workaround is to center the property sheet inside the WM_INITDIALOG of the first...

  • CodeVisio CodeVisio posted a comment on discussion Help

    Hi all, sorry but I messed up with my project settings. I can see those properties. Please discard my previous post and if you want remove it since it isn't useful at all for anyone. Thanks!

  • CodeVisio CodeVisio posted a comment on discussion Help

    Hi, I just discovered that there has been a new group of properties (visual studio properties pane) related to the dynamic layout of dialogs at design time (resources). They have been there since VS2005. Unfortunately it seems that they are available only on MFC projects only. Is there a trick /a way to let them appear also for resources of Win32 projects? Thanks!

  • CodeVisio CodeVisio posted a comment on discussion Help

    Sorry, it was an oversight. I didn't see the wrapping method around CreateDialogParam. Thanks

  • Nenad Stefanovic Nenad Stefanovic posted a comment on discussion Help

    Hi, Of course you can have a modeless dialog with WTL. Just create it with Create() instead of DoModal(). Cheers, Nenad On Fri, Mar 3, 2023 at 11:20 PM CodeVisio roberto674@users.sourceforge.net wrote: Hi, Thanks for the answer. My intention was to have a tab control plus some other controls around it on the parent dialog. CProperty* classes don't allow that. I was playing a bit with the tab control and wanted to add a dialog for each tab and I noticed WTL doesn't provide a modeless dialog class...

  • CodeVisio CodeVisio posted a comment on discussion Help

    Hi, Thanks for the answer. My intention was to have a tab control plus some other controls around it on the parent dialog. CProperty* classes don't allow that. I was playing a bit with the tab control and wanted to add a dialog for each tab and I noticed WTL doesn't provide a modeless dialog class as far as I've seen. Is that true? How can I achieve that? Thanks

  • Nenad Stefanovic Nenad Stefanovic posted a comment on discussion Help

    Hello, CTabView is not suitable for that. It is a 'view' type class, for client windows inside a frame window. You should look into CPropertySheet and CPropertyPage classes. The sample that can help is BmpView. Cheers, Nenad

  • CodeVisio CodeVisio posted a comment on discussion Help

    Hi, Basically, I would like to have a traditional "settings"/configurations dialog for my program, where the user can (un)set global settings. Under the resource I created a dialog and dragged a tabctrl on it. Then I created several dialogs each one for every tab that I will add to the tab control. What is the WTL class that I could use for my scenario? I've looked through the WTL Samples folder without finding anything useful. CTabCtrl is a simple wrapper around the Win32 tab control. It misses...

  • CodeVisio CodeVisio posted a comment on discussion Help

    Thanks, Igor, for your time and explanation. It is much clearer now.

  • Igor Tandetnik Igor Tandetnik posted a comment on discussion Help

    On 2/11/2023 4:34 PM, CodeVisio wrote: 1) There are some classes whose name end with T. For example CPagerCtrlT. There is the declaration of it and at the end the typedef of CPagerCtrl using CWindow as template parameter. Why wasn't CPagerCtrl declared as first attempt and CWindow used as default template parameter? As "template<class tbase="ATL::CWindow"> class CPagerCtrl : public TBase" What is the purpose to declare it as it is and later declare the alias with the name without the T character.</class>...

  • CodeVisio CodeVisio modified a comment on discussion Help

    Hello Michael, Thank you for you answer. I appreciate it. I'm pretty much new to WTL but I had already read the link you provided. The compile-time polymorphism is quite clear, but I have some generic questions regarding the design of WTL, design that I didn't catch very well. I'm sure I can wrap my head around it as I'd go further using WTL, I hoped however I could find an answer in an updated doc. 1) There are some classes whose name end with T. For example CPagerCtrlT. There is the declaration...

  • CodeVisio CodeVisio posted a comment on discussion Help

    Hello Michael, Thank you for you answer. I appreciate it. I'm pretty much new to WTL but I had already read the link you provided. The compile-time polymorphism is quite clear, but I have some generic questions regarding the design of WTL, design that I didn't catch very well. I'm sure I can wrap my head around it as I'd go further using WTL, I hoped however I could find an answer in an updated doc. 1) There are some classes whose name end with T. For example CPagerCtrlT. There is the declaration...

  • Michael Fink Michael Fink posted a comment on ticket #333

    I'm sorry for the noise, but this actually is no WTL bug, but it's in ATL's atlwin.h. Do you maybe know where to report this for ATL? Thanks!

  • Michael Fink Michael Fink created ticket #333

    C++ Analysis warnings in NOTIFY_CODE_HANDLER

  • Michael Fink Michael Fink posted a comment on discussion Help

    If you already know about MFC, this article series from Michael Dunn is excellent: https://www.codeproject.com/articles/3841/wtl-for-mfc-programmers-part-i-atl-gui-classes If you know nothing about the MFC but already programming with the C Win32 API, the tutorial might still be helpful, since many of the WTL classes mirror the C style calls for controls, e.g. ListView_GetItemCount(). Also reading and stepping-through the WTL code also helps in that case. If you know nothing about the Win32 API,...

  • CodeVisio CodeVisio posted a comment on discussion Help

    Hi, Is there an updated doc about WTL? Or a tutorial or alike? Thanks

  • Ronald Ronald posted a comment on discussion Open Discussion

    github is more popular and active | | Ronald | | followait@163.com |

  • Roger S. Keay Roger S. Keay modified a comment on discussion Help

    Sorry for the confusion. I have been looking at this some more. This seems to be an artifact of Code Analysis on older code. Perhaps an issue with Microsoft CA not recognizing certain macros? I massaged it away by suppressing the warnings in the solution configuration settings. I could also probably use #pragma push/pop around the headers instead.

  • Roger S. Keay Roger S. Keay modified a comment on discussion Help

    Deleted post.

  • Roger S. Keay Roger S. Keay posted a comment on discussion Help

    Please ignore this. It turned out to be a misconfiguration of my project. For some reason VS2019 was implicitly including some of the WTL headers. However, it was compiling, but with lots of warnings. I discovered the error when I renamed a subclassed control's header file and removed the old reference then included the new file.

  • Roger S. Keay Roger S. Keay posted a comment on discussion Help

    I am using WTL 10320 and Visual Studio 2019. Here are the warnings I'm getting. I'm using C++14 Windows SDK Version 10.0 (latest) Unicode character set and debug libraries. NOt sure where to go with this as I don't want to start messing with the headers. Severity Code Description Project File Line Suppression State Warning C26110 Caller failing to hold lock '(&this->m_cslock)->m_cs' before calling function 'ATL::CComCritSecLock<atl::ccomcriticalsection>::Unlock'. Kick Firmware Update Utility C:\Program...

  • Ronald Ronald modified a comment on ticket #332

    Why is this under "Bugs" when we have "Patches" category? Not so familiar with sourceforge, but I've found it out: "Create Ticket" depends on "Tickets"

  • Nenad Stefanovic Nenad Stefanovic posted a comment on ticket #332

    That is OK. This will be addressed. Cheers, Nenad

  • Ronald Ronald posted a comment on ticket #332

    Why is this under "Bugs" when we have "Patches" category? Not so familiar with sourceforege, but I've found it out: "Create Ticket" depends on "Tickets"

  • Nenad Stefanovic Nenad Stefanovic modified ticket #332

    Add UIRemoveToolBar or so

  • Nenad Stefanovic Nenad Stefanovic posted a comment on ticket #332

    Why is this under "Bugs" when we have "Patches" category? Anyway, thanks for your contribution Cheers, Nenad

  • Ronald Ronald created ticket #332

    Add UIRemoveToolBar or so

  • Nenad Stefanovic Nenad Stefanovic modified ticket #66

    Error when including atlribbon.h

  • Nenad Stefanovic Nenad Stefanovic posted a comment on ticket #66

    Any folder is fine, there are no requirements for that. Cheers, Nenad p.s. These questions are more appropriate for Discussion then here

  • Anonymous posted a comment on ticket #66

    To clarify: Does the official believe that the wtl header files need to be installed in include/wtl instead of directly in include?

  • Anonymous posted a comment on ticket #66

    I think you guys need to consider move this to github.

  • Windows Template Library (WTL) Windows Template Library (WTL) updated /WTL 10/WTL10 Post-Release Updates.txt

  • Nenad Stefanovic Nenad Stefanovic modified ticket #66

    Error when including atlribbon.h

  • Nenad Stefanovic Nenad Stefanovic posted a comment on ticket #66

    Correct. Somehow this fell through the cracks... Fixed as proposed Commit: https://sourceforge.net/p/wtl/git/ci/804aaad67b42138f08f61bc0df3d22ca4a4c5c71/

  • Nenad Stefanovic Nenad Stefanovic committed [804aaa]

    Patch #66 Error when including atlribbon.h

  • Nenad Stefanovic Nenad Stefanovic modified ticket #66

    Error when including atlribbon.h

  • Christian Ullrich Christian Ullrich created ticket #66

    Error when including atlribbon.h

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.