Kacper Michajłow
Kacper Michajłow
@anthnich reported that our current guide dosn't work, maybe we should merge it? It doesn't harm to have one more component listed and if this help people to setup environment...
We should use `8.1` as it is the one to be used to Vista+ targets. There are no issues with using Windows 10 SDK, but since we don't really need...
I think forcefully resetting playback is little bit too much. Restarting playback can be done with single hotkey (CTRL+E by default) and user can do it once he finish changing...
Some streams that have duration are still not seekable. Anyway we can go with those changes, I still think we shouldn't restart playback, but I don't mind it really. I...
I still have this UI glitch on Win8 http://i.imgbox.com/UqNhKTCe.png If you need help with this I can take a look for the fix. Also in settings page. I suggest to...
> Could you check if this is happening always or only under certain conditions? (For example after TVToolsDlg is called, or after watching a channel with option "IGMP multicast membership...
`const CString* pstrAddr` change it to either `const CString& pstrAddr` or `LPCTSTR` http://msdn.microsoft.com/en-us/library/acttytz3.aspx also search for other instances where CString is passed by copy, there are few left. I may...
Also try to avoid code dupliaction like pin error reporting code in `CMainFrame::OpenNetwork` and `CMainFrame::OpenFile` and few other instances. `MainFrm.cpp` is way too big already.
Ok then, I was wrong here. But still if we care about consistency it is better to stick to one way of passing CString. And those listed described on MSDN...
> I thought this was already solved! In my Win7 machine it is OK. Could you take a look? Thanks This fixes the problem. Also please fix `Save`, `Close` buttons...