GithubHelp home page GithubHelp logo

totalregistry's Introduction

Total Registry

Replacement for the Windows built-in Regedit.exe tool. Improvements over that tool include:

  • Show real Registry (not just the standard one)
  • Sort list view by any column
  • Key icons for hives, inaccessible keys, and links
  • Key details: last write time and number of keys/values
  • Displays MUI and REG_EXPAND_SZ expanded values
  • Full search (Find All / Ctrl+Shift+F)
  • Enhanced hex editor for binary values
  • Undo/redo
  • Copy/paste of keys/values
  • Optionally replace RegEdit
  • Connect to remote Registry
  • View open key handles

Build instructions

Build the solution file with Visual Studio 2022 preview. Can be built with Visual Studio 2019 as well (change toolset to v142 and C++ compiler version to C++ latest or C++20).

totalregistry's People

Contributors

zodiacon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

totalregistry's Issues

Minor error.

There is no big error in the code.
But I want to make it more perfect!
Yeah, It's in the MainFrame.cpp file.
The code line is 764. The 'u' should be replace with 'y'.
The correct code is here:
DisplayError(L"Failed to rename key");

Feature Request: Clickable Breadcrumbs

Add clickable breadcrumbs.
Add feature similar to Windows File Explorer, where user can click a parent node on the address bar to move to the parent folder.
ClickableBreadcrumbs_Part1
ClickableBreadcrumbs_Part2
ClickableBreadcrumbs_Part3
ClickableBreadcrumbs_Part4

If this program had clickable breadcrumbs, the user can double click on a parent node in the address bar and get the same results as clicking the node on the left side tree window.
ClickableBreadcrumbs_Part5

Frequently not all the parent nodes are visible on the tree window. This would allow user to move to a parent node without having to scroll up and down searching for the parent.

0.91 Run as Administrator -> Failed to load kernel driver.

Clicked "Run as Administrator" and get this message:

---------------------------
Registry Explorer
---------------------------
Failed to load kernel driver. Some keys will be inaccesible
---------------------------
OK   
---------------------------

image

OS: Win10 x64 Pro

dll missing

When I try to run the program I'm getting an error about vcruntime140.dll missing while the file is there.

BookMarks

My Bookmarks always gone and can't find them back :(
when reopen it

Feature Request: Back, Forward, Favorite, History, and more

I've always wanted a back and forward option on RegEdit. Moreover, there are several features on a browser that would be great to have on a RegEdit tool.

  1. Back (option on toolbar to go to previous registry address)
  2. Forward (toolbar option to move forward to last address before Back option used)
  3. Up (toolbar option similar to File Explorer, where address moves to parent address)
  4. Favorite or Bookmarks (A Node at the same level as "Standard Registry" and "REGISTRY". The node contains user defined registry key book marks)
  5. History or MRU [Most Recently Used] (list with the last [MAXRECENT] 100 visited addresses. Allow user to change the MAXRECENT value)
  6. Tabs (Similar TAB GUI seen in Chrome and Firefox)
  7. Start up with the last address location in previous session by using the same key used by RegEdit and updating it when session exits. (HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\Lastkey)

Additional Feature Request:

  • When a registry key value is enter on the address bar, have the parent key selected. Same as what happens when a registry key is entered.
  • If a user paste an address starting with "Computer", automatically remove that string. That will allow users to copy an address in RegEdit, and paste it on RegExp.
  • Have a Common (or Popular) node at the same level as "Standard Registry". The Common node can have a list of the most popular keys. Example:
    • CurrentVersion
      • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
      • HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows NT\CurrentVersion
    • SOFTWARE
      • HKEY_CURRENT_USER\SOFTWARE
      • HKEY_LOCAL_MACHINE\SOFTWARE
    • Run
      • HKLM
        • HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
        • HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
      • HKCU
        • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
        • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
    • HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Applets\Regedit
    • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager

If you need help with some of this, I can create some pull request.

Code logic error

