wallet/msvc
Cheng ffa392b922
removed a the redundantly explicit std::uniques
from display_wallet.h and display_wallet.cpp

They are now all wrapped in the long promised
and long forgotten wrapper class.

Long, long ago, I intended to implement the Pimpl idiom,
but these days std::unique takes care of all that work for
you.  You just wrap your low level pimple class in a high
level wrapper whose base class is an std_unique_ptr to
to an instance of your low level class.
2023-11-12 08:28:00 +10:00
..
make.bat command line make 2023-09-16 19:02:43 +10:00
wallet.manifest Never really figured out why my code was breaking 2023-10-18 20:23:56 +10:00
wallet.rc Never really figured out why my code was breaking 2023-10-18 20:23:56 +10:00
wallet.vcxproj removed a the redundantly explicit std::uniques 2023-11-12 08:28:00 +10:00
winConfig.bat I suffered greatly trying to get the libraries to build correctly 2023-09-18 07:10:41 +10:00
winConfigDebug.bat I suffered greatly trying to get the libraries to build correctly 2023-09-18 07:10:41 +10:00
winConfigRelease.bat I suffered greatly trying to get the libraries to build correctly 2023-09-18 07:10:41 +10:00
winConfigWidgets.bat Never really figured out why my code was breaking 2023-10-18 20:23:56 +10:00
wxConfig.bat My update of wxWidgets broke. wxWidgets bug, or bug in the way I use it. 2023-09-14 10:45:12 +10:00