Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dynamic Windows 3.3 Status Update
#12
Ok on closer examination, the feature I really want to include... lambdas... I have really started to love lambdas from using them in the Go bindings and in newer Objective C code. However that feature requires C++11 support, and if I make that mandatory, that may rule out a number of those old compilers... I'm going to start implementing it, but if some of those old compilers, (GCC 4.2 and MSVC 2005 I am thinking about specifically) fail to work I will either have to make dual versions of the test program. One that uses subclasses for the signal handlers and one that uses lambdas. The other option is to just focus on the lambdas version and exclude the platforms that don't support them.

Update: I did some research and it looks like lambda support requires GCC 4.5 and MSVC 2010... so that would exclude Windows 2000 support and Mac PPC support at least. They would still support the subclass method, but the lambda method is out. https://www.cprogramming.com/c++11/c++11...sures.html

Thoughts anyone?
Reply


Messages In This Thread
Dynamic Windows 3.3 Status Update - by dbsoft - 04-09-2022, 06:32 PM
RE: Dynamic Windows 3.3 Status Update - by dbsoft - 07-07-2022, 11:11 PM
RE: Dynamic Windows 3.3 Status Update - by dbsoft - 07-13-2022, 10:29 PM
RE: Dynamic Windows 3.3 Status Update - by dbsoft - 07-15-2022, 05:27 PM
RE: Dynamic Windows 3.3 Status Update - by dbsoft - 07-28-2022, 04:40 PM
RE: Dynamic Windows 3.3 Status Update - by dbsoft - 09-17-2022, 10:30 PM
RE: Dynamic Windows 3.3 Status Update - by dbsoft - 11-16-2022, 06:12 AM
RE: Dynamic Windows 3.3 Status Update - by dbsoft - 12-16-2022, 07:25 AM
RE: Dynamic Windows 3.3 Status Update - by dbsoft - 12-19-2022, 09:29 AM
RE: Dynamic Windows 3.3 Status Update - by dbsoft - 12-22-2022, 12:29 AM
RE: Dynamic Windows 3.3 Status Update - by dbsoft - 12-28-2022, 09:13 PM
RE: Dynamic Windows 3.3 Status Update - by dbsoft - 12-31-2022, 10:01 PM
RE: Dynamic Windows 3.3 Status Update - by dbsoft - 01-10-2023, 09:15 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)