The function CString CMainFrame::GetColumnText(HWND h,int row,int col) const in the MainFrame.cpp exists a code logic error.
I guess that you want to judge the if(item.TimeStamp.dwHighDateTime+item.TimeStamp.dwLowDateTime) is zero.
But you incorrectly type the if(item.TimeStamp.dwHighDateTime+item.TimeStamp.dwHighDateTime. The code line is 219.

ideas for improvements

Find All

  1. Selecting multiple registry handles (for example: search only in HKLM + HKCR)
  2. More important option: "Don't search inside links" (skip if the key is a link)

Show "Jump to..."

  1. Right-click on HKEY_ -> Show a "Jump to..." for pointers (for example: HKEY_CLASSES_ROOT -> RMB -> "Show destinations" -> Menu of items: HKLM\SOFTWARE\Classes; HKCU\SOFTWARE\Classes). To keep the information that they are just pointers to specific real locations in the registry.

  2. Right-click on any hive -> Show a "Jump to..." for hives (just jump to the hive file using explorer). If possible..

submodule error.

Your wtl library is 404 not found. So we cannot git correctly.

Handle Invalid on .reg Import

I noticed the .reg Files you export have another Formatting that the .reg Files i want to Import (because theyre written by Hand).
Normal Regedit imports them Fine (if it would work for me atleast...) so im using this Program as working alternative.
The Particular Reg File/s is here.

https://paste.thighs.live/olycuhaqos.pl

Manage Locations doesn't work

What is the purpose of the Manage... option in the Locations menu? I click on it and it does nothing. Also, what is the intent behind Locations vs. Bookmarks?

KDGEulCk0i

System Integrity problem with KRegExp.sys

Event viewer reports system integrity problem with KRegExp.sys.

Code Integrity Checker detected that the file image hash is invalid. The file may have been corrupted due to unauthorized modification. An invalid hash may indicate a potential problem with the disk device.

Filename: \Device\HarddiskVolume2\Windows\System32\drivers\KRegExp.sys

[ Name] Microsoft-Windows-Security-Auditing
[ Guid] {54849625-5478-4994-a5ba-3e3b0328c30d}
EventID 5038
Version 0
Level 0
Task 12290
Opcode 0
Keywords 0x8010000000000000

Compile Errors in Visual Studio 2019

I've cloned the repository, opened the solution file with Visual Studio 2019, changed the Platform Toolset to v142 for both RegExp and WTLHelper, and tried to build it. The result is:

745 errors:

Severity	Code	Description	Project	File	Line	Suppression State
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	15	
Error	C3536	'<begin>$L0': cannot be used before it is initialized	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	47	
Error	C3536	'<end>$L0': cannot be used before it is initialized	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	47	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	8	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	9	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	10	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	11	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	12	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	13	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	14	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	15	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	16	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	8	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	9	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	10	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	11	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	12	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	13	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	14	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	16	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	8	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	9	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	10	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	11	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	12	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	13	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	14	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	15	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	16	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	8	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	9	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	10	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	11	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	12	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	13	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	14	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	15	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	16	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	8	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	9	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	10	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	11	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	12	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	13	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	14	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	15	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	16	
Error	C2440	'<function-style-cast>': cannot convert from 'initializer list' to 'Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	27	
Error	C2864	'CNumberValueDlg::m_Format': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline'	RegExp	C:\path\to\repo\RegExp\RegExp\NumberValueDlg.h	49	
Error	C2864	'CNumberValueDlg::m_Format': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline'	RegExp	C:\path\to\repo\RegExp\RegExp\NumberValueDlg.h	49	
Error	C3316	'const Registry::<unnamed-type-Keys> []': an array of unknown size cannot be used in a range-based for statement	RegExp	C:\path\to\repo\RegExp\RegExp\MainFrame.cpp	448	
Error	C3316	'const Registry::<unnamed-type-Keys> []': an array of unknown size cannot be used in a range-based for statement	RegExp	C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp	188	
Error	C2784	'const _Elem *std::begin(std::initializer_list<_Elem>) noexcept': could not deduce template argument for 'std::initializer_list<_Elem>' from 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	112	
Error	C2784	'const _Elem *std::begin(std::initializer_list<_Elem>) noexcept': could not deduce template argument for 'std::initializer_list<_Elem>' from 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	141	
Error	C2784	'const _Elem *std::end(std::initializer_list<_Elem>) noexcept': could not deduce template argument for 'std::initializer_list<_Elem>' from 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	112	
Error	C2784	'const _Elem *std::end(std::initializer_list<_Elem>) noexcept': could not deduce template argument for 'std::initializer_list<_Elem>' from 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	113	
Error	C2784	'const _Elem *std::end(std::initializer_list<_Elem>) noexcept': could not deduce template argument for 'std::initializer_list<_Elem>' from 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	141	
Error	C2784	'const _Elem *std::end(std::initializer_list<_Elem>) noexcept': could not deduce template argument for 'std::initializer_list<_Elem>' from 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	142	
Error	C2664	'DWORD Registry::EnumKeyValues(HKEY,const std::function<void (DWORD,PCWSTR,DWORD)> &)': cannot convert argument 2 from 'Registry::GetHiveList::<lambda_8ce697c968621346b5416afb3a199dd7>' to 'const std::function<void (DWORD,PCWSTR,DWORD)> &'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	168	
Error	C3536	'error': cannot be used before it is initialized	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	116	
Error	C3536	'error': cannot be used before it is initialized	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	145	
Error	C2039	'GetString': is not a member of 'Settings'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	68	
Error	C3646	'GetString': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C3646	'GetString': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C3646	'GetString': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C3646	'GetString': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C3646	'GetString': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C3646	'GetString': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2440	'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey'	RegExp	C:\path\to\repo\RegExp\RegExp\ChangeValueCommand.cpp	12	
Error	C2440	'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey'	RegExp	C:\path\to\repo\RegExp\RegExp\CopyKeyCommand.cpp	14	
Error	C2440	'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey'	RegExp	C:\path\to\repo\RegExp\RegExp\CopyKeyCommand.cpp	18	
Error	C2440	'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey'	RegExp	C:\path\to\repo\RegExp\RegExp\CopyKeyCommand.cpp	29	
Error	C2440	'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey'	RegExp	C:\path\to\repo\RegExp\RegExp\CopyValueCommand.cpp	10	
Error	C2440	'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey'	RegExp	C:\path\to\repo\RegExp\RegExp\CopyValueCommand.cpp	14	
Error	C2440	'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey'	RegExp	C:\path\to\repo\RegExp\RegExp\CopyValueCommand.cpp	42	
Error	C2440	'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey'	RegExp	C:\path\to\repo\RegExp\RegExp\CreateKeyCommand.cpp	10	
Error	C2440	'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey'	RegExp	C:\path\to\repo\RegExp\RegExp\CreateKeyCommand.cpp	28	
Error	C2440	'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey'	RegExp	C:\path\to\repo\RegExp\RegExp\CreateValueCommand.cpp	10	
Error	C2440	'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey'	RegExp	C:\path\to\repo\RegExp\RegExp\CreateValueCommand.cpp	37	
Error	C2440	'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey'	RegExp	C:\path\to\repo\RegExp\RegExp\DeleteKeyCommand.cpp	11	
Error	C2440	'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey'	RegExp	C:\path\to\repo\RegExp\RegExp\DeleteKeyCommand.cpp	37	
Error	C2440	'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey'	RegExp	C:\path\to\repo\RegExp\RegExp\DeleteValueCommand.cpp	10	
Error	C2440	'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey'	RegExp	C:\path\to\repo\RegExp\RegExp\DeleteValueCommand.cpp	41	
Error	C2440	'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey'	RegExp	C:\path\to\repo\RegExp\RegExp\RenameKeyCommand.cpp	10	
Error	C2440	'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey'	RegExp	C:\path\to\repo\RegExp\RegExp\RenameValueCommand.cpp	10	
Error	C3536	'it': cannot be used before it is initialized	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	26	
Error	C3536	'it': cannot be used before it is initialized	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	59	
Error	C3531	'k': a symbol whose type contains 'auto' must have an initializer	RegExp	C:\path\to\repo\RegExp\RegExp\MainFrame.cpp	448	
Error	C2530	'k': references must be initialized	RegExp	C:\path\to\repo\RegExp\RegExp\MainFrame.cpp	448	
Error	C3531	'key': a symbol whose type contains 'auto' must have an initializer	RegExp	C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp	188	
Error	C7582	'Key': default member initializers for bit-fields requires at least '/std:c++latest'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	14	
Error	C7582	'Key': default member initializers for bit-fields requires at least '/std:c++latest'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	14	
Error	C7582	'Key': default member initializers for bit-fields requires at least '/std:c++latest'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	14	
Error	C7582	'Key': default member initializers for bit-fields requires at least '/std:c++latest'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	14	
Error	C7582	'Key': default member initializers for bit-fields requires at least '/std:c++latest'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	14	
Error	C7582	'Key': default member initializers for bit-fields requires at least '/std:c++latest'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	14	
Error	C7582	'Key': default member initializers for bit-fields requires at least '/std:c++latest'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	14	
Error	C7582	'Key': default member initializers for bit-fields requires at least '/std:c++latest'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	14	
Error	C7582	'Key': default member initializers for bit-fields requires at least '/std:c++latest'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	14	
Error	C7582	'Key': default member initializers for bit-fields requires at least '/std:c++latest'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	14	
Error	C7582	'Key': default member initializers for bit-fields requires at least '/std:c++latest'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	14	
Error	C7582	'Key': default member initializers for bit-fields requires at least '/std:c++latest'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	14	
Error	C7582	'Key': default member initializers for bit-fields requires at least '/std:c++latest'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	14	
Error	C3646	'Key': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C3646	'Key': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C3646	'Key': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C3646	'Key': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C3646	'Key': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C3646	'Key': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C3646	'Key': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C3646	'Key': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C3646	'Key': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C3646	'Key': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C3646	'Key': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C3646	'Key': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C2660	'memcpy': function does not take 2 arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	19	
Error	C2660	'memcpy': function does not take 2 arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	19	
Error	C2660	'memcpy': function does not take 2 arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	19	
Error	C2660	'memcpy': function does not take 2 arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	19	
Error	C2660	'memcpy': function does not take 2 arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	19	
Error	C2660	'memcpy': function does not take 2 arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	19	
Error	C3861	'Name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	81	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	87	
Error	C3861	'Name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	81	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	87	
Error	C3861	'Name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	81	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	87	
Error	C3861	'Name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	81	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	87	
Error	C3861	'Name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	81	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	87	
Error	C3861	'Name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	81	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C3861	'name': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	87	
Error	C2065	'name': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2065	'name': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2065	'name': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2065	'name': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2065	'name': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2065	'name': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2065	'name': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2065	'name': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2065	'name': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2065	'name': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2065	'name': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2065	'name': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C3646	'Name': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C3646	'Name': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C3646	'Name': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C3646	'Name': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C3646	'Name': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C3646	'Name': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C3536	'pair': cannot be used before it is initialized	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	113	
Error	C3536	'pair': cannot be used before it is initialized	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	142	
Error	C3646	'Path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C3646	'Path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C3646	'Path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C3646	'Path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C3646	'Path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C3646	'Path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C3646	'Path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C3646	'Path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C3646	'Path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C3646	'Path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C3646	'Path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C3646	'Path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C2864	'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C2864	'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C2864	'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C2864	'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C2864	'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C2864	'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C2864	'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C2864	'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C2864	'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C2864	'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C2864	'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C2864	'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C2864	'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C2660	'RegistrySearcher::FindNextWorker': function does not take 1 arguments	RegExp	C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp	189	
Error	C2065	's1': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2065	's1': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2065	's1': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2065	's1': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2065	's1': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2065	's1': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2065	's2': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2065	's2': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2065	's2': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2065	's2': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2065	's2': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2065	's2': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2614	'Setting': illegal member initialization: 'Name' is not a base or member	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2614	'Setting': illegal member initialization: 'Name' is not a base or member	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2614	'Setting': illegal member initialization: 'Name' is not a base or member	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2614	'Setting': illegal member initialization: 'Name' is not a base or member	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2614	'Setting': illegal member initialization: 'Name' is not a base or member	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2614	'Setting': illegal member initialization: 'Name' is not a base or member	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2614	'Setting': illegal member initialization: 'Name' is not a base or member	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2614	'Setting': illegal member initialization: 'Name' is not a base or member	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2614	'Setting': illegal member initialization: 'Name' is not a base or member	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2614	'Setting': illegal member initialization: 'Name' is not a base or member	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2614	'Setting': illegal member initialization: 'Name' is not a base or member	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2614	'Setting': illegal member initialization: 'Name' is not a base or member	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2661	'Setting::Setting': no overloaded function takes 2 arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	63	
Error	C2535	'Setting::Setting(void)': member function already defined or declared	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2535	'Setting::Setting(void)': member function already defined or declared	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2535	'Setting::Setting(void)': member function already defined or declared	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2535	'Setting::Setting(void)': member function already defined or declared	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2535	'Setting::Setting(void)': member function already defined or declared	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2535	'Setting::Setting(void)': member function already defined or declared	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2660	'Settings::Set': function does not take 3 arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	54	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	19	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	20	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	21	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	22	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	23	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	24	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	25	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	26	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	27	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	19	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	20	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	21	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	22	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	23	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	24	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	25	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	26	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	27	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	19	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	20	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	21	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	22	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	23	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	24	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	25	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	26	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	27	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	19	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	20	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	21	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	22	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	23	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	24	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	25	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	26	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	27	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	19	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	20	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	21	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	22	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	23	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	24	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	25	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	26	
Error	C2672	'Settings::Set': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	27	
Error	C2065	'size': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	28	
Error	C2065	'size': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	28	
Error	C2065	'size': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	28	
Error	C2065	'size': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	28	
Error	C2065	'size': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	28	
Error	C2065	'size': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	28	
Error	C2672	'std::begin': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	112	
Error	C2672	'std::begin': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	141	
Error	C2672	'std::end': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	112	
Error	C2672	'std::end': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	113	
Error	C2672	'std::end': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	141	
Error	C2672	'std::end': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	142	
Error	C2672	'std::find_if': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	112	
Error	C2672	'std::find_if': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	141	
Error	C2514	'std::lock_guard': class template cannot be constructed	RegExp	C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp	6	
Error	C2514	'std::lock_guard': class template cannot be constructed	RegExp	C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp	11	
Error	C2514	'std::lock_guard': class template cannot be constructed	RegExp	C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp	16	
Error	C2514	'std::lock_guard': class template cannot be constructed	RegExp	C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp	78	
Error	C2672	'std::make_unique': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	18	
Error	C2672	'std::make_unique': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	28	
Error	C2672	'std::make_unique': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	18	
Error	C2672	'std::make_unique': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	28	
Error	C2672	'std::make_unique': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	18	
Error	C2672	'std::make_unique': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	28	
Error	C2672	'std::make_unique': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	18	
Error	C2672	'std::make_unique': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	28	
Error	C2672	'std::make_unique': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	18	
Error	C2672	'std::make_unique': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	28	
Error	C2672	'std::make_unique': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	18	
Error	C2672	'std::make_unique': no matching overloaded function found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	28	
Error	C2923	'std::map': 'wstring' is not a valid template type argument for parameter '_Kty'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2923	'std::map': 'wstring' is not a valid template type argument for parameter '_Kty'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2923	'std::map': 'wstring' is not a valid template type argument for parameter '_Kty'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2923	'std::map': 'wstring' is not a valid template type argument for parameter '_Kty'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2923	'std::map': 'wstring' is not a valid template type argument for parameter '_Kty'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2923	'std::map': 'wstring' is not a valid template type argument for parameter '_Kty'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2976	'std::map': too few template arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2976	'std::map': too few template arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2976	'std::map': too few template arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2976	'std::map': too few template arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2976	'std::map': too few template arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2976	'std::map': too few template arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2662	'std::_Default_sentinel std::_Tree<_Traits>::_Unchecked_end(void) noexcept const': cannot convert 'this' pointer from 'const std::map' to 'const std::map<_Kty,_Ty,_Pr,_Alloc> &'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	47	
Error	C2663	'std::_Tree<_Traits>::end': 2 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	26	
Error	C2663	'std::_Tree<_Traits>::end': 2 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	59	
Error	C2663	'std::_Tree<_Traits>::find': 4 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	25	
Error	C2663	'std::_Tree<_Traits>::find': 4 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	58	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	8	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	9	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	10	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	11	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	12	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	13	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	14	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	15	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	16	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	8	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	9	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	10	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	11	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	12	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	13	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	14	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	15	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	16	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	8	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	9	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	10	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	11	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	12	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	13	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	14	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	15	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	16	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	8	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	9	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	10	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	11	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	12	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	13	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	14	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	15	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	16	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	8	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	9	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	10	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	11	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	12	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	13	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	14	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	15	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	16	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	27	
Error	C2663	'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	64	
Error	C2663	'std::_Tree<_Traits>::_Unchecked_begin': 2 overloads have no legal conversion for 'this' pointer	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	47	
Error	C3861	'type': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'type': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C3861	'type': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'type': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C3861	'type': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'type': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C3861	'type': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'type': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C3861	'type': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'type': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C3861	'type': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C3861	'type': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C2065	'type': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2065	'type': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2065	'type': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2065	'type': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2065	'type': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2065	'type': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	24	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	83	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	24	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	83	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	24	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	83	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	24	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	83	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	24	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	83	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	24	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	83	
Error	C3861	'value': identifier not found	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	86	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	24	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	18	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	19	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	29	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	24	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	18	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	19	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	29	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	24	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	18	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	19	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	29	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	24	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	18	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	19	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	29	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	24	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	18	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	19	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	29	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	24	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	18	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	19	
Error	C2065	'value': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	29	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	19	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	20	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	21	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	22	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	23	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	24	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	25	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	26	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	27	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	19	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	20	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	21	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	22	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	23	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	24	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	25	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	26	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	27	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	19	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	20	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	21	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	22	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	23	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	24	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	25	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	26	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	27	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	19	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	20	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	21	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	22	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	23	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	24	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	25	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	26	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	27	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	19	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	20	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	21	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	22	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	23	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	24	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	25	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	26	
Error	C2780	'void Settings::Set(const int)': expects 1 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	27	
Error	C2664	'void Settings::Set(PCWSTR,int)': cannot convert argument 2 from 'CRect' to 'int'	RegExp	C:\path\to\repo\RegExp\RegExp\Helpers.cpp	8	
Error	C2664	'void std::vector<Hive,std::allocator<Hive>>::push_back(const _Ty &)': cannot convert argument 1 from 'initializer list' to 'const _Ty &'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	171	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C2039	'wstring': is not a member of 'std'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	68	
Error	C2065	'wstring': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2065	'wstring': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2065	'wstring': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2065	'wstring': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2065	'wstring': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error	C2065	'wstring': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Message		'_Container=const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	112	
Message		'_Container=const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	112	
Message		'_Container=const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	113	
Message		'_Container=const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	141	
Message		'_Container=const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	141	
Message		'_Container=const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	142	
Error	C2780	'_InIt std::find_if(_InIt,const _InIt,_Pr)': expects 3 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	112	
Error	C2780	'_InIt std::find_if(_InIt,const _InIt,_Pr)': expects 3 arguments - 2 provided	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	141	
Error	C2065	'_path': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	6	
Error	C2065	'_path': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	8	
Error	C2065	'_path': undeclared identifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	36	
Error	C3646	'_path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C3646	'_path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C3646	'_path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C3646	'_path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C3646	'_path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C3646	'_path': unknown override specifier	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C2660	'_wcsicmp': function does not take 1 arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2660	'_wcsicmp': function does not take 1 arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2660	'_wcsicmp': function does not take 1 arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2660	'_wcsicmp': function does not take 1 arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2660	'_wcsicmp': function does not take 1 arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2660	'_wcsicmp': function does not take 1 arguments	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	135	
Error	C2447	'{': missing function header (old-style formal list?)	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	68	
Error (active)	E2860	a nonstatic data member cannot be declared as inline	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	7	
Message		Constructor for class 'ATL::CRegKey' is declared 'explicit'	RegExp	C:\path\to\repo\RegExp\RegExp\ChangeValueCommand.cpp	12	
Message		Constructor for class 'ATL::CRegKey' is declared 'explicit'	RegExp	C:\path\to\repo\RegExp\RegExp\CopyKeyCommand.cpp	14	
Message		Constructor for class 'ATL::CRegKey' is declared 'explicit'	RegExp	C:\path\to\repo\RegExp\RegExp\CopyKeyCommand.cpp	18	
Message		Constructor for class 'ATL::CRegKey' is declared 'explicit'	RegExp	C:\path\to\repo\RegExp\RegExp\CopyKeyCommand.cpp	29	
Message		Constructor for class 'ATL::CRegKey' is declared 'explicit'	RegExp	C:\path\to\repo\RegExp\RegExp\CopyValueCommand.cpp	10	
Message		Constructor for class 'ATL::CRegKey' is declared 'explicit'	RegExp	C:\path\to\repo\RegExp\RegExp\CopyValueCommand.cpp	14	
Message		Constructor for class 'ATL::CRegKey' is declared 'explicit'	RegExp	C:\path\to\repo\RegExp\RegExp\CopyValueCommand.cpp	42	
Message		Constructor for class 'ATL::CRegKey' is declared 'explicit'	RegExp	C:\path\to\repo\RegExp\RegExp\CreateKeyCommand.cpp	10	
Message		Constructor for class 'ATL::CRegKey' is declared 'explicit'	RegExp	C:\path\to\repo\RegExp\RegExp\CreateKeyCommand.cpp	28	
Message		Constructor for class 'ATL::CRegKey' is declared 'explicit'	RegExp	C:\path\to\repo\RegExp\RegExp\CreateValueCommand.cpp	10	
Message		Constructor for class 'ATL::CRegKey' is declared 'explicit'	RegExp	C:\path\to\repo\RegExp\RegExp\CreateValueCommand.cpp	37	
Message		Constructor for class 'ATL::CRegKey' is declared 'explicit'	RegExp	C:\path\to\repo\RegExp\RegExp\DeleteKeyCommand.cpp	11	
Message		Constructor for class 'ATL::CRegKey' is declared 'explicit'	RegExp	C:\path\to\repo\RegExp\RegExp\DeleteKeyCommand.cpp	37	
Message		Constructor for class 'ATL::CRegKey' is declared 'explicit'	RegExp	C:\path\to\repo\RegExp\RegExp\DeleteValueCommand.cpp	10	
Message		Constructor for class 'ATL::CRegKey' is declared 'explicit'	RegExp	C:\path\to\repo\RegExp\RegExp\DeleteValueCommand.cpp	41	
Message		Constructor for class 'ATL::CRegKey' is declared 'explicit'	RegExp	C:\path\to\repo\RegExp\RegExp\RenameKeyCommand.cpp	10	
Message		Constructor for class 'ATL::CRegKey' is declared 'explicit'	RegExp	C:\path\to\repo\RegExp\RegExp\RenameValueCommand.cpp	10	
Message		Conversion requires a second user-defined-conversion operator or constructor	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	47	
Error	C1003	error count exceeds 100; stopping compilation	RegExp	C:\path\to\repo\RegExp\RegExp\MainFrame.cpp	448	
Error	C2893	Failed to specialize function template 'unknown-type std::begin(_Container &)'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	112	
Error	C2893	Failed to specialize function template 'unknown-type std::begin(_Container &)'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	141	
Error	C2893	Failed to specialize function template 'unknown-type std::end(_Container &)'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	112	
Error	C2893	Failed to specialize function template 'unknown-type std::end(_Container &)'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	113	
Error	C2893	Failed to specialize function template 'unknown-type std::end(_Container &)'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	141	
Error	C2893	Failed to specialize function template 'unknown-type std::end(_Container &)'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	142	
Warning	D9002	ignoring unknown option '/std:c++20'	RegExp	C:\path\to\repo\RegExp\RegExp\cl	1	
Error	C2100	illegal indirection	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	47	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	59	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	59	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	59	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	59	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	59	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	59	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	59	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	7	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	7	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\GotoKeyDlg.h	30	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	7	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	59	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	7	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\NumberValueDlg.h	49	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\GotoKeyDlg.h	30	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\NumberValueDlg.h	49	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	59	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	7	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	59	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	59	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	59	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	46	
Error	C7525	inline variables require at least '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	59	
Message		Invalid aggregate initialization	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	171	
Error	C2429	language feature 'structured bindings' requires compiler flag '/std:c++17'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	47	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	4	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	5	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Error	C4430	missing type specifier - int assumed. Note: C++ does not support default-int	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	68	
Error (active)	E0135	namespace "std" has no member "wstring"	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	12	
Error (active)	E0135	namespace "std" has no member "wstring"	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error (active)	E0135	namespace "std" has no member "wstring"	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error (active)	E0135	namespace "std" has no member "wstring"	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error (active)	E0135	namespace "std" has no member "wstring"	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error (active)	E0135	namespace "std" has no member "wstring"	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error (active)	E0135	namespace "std" has no member "wstring"	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error (active)	E0135	namespace "std" has no member "wstring"	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error (active)	E0135	namespace "std" has no member "wstring"	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error (active)	E0135	namespace "std" has no member "wstring"	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Error (active)	E0135	namespace "std" has no member "wstring"	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	139	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	8	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	9	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	10	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	11	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	12	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	13	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	14	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	15	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	16	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	8	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	9	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	10	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	11	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	12	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	13	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	14	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	15	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	16	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	8	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	9	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	10	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	11	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	12	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	13	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	14	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	15	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	16	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	8	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	9	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	10	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	11	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	12	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	13	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	14	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	15	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	16	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	8	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	9	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	10	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	11	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	12	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	13	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	14	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	15	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	16	
Message		No constructor could take the source type, or constructor overload resolution was ambiguous	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	27	
Error (active)	E0304	no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	8	
Error (active)	E0304	no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	9	
Error (active)	E0304	no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	10	
Error (active)	E0304	no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	11	
Error (active)	E0304	no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	12	
Error (active)	E0304	no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	13	
Error (active)	E0304	no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	14	
Error (active)	E0304	no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	15	
Error (active)	E0304	no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list	RegExp	C:\path\to\repo\RegExp\RegExp\AppSettings.h	16	
Message		No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called	RegExp	C:\path\to\repo\RegExp\RegExp\Helpers.cpp	8	
Message		No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	174	
Message		Reason: cannot convert from 'const std::map' to 'const std::map<_Kty,_Ty,_Pr,_Alloc>'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	47	
Message		Reason: cannot convert from 'initializer list' to 'const _Ty'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	171	
Message		Reason: cannot convert from 'Registry::GetHiveList::<lambda_8ce697c968621346b5416afb3a199dd7>' to 'const std::function<void (DWORD,PCWSTR,DWORD)>'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	174	
Message		see declaration of 'memcpy'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\vcruntime_string.h	43	
Message		see declaration of 'memcpy'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\vcruntime_string.h	43	
Message		see declaration of 'memcpy'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\vcruntime_string.h	43	
Message		see declaration of 'memcpy'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\vcruntime_string.h	43	
Message		see declaration of 'memcpy'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\vcruntime_string.h	43	
Message		see declaration of 'memcpy'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\vcruntime_string.h	43	
Message		see declaration of 'Registry::EnumKeyValues'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	60	
Message		see declaration of 'RegistrySearcher::FindNextWorker'	RegExp	C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp	66	
Message		see declaration of 'Setting::Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Message		see declaration of 'Setting::Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Message		see declaration of 'Setting::Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Message		see declaration of 'Setting::Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Message		see declaration of 'Setting::Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Message		see declaration of 'Setting::Setting'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Message		see declaration of 'Settings'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	72	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	91	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		see declaration of 'Settings::Set'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	53	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	25	
Message		see declaration of 'std::begin'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xutility	1916	
Message		see declaration of 'std::begin'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\initializer_list	57	
Message		see declaration of 'std::begin'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xutility	1916	
Message		see declaration of 'std::begin'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\initializer_list	57	
Message		see declaration of 'std::end'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xutility	1926	
Message		see declaration of 'std::end'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\initializer_list	63	
Message		see declaration of 'std::end'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xutility	1926	
Message		see declaration of 'std::end'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\initializer_list	63	
Message		see declaration of 'std::end'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xutility	1926	
Message		see declaration of 'std::end'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\initializer_list	63	
Message		see declaration of 'std::end'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xutility	1926	
Message		see declaration of 'std::end'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\initializer_list	63	
Message		see declaration of 'std::find_if'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xutility	5632	
Message		see declaration of 'std::find_if'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xutility	5632	
Message		see declaration of 'std::lock_guard'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\mutex	433	
Message		see declaration of 'std::lock_guard'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\mutex	433	
Message		see declaration of 'std::lock_guard'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\mutex	433	
Message		see declaration of 'std::lock_guard'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\mutex	433	
Message		see declaration of 'std::map'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	75	
Message		see declaration of 'std::map'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	75	
Message		see declaration of 'std::map'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	75	
Message		see declaration of 'std::map'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	75	
Message		see declaration of 'std::map'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	75	
Message		see declaration of 'std::map'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map	75	
Message		see declaration of 'std::vector<Hive,std::allocator<Hive>>::push_back'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\vector	755	
Message		see declaration of 'std::_Tree<_Traits>::_Unchecked_end'	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xtree	1169	
Message		see declaration of 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Message		see declaration of 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Message		see declaration of 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Message		see declaration of 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Message		see declaration of 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Message		see declaration of 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	138	
Message		see declaration of '_wcsicmp'	RegExp	C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\corecrt_wstring.h	314	
Message		see declaration of '_wcsicmp'	RegExp	C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\corecrt_wstring.h	314	
Message		see declaration of '_wcsicmp'	RegExp	C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\corecrt_wstring.h	314	
Message		see declaration of '_wcsicmp'	RegExp	C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\corecrt_wstring.h	314	
Message		see declaration of '_wcsicmp'	RegExp	C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\corecrt_wstring.h	314	
Message		see declaration of '_wcsicmp'	RegExp	C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\corecrt_wstring.h	314	
Message		see reference to alias template instantiation 'std::_Decltype_invoke_nonzero<Registry::GetHiveList::<lambda_8ce697c968621346b5416afb3a199dd7>&,DWORD,PCWSTR,DWORD>' being compiled	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\type_traits	1716	
Message		see reference to alias template instantiation 'std::_Func_class<_Ret,DWORD,PCWSTR,DWORD>::_Enable_if_callable_t<Registry::GetHiveList::<lambda_8ce697c968621346b5416afb3a199dd7>&,std::function<void (DWORD,PCWSTR,DWORD)>>' being compiled	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	171	
Message		see reference to alias template instantiation 'std::_Is_invocable_r_<void,Registry::GetHiveList::<lambda_8ce697c968621346b5416afb3a199dd7>&,DWORD,PCWSTR,DWORD>' being compiled	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\type_traits	1755	
Message		see reference to class template instantiation 'std::_Is_invocable_r<_Ret,Registry::GetHiveList::<lambda_8ce697c968621346b5416afb3a199dd7> &,DWORD,PCWSTR,DWORD>' being compiled	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\functional	978	
Message		see reference to function template instantiation 'auto Registry::GetHiveList::<lambda_8ce697c968621346b5416afb3a199dd7>::operator ()<DWORD,PCWSTR,DWORD>(DWORD,PCWSTR,DWORD) const' being compiled	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\type_traits	1493	
Message		see reference to variable template 'const bool conjunction_v<std::negation<std::is_same<<lambda_8ce697c968621346b5416afb3a199dd7>,std::function<void __cdecl(unsigned long,wchar_t const *,unsigned long)> > >,std::_Is_invocable_r<void,<lambda_8ce697c968621346b5416afb3a199dd7> &,unsigned long,wchar_t const *,unsigned long> >' being compiled	RegExp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\functional	978	
Error	C2059	syntax error: '('	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2059	syntax error: '('	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2059	syntax error: '('	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2059	syntax error: '('	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2059	syntax error: '('	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2059	syntax error: '('	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	17	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Error	C2061	syntax error: identifier 'wstring'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	27	
Error	C2143	syntax error: missing ',' before '&'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C2143	syntax error: missing ',' before '&'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C2143	syntax error: missing ',' before '&'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C2143	syntax error: missing ',' before '&'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C2143	syntax error: missing ',' before '&'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C2143	syntax error: missing ',' before '&'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C2143	syntax error: missing ',' before '&'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C2143	syntax error: missing ',' before '&'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C2143	syntax error: missing ',' before '&'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C2143	syntax error: missing ',' before '&'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C2143	syntax error: missing ',' before '&'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C2143	syntax error: missing ',' before '&'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	134	
Error	C2143	syntax error: missing ';' before ')'	RegExp	C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp	188	
Error	C2143	syntax error: missing ';' before ':'	RegExp	C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp	188	
Error	C2143	syntax error: missing ';' before '{'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	68	
Error	C2146	syntax error: missing ';' before identifier 'GetString'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.cpp	68	
Warning		The 'packages' element is not declared.	WTLHelper	C:\path\to\repo\RegExp\WTLHelper\packages.config	2	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'Setting::Setting(void)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	22	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		type is 'CNumberValueDlg::ValueFormat'	RegExp	C:\path\to\repo\RegExp\RegExp\NumberValueDlg.h	49	
Message		type is 'CNumberValueDlg::ValueFormat'	RegExp	C:\path\to\repo\RegExp\RegExp\NumberValueDlg.h	49	
Message		type is 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	56	
Message		type is 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	56	
Message		type is 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	56	
Message		type is 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	56	
Message		type is 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	56	
Message		type is 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	56	
Message		type is 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	56	
Message		type is 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	56	
Message		type is 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	56	
Message		type is 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	56	
Message		type is 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	56	
Message		type is 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	56	
Message		type is 'const Registry::<unnamed-type-Keys> []'	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.h	56	
Error	C2238	unexpected token(s) preceding ';'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2238	unexpected token(s) preceding ';'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2238	unexpected token(s) preceding ';'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2238	unexpected token(s) preceding ';'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2238	unexpected token(s) preceding ';'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2238	unexpected token(s) preceding ';'	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	94	
Error	C2988	unrecognizable template declaration/definition	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C2988	unrecognizable template declaration/definition	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C2988	unrecognizable template declaration/definition	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C2988	unrecognizable template declaration/definition	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C2988	unrecognizable template declaration/definition	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Error	C2988	unrecognizable template declaration/definition	RegExp	C:\path\to\repo\RegExp\RegExp\Settings.h	80	
Message		With the following template arguments:	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	112	
Message		With the following template arguments:	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	112	
Message		With the following template arguments:	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	113	
Message		With the following template arguments:	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	141	
Message		With the following template arguments:	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	141	
Message		With the following template arguments:	RegExp	C:\path\to\repo\RegExp\RegExp\Registry.cpp	142	

HKEY_USERS registry keys inaccessible, Run as admin error, and HKLM inaccessible.

Version: 0.96
I tried running the program in normal mode, but certain users under the HKEY_USERS keys were inaccessible.
HKEY_USERS_SubusersInaccessible

So I tried running the program with the "Run as Admin" option, but I got an error message "Failed to Load Kernel Driver".
FailedToLoadKernelDriver

After pressing OK, I was able to view the user's registry key.
HKEY_USERS_Accessible

When I run RegEdit in normal mode, all the HKEY_USERS keys are accessible.
RegEdit_HKEY_USERS_Accessible

When using the Powershell registry key format, the key is inaccessible.
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\SessionData
HKLM_inaccessible

If I enter it with the standard format it works.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\SessionData

  1. Can the error message be removed?
  2. Is there a way to have the program work more like RegEdit, where running in admin mode is not required for accessing these keys?
  3. Can the Powershell format be fixed? Maybe just have it automatically convert what's pasted to the standard format.

FYI:
Thank you for adding the Book Mark feature!
I'm testing a script that runs as another user, and it changes registries at user level and HKEY_LOCAL_MACHINE. With the book marks, it's so easy to move around.

Bookmarks

Would you consider adding a bookmarks feature for registry hives?

broken theme regression

Hi,
there is regression since version v0.7.3 Beta when theme is fully broken on my system.
OS Windows 7 SP1 x64 with all updates ESU included, themes service fully disabled.

Search is Slow

Nice app. I particularly like the Copy/Paste - copying full trees is a vast improvement. The search is powerful, but it's slow. It's a tiny bit faster than regedit, but the search speed really needs to be dramatically improved.

Request: multilingual user-interface

I know, editing in registry should only be done by people that know what they are doing, but a multlingual user-interface would be good. Especially when the project isn't that old.

Translations could be done through fork and PR or with known services like crowdin or any other.

Request: Context Menu

Nice App.
Can you please add inside Locations a submenu "Context Menu".
And inside Context Menu add shortcuts for Context Menu:

HKEY_CLASSES_ROOT\*\shell
HKEY_CLASSES_ROOT\*\shellex
HKEY_CLASSES_ROOT\AllFileSystemObjects\ShellEx\ContextMenuHandlers  
HKEY_CLASSES_ROOT\Folder\shell
HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\  
HKEY_CLASSES_ROOT\Directory\shell
HKEY_CLASSES_ROOT\Directory\Background\shell  
HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers  

I mean to quickly edit the "Right click Menu"... Like:

Right Click Context Menu

This is the result after editing manually my Registry... A tiring job.
The list was almost double. Size of Menu was From top screen to bottom.

Feature request - Address bar

I would like to have an address bar at the top of the screen.

Although it is possible to see your current location at the bottom of the screen, and there's a green arrow to go to a location, I think the program could be improved by combining those functions into an address bar that handles like the address bar in the original regedit.

Expanding keys with lots of subkeys takes a long time and/or hardlocks

If I attempt to expand HKEY_CLASSES_ROOT (clicking the area in red):
image
... TotalReg completely freezes. I let it try to do its thing for about 5 minutes before I gave up.

I instead went and expanded HKEY_CURRENT_USER\SOFTWARE\Classes and that did work, but it took a little over a minute.

In regedit, it takes only about a second to do either of these things.

If there's something you need me to do to help debug this, I'd be happy to help. I do have Visual Studio 2022 and could (probably) compile this to use its debugging features, but I'm a novice and you'd need to tell me what steps to take, what lines of code to set a breakpoint at, etc.

Also, even if this is fixed in TotalReg to also be a second or so, it'd be nice if the left pane could run on an asynchronous thread that doesn't lock up the rest of the program while it's expanding a key with lots of subkeys.

Feature Request: Dark Mode throughout

RegExp looks pretty cool (though the name will cause some confusion - I originally thought this had something to to with regular expressions!) and I appreciate the dark mode - please make it apply throughout (ie on menus and dialogs as well)

Binary Value Behavior error

BinaryValueDlg's edit control (IDC_NAME)can get the mouse focus when WM_LBUTTONDOWN, although it is read only. This will capture the input focus forever when this case occurs.
Then the hex control will not never get the input focus.

App's name

Hello.

Are you aware that there are other apps called "Registry Explorer"?

A particularly mature app with this name is Eric Zimmerman's Registry Explorer, which bears the same app icon. Right now, it's at version 1.6.0.0.

The other is an old one at regxplor.com.

GUI multilingual request

Hi, this is a really cool program.
Have you considered adding multilingual capabilities to the GUI?
I can provide simplified Chinese translation for it.
Thanks for your work.

Fix instructions to build on VS2019

Other than setting toolset to v142 you also need to set the C++ Language Standard to Preview feature from latest ...
image

Else you'll get this:
Element <LanguageStandard> has an invalid value of "stdcpp20".

disable driver signature enforcement vs. secure boot

First off, thank you for making available all of these cool apps! I use them alongside Sysinternals and NirSoft, which is very good company to keep. 😃

I'm running Windows 11 Pro with Secure Boot on (yes, I've read the other issues), but I also disabled driver signature enforcement (per this article: Installing Unsigned Drivers on Windows 10 or 11). It seems like this guy is saying we can temporarily disable driver signature enforcement to install the driver. After rebooting, driver signature enforcement will be on again and everything should just work because the driver is already installed. Clearly this doesn't work as expected (or I wouldn't be posting here), so this is likely just me misunderstanding some fundamental concept. Could you please ELI5 why disabling driver signature enforcement isn't sufficient? What would it take to be able to use Total Registry (as Administrator) and still get the benefits from Secure Boot?

