Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App won't start in W10 RS2 #204

Closed
Himeko7 opened this issue Mar 23, 2017 · 7 comments
Closed

App won't start in W10 RS2 #204

Himeko7 opened this issue Mar 23, 2017 · 7 comments

Comments

@Himeko7
Copy link

Himeko7 commented Mar 23, 2017

There seems to be an issue with the VCL Styles units and the upcoming RS2 build of Windows 10, the app won't start at all if you include the units.

  Vcl.Styles.Ext,
  Vcl.Styles.Utils,
  Vcl.Styles.Hooks,
  Vcl.Styles.Utils.Menus, //Style Popup and Shell Menus (class #32768)
  Vcl.Styles.Utils.Forms, //Style dilaogs box (class #32770)
  Vcl.Styles.Utils.StdCtrls, //Style buttons, static, and so on
  Vcl.Styles.Utils.ComCtrls, //Style SysTreeView32, SysListView32
  Vcl.Styles.Utils.ScreenTips, //Style the tooltips_class32 class
  Vcl.Styles.Utils.SysControls,
  Vcl.Styles.Utils.SysStyleHook,
@woodie2
Copy link

woodie2 commented Mar 31, 2017

same problem here with 'Windows 10 Creators Update'

@Himeko7
Copy link
Author

Himeko7 commented Apr 5, 2017

Do you think this can be fixed before the release on April 11th?

@KarlheinzJansen
Copy link

KarlheinzJansen commented Apr 6, 2017

I have also a problem under Win 10 Creators Update and with Delphi 10.1 Upd2 in
function Detour_UxTheme_OpenThemeDataForDPI(hwnd: HWND; pszClassList: LPCWSTR; hwnd2: HWND): HTHEME; stdcall;
line THThemesClasses.Add(Result, pszClassList);
Before it jumps into the line: Result = 0; pszClassList = ''

The error occurs WITHOUT any compatibility settings,
but DOES NOT occur with the compatibility setting to Windows 7.
In mode Windows 7 for the EXE the programm does not jump into this function.
In normal mode it jumps into the function.

Maybe it is same issue.

The picture bug_01 shows the situation direct before the error occcurs.

The picture bug_02 shows the exception message

The picture bug_03 shows the function from where the failure "comes" in line result := inherited ShowModal;

The picture bug_04 shows the modal form under compatibility mode Windows 7.

@RRUZ
Copy link
Owner

RRUZ commented Apr 7, 2017

Thanks for the info, I will check this ASAP.

RRUZ added a commit that referenced this issue Apr 7, 2017
@RRUZ
Copy link
Owner

RRUZ commented Apr 7, 2017

I just added a fix. please update your copy of the library.

@KarlheinzJansen
Copy link

Thank you Rodriguez, my issue is solved.
By the way, can you also update the Detours library to the actual one?

@Himeko7
Copy link
Author

Himeko7 commented Apr 7, 2017

Perfect, that fixed it. Thank you.

@RRUZ RRUZ closed this as completed Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants