wcecl icon indicating copy to clipboard operation
wcecl copied to clipboard

[PROBLEMS] Solitare CE

Open dz333n opened this issue 5 years ago • 8 comments

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:

  • Wrong Score and Time number - fixed in https://github.com/feel-the-dz3n/wcecl/commit/480d60b0f0e8317aa95e7c4008afddfb28f13d65
  • GUI is broken a little bit - fixed in https://github.com/feel-the-dz3n/wcecl/commit/14ec213a0aea72e3a9c8498e00fdd8ab2a0c0884
  • Random is broken and generates wrong cards - fixed in https://github.com/feel-the-dz3n/wcecl/pull/11 https://github.com/feel-the-dz3n/wcecl/commit/2533081cccc1155d271c79a7823f03603db0d023
  • CreateWindowEx generating exception in user32.dll - fixed in https://github.com/feel-the-dz3n/wcecl/commit/027d266f1a9127d16232d96eb123e4e2e24e6b76 https://github.com/feel-the-dz3n/wcecl/commit/171fa5b92a6e1664ba4d18ac158e7c650686dc6a
  • RegisterClass fails - fixed in https://github.com/feel-the-dz3n/wcecl/commit/e3ae04e71f7efd50c8c6fc45cdfd276cbec0ee87
  • LoadBitmap fails - fixed in https://github.com/feel-the-dz3n/wcecl/commit/e3ae04e71f7efd50c8c6fc45cdfd276cbec0ee87
  • LoadString fails - fixed in https://github.com/feel-the-dz3n/wcecl/commit/e3ae04e71f7efd50c8c6fc45cdfd276cbec0ee87
  • Fails after the first call to LoadCursorW. https://github.com/feel-the-dz3n/wcecl/commit/dab450086d106f587e446f349a6383e2a739d992 - workaround. Fixed in https://github.com/feel-the-dz3n/wcecl/commit/e3ae04e71f7efd50c8c6fc45cdfd276cbec0ee87
  • Fails after the first call to InvalidateRect. Fixed in https://github.com/feel-the-dz3n/wcecl/commit/3f4695a9e34cb4ad2cc9907a97917c3e732414dc

Solitare CE in Wiki

dz333n avatar Jun 26 '19 19:06 dz333n

Current status:

image

dz333n avatar Jul 31 '19 14:07 dz333n

Current status: works fine image

dz333n avatar Jul 31 '19 16:07 dz333n

By the way, RANDOM function is :b:roken and after clicking "Deal" button background makes glitch jZsYBOt042

veselcraft avatar Jul 31 '19 21:07 veselcraft

do CE apps act as 16-bit or 32-bit?

PF94 avatar Aug 01 '19 01:08 PF94

do CE apps act as 16-bit or 32-bit?

they are just usual 32 bit applications

dz333n avatar Aug 01 '19 09:08 dz333n

do CE apps act as 16-bit or 32-bit?

They could be compiled for different CPU architectures, as well as normal Win32 apps.

binarymaster avatar Aug 01 '19 15:08 binarymaster

for arm wince applications you can use wine for android. wcecl works in wine arm

veselcraft avatar Aug 01 '19 16:08 veselcraft

for arm wince applications you can use wine for android. wcecl works in wine arm

but not tested with real applications yet 🤷‍♂

dz333n avatar Aug 01 '19 20:08 dz333n