I love the Bookmarks feature - but I can't use Total Registry as a Registry Editor replacement (my goal) if I'm unable to view/edit so many keys. I could disable Secure Boot, but that just feels wrong.

New small issue

In the RenameValueCommand.cpp file, the RenameValueCommand construct function's initialize list misuse the cmdname. Well, It should use the L"Rename Value". It's a so minor mistake. I find it. Yeah! Pavel's type error.

Add Support for SysInternals RegJump.exe

Thank you for a very excellent tool you've made, it would be my preferred regedit replacement except for this one major hitch.

RegJump.exe is part of the SysInternals package and is the only thing keeping me sane when jumping to registry entries from my browser. However, when I use the Replace RegEdit settings, RegJump no longer works. Please look into supporting RegJump to maintain compatibility with tools that rely on it.

A built-in replacement for the same functionality of RegJump would be a happy middle ground as well and possibly easier to implement. The Copy path from clipboard is the feature that makes it so desirable for my purposes.

Regjump v1.1
Copyright (C) 2013-2015 Mark Russinovich
Sysinternals - www.sysinternals.com

usage: regjump <|-c>
-c Copy path from clipboard.
e.g.: regjump HKLM\Software\Microsoft\Windows

Feature Request: Navigation Box

Many 'Registry Explorer' programs feature a Navigation Box to jump more quickly to a specific destination in the Registry. Please add this feature.
Best of luck.

