14 Commits

Author SHA1 Message Date
1022a2cc0d winstd::actctx_activator helper class introduced 2016-06-07 10:42:57 +02:00
9c4347d2f8 LoadString() added 2016-05-21 17:35:31 +02:00
a77e2d8fab OutputDebugStr() moved to Win.h 2016-05-21 17:35:07 +02:00
20686ff7dc Heap evaluation of memory-leaks added 2016-05-21 17:31:41 +02:00
5519358291 - Code reorganized to move virtual methods and constructors to cpp
- winstd::bstr and winstd::variant helpers introduced
2016-05-20 16:22:25 +02:00
3167ef22d9 Sources are UTF-16 encoded now 2016-05-20 09:52:07 +02:00
6096b90d94 winstd::heap helper added & some other arrangements 2016-05-19 16:22:46 +02:00
705e26a2d8 Forward declarations introduced 2016-05-17 12:05:32 +02:00
a1a7ca6dac WideCharToMultiByte() and MultiByteToWideChar() added 2016-05-17 11:17:13 +02:00
010919ff24 Function returning std::string and std::wstring rewriten to templates to use std::basic_string, allowing finer selection of the string type to use: nonstandard traits & allocator 2016-05-17 10:23:48 +02:00
94abcb185a Assert traps added to force code proofing on first actual use-case 2016-05-17 08:54:49 +02:00
0a2a6e50b9 - BOOL => bool
- BYTE => unsigned char
- winstd::CAtlLibrary => winstd::library
2016-05-16 19:09:32 +02:00
a04b6892a1 Copyright extended to GÉANT 2016-05-16 17:30:40 +02:00
9fb683cf83 Initial version forked from https://github.com/Amebis/atlex.git 2016-05-16 16:28:01 +02:00