Microsoft's well-known operating system. Use this tag for code reviews where the code is targeted specifically for this platform, when no other more specific tags exist.
4
votes
0answers
544 views
Mingw, wcout and locales
I've recently had to print some national symbols in windows console using Mingw and found, that I got nothing in the output, if I use wide strings.
So, I studied ...
3
votes
0answers
184 views
Aysnc call back to UI Thread
My main DLL is a .Net one that has an async running method and fires an event when it's done:
...
3
votes
0answers
133 views
custom win32_file_streambuf
I am looking for a review regarding C++ streams behaviour conformance.
I have made this win32_file_streambuf so that I can use it in log4cplus project. I basically ...
2
votes
0answers
96 views
Am I getting the right information about installed SQL Server Instances?
I'm building an installer package for our software using Inno Setup. As a part of this, I'm also building a few different DLL's in Delphi XE2 to accommodate for some of the common tasks required by ...
1
vote
0answers
32 views
Fastest Windows script to move files from one did to a network dir
I wrote a script that moves files older than two days over to a network share (via scheduled task). Windows Task Scheduler doesn't seem to like the script so much, but it works well by itself.
Is ...
0
votes
0answers
14 views
DataService data storage
I have a DataService, which should talk to the server and store vars (for complicated calls, for example).
Last time, i ended up with approach (for example, i'm working with a list):
GetList() - ...
0
votes
0answers
286 views
Wix configuration to auto-update Windows service using MajorUpgrade tag
I'm new to Wix Toolset, I'm using Wix 3.8 and Visual Studio 2012.
I'm trying to create a Product.wxs that
Upgrade my Windows service, but it can't lose user account information when update.
It has ...