Error connecting to remote registry

Version 0.9
Runs as admin mode.
When I "Connect to Remote Registry" and trying to click on browse button, it throws an error: El programa no puede abrir el cuadro de dialogo requerido porque no se pueden encontrar las ubicaciones. Cierre este mensaje e intentelo de nuevo.
El programa no puede abrir el cuadro de dialogo requerido
If i trying by writing the name of a computer in the dialog box runs perfectly.

Thanks for your help.

Feature request: Open a path

I often land in RegEdit.exe when another tool launches it for me to inspect a particular key. When I tell Registry Explorer to replace RegEdit.exe, this functional no longer seems to function - when launched with a path to a key it simply opens to the root, exactly as if I'd launched it as an application. Similarly, if I have a path in my clipboard, there doesn't seem to be any textbox I can paste that path into to navigate to it.

support for NT 5.1

this software utility doesn't work on Windows XP.
do you have a legacy version or can you edit the source code to get it to work on XP ?

HighDPI mode ?

Hello, could you consider adding HighDPI aware mode, for users with >100% DPI, to not have a full blurry interface ?

Question: RegExp portable

Hello, is it possible to run RegExp on a portable device (e.g. USB stick)? The RegExp settings must then be stored accordingly on the USB stick.

Currently, the settings are stored in the registry so that you always have to remember to delete them after a use on a foreign PC.

Display error in binary editor

Given this binary entry:

image

if I hit the 8 icon the visualization is this:
image

Tested with pre compiled 0.7 directly download from GitHub.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.