Yaroslav Kibysh

Results 17 issues of Yaroslav Kibysh

Most of CE apps are ARM.

Actual problems: - ``nCmdShow`` is wrong and causes ``ShowWindow`` to show window wrong or not show at all. - Exception after closing main window. (usually wrong coredll declarations) Fixed: -...

help wanted
program is not working

Currently we have stubs [here](https://github.com/feel-the-dz3n/wcecl/blob/master/COREDLL/other.cpp#L5)

bug
help wanted

**Feature Description (optional)** Program which loads all module imports and checks if there are such in WCECL. Also it would be great if this program could make a list of...

Actual probelms: - Function ``_getstdfilex_WCECL`` is not implemented yet. - Function ``WaitForAPIReady`` is not implemented yet. - Function ``GetStdioPath`` is not implemented yet. - Fails with runtime assert ![image](https://user-images.githubusercontent.com/25367511/62424281-73498c80-b6d5-11e9-9ab4-c56e0dee75d5.png)

program is not working

Actual problems - Oridnal 19 not found

program is not working

Currently it shows only this window and nothing about useful information ![image](https://user-images.githubusercontent.com/25367511/60053472-99e0d480-96e0-11e9-9415-31080bea752c.png) (related to https://github.com/feel-the-dz3n/wcecl/issues/4)

bug
help wanted

It'd be better to resort exports.def. Example: ``` ... ; winuser_wcecl.cpp LoadIconW=LoadIconW_WCECL @510 LoadBitmapW=LoadBitmapW_WCECL @511 ; imm_wcecl.cpp ImmThing @1 ImmUse @42 ; strsafe_wcecl.cpp StringCchCopyW=StringCchCopyW_WCECL @1689 StringCchPrintfExW=StringCchPrintfExW_WCECL @1701 StringCchPrintfW=StringCchPrintfW_WCECL @1699 StringCbPrintfW=StringCbPrintfW_WCECL...

enhancement