@@ -1849,8 +1849,8 @@ struct MCWindowsDesktop: public MCSystemInterface, public MCWindowsSystemService
18491849 MCS_reset_time ();
18501850 else
18511851 MClowrestimers = True;
1852- MCExecPoint ep;
1853- MCExecContext ctxt (ep );
1852+
1853+ MCExecContext ctxt (nil, nil, nil );
18541854 MCStringRef t_key;
18551855 t_key = MCSTR (" HKEY_CURRENT_USER\\ Software\\ Microsoft\\ Windows\\ CurrentVersion\\ Internet Settings\\ ProxyEnable" );
18561856 MCAutoStringRef t_type, t_error;
@@ -1867,7 +1867,7 @@ struct MCWindowsDesktop: public MCSystemInterface, public MCWindowsSystemService
18671867 if (!MCValueIsEmpty (*t_value2))
18681868 {
18691869 MCAutoStringRef t_http_proxy;
1870- /* UNCHECKED */ ctxt . ConvertToStringRef (*t_value2, &t_http_proxy);
1870+ /* UNCHECKED */ ctxt . ConvertToString (*t_value2, &t_http_proxy);
18711871 MCValueAssign (MChttpproxy, *t_http_proxy);
18721872 }
18731873 }
@@ -1882,7 +1882,7 @@ struct MCWindowsDesktop: public MCSystemInterface, public MCWindowsSystemService
18821882 if (!MCValueIsEmpty (*t_value3))
18831883 {
18841884 MCAutoStringRef t_host;
1885- /* UNCHECKED */ ctxt . ConvertToStringRef (*t_value3, &t_host);
1885+ /* UNCHECKED */ ctxt . ConvertToString (*t_value3, &t_host);
18861886 MCStringRef t_key4;
18871887 t_key4 = MCSTR (" HKEY_CURRENT_USER\\ Software\\ Netscape\\ Netscape Navigator\\ Proxy Information\\ HTTP_ProxyPort" );
18881888 MCAutoStringRef t_type4, t_error4;
@@ -3896,8 +3896,8 @@ bool MCU_path2native(MCStringRef p_path, MCStringRef& r_native_path)
38963896 CloseHandle (piProcInfo.hProcess );
38973897 CloseHandle (piProcInfo.hThread );
38983898 }
3899- MCExecPoint ep (nil, nil, nil);
3900- MCExecContext ctxt (ep );
3899+
3900+ MCExecContext ctxt (nil, nil, nil );
39013901 if (MCprocesses[index].retcode )
39023902 ctxt.SetTheResultToNumber ((real64_t )MCprocesses[index].retcode );
39033903 else
0 commit comments