mikekov

Results 16 comments of mikekov

I didn't occur to me to add "mousetrap" to a slider element. However my slider already has other classes assigned, plus I don't know what it means for mousetrap lib...

The same shortcuts were already assigned different action in the main window before rating was implemented, so there was a conflict. This could be changed to make it consistent at...

Yes, this is a good idea. Well, EP is open source now, so if it can attract some devs, then it will survive. But C++ and MFC are not the...

Sorry, this chapter is over now and I want to be a front-end guy enjoying Angular and TypeScript, like the rest of the world.

I'm sorry for all those problems. They stem from the fact that .gitignore file excluded "release" folder from jpeg lib. I added missing files.

There's evidently some differences in types seen on my machine, but I shouldn't rely on date/time seconds/minutes/hours having any particular type. Added cast to int.

It looks like jpeg-turbo lib has not been built. You can try right clicking on it and selecting "Build". I've seen VS reporting unknown errors trying to build this project....

libjpeg-turbo project in the Solution Explorer

If libjpeg-turbo project is available, then CMake "has done its thing". I don't remember having to do anything special after installing NASM. I guess just as long a it is...

After pointing CMake to libjpeg, click "Configure". In the dialog that pops up select VS 15 2017 Win64 and press Finish. Then only you'll see "ENABLE_SHARED" check box. Uncheck it....