search for: loadstring

Displaying 11 results from an estimated 11 matches for "loadstring".

Did you mean: loadstringa
2006 Feb 11
1
"misteriosus" output message
Hi, After the new installation of wine (9.0/ 9.3/ 9.5), I'm getting these lines of output: fixme:shell:_SHGetDefaultValue (2,L""), LoadString failed, missing translation? fixme:shell:_SHGetDefaultValue (6,L""), LoadString failed, missing translation? fixme:shell:_SHGetDefaultValue (2,L""), LoadString failed, missing translation? fixme:shell:_SHGetDefaultValue (6,L""), LoadString failed, missing translati...
2000 Jul 07
0
Problem with Office2000/Windows Installer
...used also with /T. /C:<Cmd> -- Override Install Command defined by author sYou must restart your [ok]" Which is REALLY weird in and of itself. The second error shows up when I map a drive, and try to run setup from the mapped drive. The title bar is the same, the error says " LoadString() Error. Could not load string resource. [ok]" Anybody managed to make this work from a Samba server? The CD that I'm using has Office2K with SR1 pre-applied. Samba is version rpm samba-2.0.5a-1 on RedHat 6.0 based system. Here's a section of my smb.conf [global] workgroup =...
2006 Apr 14
3
Bad EXE format for
I'm using Wine 0.9.11~winehq1-1 on Debian Sid. I've been trying to install IE6 and MS Office 2000 for the last few days. As a side note, the only way I managed to install IE6 was through Sidenet. No luck with any other method (reg files, winetools...) Office 2000 installs, but when I try to run the program it says: warn:module:load_dll Failed to load module
2002 Mar 04
1
String Resources & Popup Problem
Ok, that's done. Now after this the should compile and run : in En.rc MAIN_MENU is defined now like this : MAIN_MENU MENU { POPUP "&File" { MENUITEM "&New...", 0x100 En.rc is included by #include "En.rc" in rsrc.rc. And gcc complies about it when compiling : [syl@snoop notepad]$ make gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall
2019 Aug 23
0
Wine release 4.0.2
...e during return from exception handling 46316 Hauppauge Capture version 36187 crashes during install 46371 FFXI + Ashita random crash ingame 46579 F.E.A.R. 2: Project Origin screen is completely light grey while playing intro movie 46626 UPlay fails to start : "Error at hooking API LoadStringA" (UPlay's hooking engine can't handle ENDBR32 instruction inserted at non-hotpatch API entries due to distro build environments '-fcf-protection') 46706 Eventide H9 Control crashes on unimplemented function bthprops.cpl.BluetoothFindDeviceClose 46711 Since 3.3 other HID...
2002 Aug 06
0
Getting a GUI to work with Vorbis code
...BOX must be in the system command range. ASSERT((IDM_ABOUTBOX & 0xFFF0) == IDM_ABOUTBOX); ASSERT(IDM_ABOUTBOX < 0xF000); CMenu* pSysMenu = GetSystemMenu(FALSE); if (pSysMenu != NULL) { CString strAboutMenu; strAboutMenu.LoadString(IDS_ABOUTBOX); if (!strAboutMenu.IsEmpty()) { pSysMenu->AppendMenu(MF_SEPARATOR); pSysMenu->AppendMenu(MF_STRING, IDM_ABOUTBOX, strAboutMenu); } } // Set the icon for this dialog....
2008 Sep 19
0
Wine release 1.1.5
...include: Allocation size markup. dnsapi: Fixed incorrect buffer size to GetComputerNameExW. secur32: Fixed size passed to GetComputerNameExW. msi/tests: Reduce buffer to size of string written. kernel32/tests: Pass correct size to MultiBytetoWideChar. oleview: Fixed LoadString buffer sizes. winefile: Fixed sizes to LoadString. Michael Karcher (2): ole32/compobj: Fix function name in comment. kernel32: Clean up PROFILE_isspaceW. Michael Stefaniuc (6): user32/tests: Remove unreachable break after return (Smatch). shell32: Fix the Ca, Hu, Ro,...
2015 May 29
0
Wine release 1.7.44
...a trivial case of ConvertTimeFormat(). riched20: Added ITextFont stub. riched20: Added stub ITextPara. riched20: Implement SetStart(). riched20: Implement SetEnd(). riched20: Added tom typelib. oledlg: Make object name menu item localized. comctl32: Remove LoadString() fallback when loading from same module. po: Update Russian translation. riched20: Implement GetBold()/GetItalic(). dwrite: Added IDWriteGlyphRunAnalysis stub. xmllite/writer: Implement WriteEndDocument(). oleaut32: Added missing IPersistMemory proxy/stub methods....
2019 Apr 26
0
Wine release 4.7
...device driver install 46174 Multiple apps (Halo Online Voice Chat, Discord, Miro Realtimeboard) crashes on unimplemented function qwave.dll.QOSCreateHandle 46378 WarGaming.net Game Center crashes when installing games or self-updates 46626 UPlay fails to start : "Error at hooking API LoadStringA" (UPlay's hooking engine can't handle ENDBR32 instruction inserted at non-hotpatch API entries due to distro build environments '-fcf-protection') 46685 AviUtl: Can't specify 4 digits number as image size in new project dialog. 46794 Skyrim crashes upon clicking Cont...
2019 May 24
0
Wine release 4.9
...ernelbase: Duplicate some of strings functions from shlwapi. mfplat: Handle null destination for GetItem(). mf: Slightly improve topoloader Load(). kernelbase: Use a helper to get character C1 type. kernelbase: Add string handling functions from user32. kernelbase: Add LoadString() exports. kernelbase: Add some more string handling functions from shlwapi. mfplat: Return properties for system time source. mfplat: Create system clock instance per system time source. kernelbase: Add remaining string handling functions from shlwapi. mf: Add sample...
2019 Jun 10
0
Wine release 4.10
...advapi32: RegLoadMUIString doesn't accept a string without '@' prefix. advapi32: Expand environment variables even if REG_SZ type is used. advapi32: Fix the error code on parse failure. advapi32: Fix the error code on load failure. advapi32: Cache result of LoadString. quartz: Ensure error text is terminated with NUL character. Alexandre Julliard (160): acledit: Build with msvcrt. aclui: Build with msvcrt. activeds: Build with msvcrt. actxprxy: Build with msvcrt. adsldp: Build with msvcrt. adsldpc: Build with msvcrt....