tumagonx

Results 30 comments of tumagonx

I'm still on WinXP, none of current WIC codec works on it except the very old FastPictureViewer wic codec pack. The more formats competing the less likely they succeed. Look...

I think libheif is best minimal library that can be build with visual c++ for jpegview. You get avif and heic support.

reproduced also for me on windows 10 1607, and I'm completely new to Miranda-NG, it's like miranda use unusual/improper/hackish way to initialize its ui/skinning, the effect is just too disastrous...

Looks like indeed a quirk one, more complicated than I thought which make me wonder whats the original real world use-cases of that quirk?

run rcedit ``` Fatal error: You should specify a exe/dll file ``` yes DLLs is within the scope :) and no not --dll but https://msdn.microsoft.com/en-us/library/ms809762.aspx in `Characteristics` flag `0x2000` means...

well, a dll is 99,99% an exe too, why not? and because of that `--dll` (by user) will cause inaccuracy, just my two cents. It's up to the developer...

sorry i made lame C-ish patch barely based on that msdn article [rescle-manifest-dll.txt](https://github.com/electron/rcedit/files/1151784/rescle-manifest-dll.txt)

in libgomp's target.c : ` const char *prefix ="libgomp-plugin-";` ` const char *suffix = SONAME_SUFFIX (1);` in plugin-suffix.h (there are several platform specific) none define .dll furthermore in plugin-nvptx.c it...

nah, I tired of reporting bug over windows compatibility (been there). and since I'm still on windows xp, it will getting worse.

by the way, if we enable this plugin, does that means we no longer needs for cuda toolkit (nvcc, ptxas and friends), just need cuda runtime/driver? need to support unofficially...