User Activity

  • Posted a comment on discussion Help on Win32++

    Thanks for the update. Makes sense now. Best regards, Kevin

  • Posted a comment on discussion Help on Win32++

    Hi David I think cs.lpszClass should be the primary in order for the user to override the default class name: // Prefer the classname specified in PreCreate over the one // specified in PreRegisterClass. The class name will default to "Win32++ Window" // if neither PreRegisterClass nor PreCreate specify a class name. LPCTSTR className = cs.lpszClass ? cs.lpszClass : wc.lpszClassName; Best regards, Kevin

  • Posted a comment on discussion Help on Win32++

    Thank you! Best regards, Kevin

  • Posted a comment on discussion Help on Win32++

    Thank you! Best regards, Kevin

  • Posted a comment on discussion Help on Win32++

    Hi David Attached is sample code with image. Kevin

  • Modified a comment on discussion Help on Win32++

    Hello It looks like CWnd::Create starting at line ~418 needs to match what was in the 1010 version. -- Add this line around ~417 cs.lpszClass = wc.lpszClassName; ... Line 425 - use cs.lpszClass, not wc.lpszClassName since PreCreate could override. wnd = CreateEx(cs.dwExStyle, cs.lpszClass, cs.lpszName, style, Regards, Kevin

  • Modified a comment on discussion Help on Win32++

    Hello On line 425 of wxx_wincore.h version 10.2.0 wnd = CreateEx(cs.dwExStyle, wc.lpszClassName, cs.lpszName, style, I believe that should be same as version 10.1.0 wnd = CreateEx(cs.dwExStyle, cs.lpszClass, cs.lpszName, style, But repair requires more than that fix, assert loading window now - wxx_imagelist.h line 632 m->pData->images.

  • Posted a comment on discussion Help on Win32++

    Hello On line 425 of wxx_wincore.h version 10.2.0 wnd = CreateEx(cs.dwExStyle, wc.lpszClassName, cs.lpszName, style, I believe that should be same as version 10.1.0 wnd = CreateEx(cs.dwExStyle, cs.lpszClass, cs.lpszName, style, Best regards, Kevin Milch

View All

Personal Data

Username:
kmilch
Joined:
2025-11-05 19:45:35.588000

Projects

  • No projects to display.

Personal Tools