Displaying 13 results from an estimated 13 matches for "shlobj".
2005 May 02
1
Possible win32-dir mods
Hi Zach (or anyone with VC++ 6),
I was hoping you would test a couple things for me.
The first thing I would like you to try is replacing
"#include <shlobj.h>" with "#include <shfolder.h>".
That, or try including both.
If that doesn''t do the trick, the next thing I''d like
to try is commenting out all the rb_define_const lines
that were undefined except CSIDL_ADMINTOOLS. Then put
this somewhere near the top...
2001 Nov 22
2
zlib location
...n.c:327: warning: variable `baseEnv' might be clobbered by
`longjmp' or `vfor
k'
objects.c: In function `do_set_prim_method':
objects.c:1014: warning: unused variable `env'
objects.c:962: warning: `code' might be used uninitialized in this
function
\..\i386-mingw32\include\shlobj.h:8,
from shext.c:24:
f:\R\TOOLS\BIN\..\lib\gcc-lib\i386-mingw32\2.95.2\..\..\..\..\i386-mingw32\inclu
de\objbase.h:71: warning: comma at end of enumerator list
\..\i386-mingw32\include\shlobj.h:8,
from shext.c:24:
f:\R\TOOLS\BIN\..\lib\gcc-lib\i386-mingw32\2.95.2...
2016 Feb 10
0
[PATCH] Compilation failure...
...and
> mingw-w64-4.0.4 on GNU/Linux.
>
> Upon attempting to compile now, a large number of errors occur in
> flac/decode.c which I have placed at the end of this email. They are eased
> by adding this to decode.c:
>
> #if _WIN32
> #include <windows.h>
> #include <shlobj.h>
> #endif
>
> ...among the headers.
>
> Then, this error results when attempting to link flac.exe:
>
> decode.o:decode.c:(.text+0x4fe1): undefined reference to `CreateFile_utf8'
> decode.o:decode.c:(.text+0x50fb): undefined reference to `CreateFile_utf8'
> .....
2009 Feb 20
2
OLEDB not work !
Hi everybody
I have a program , it work good under window98 / 2000 /xp .
It use oledb (client supported by mdac2.7 or later version) direct link MS SQL Server 2000 .
with wine it do not work. I set up mdac 2.8 sp1 , no change
by google , i found too many program can not work (oledb not support)
can anybody help me ?
2016 Feb 09
2
Compilation failure using mingw-w64 and gcc-5.3.0
...piling for mingw-w64-x86_64 using gcc-5.3.0 and
mingw-w64-4.0.4 on GNU/Linux.
Upon attempting to compile now, a large number of errors occur in
flac/decode.c which I have placed at the end of this email. They are eased
by adding this to decode.c:
#if _WIN32
#include <windows.h>
#include <shlobj.h>
#endif
...among the headers.
Then, this error results when attempting to link flac.exe:
decode.o:decode.c:(.text+0x4fe1): undefined reference to `CreateFile_utf8'
decode.o:decode.c:(.text+0x50fb): undefined reference to `CreateFile_utf8'
../../src/share/grabbag/.libs/libgrabbag.a(f...
2010 Jul 02
0
Wine release 1.2-rc6
...Ukrainian translation update.
oleacc: Added Ukrainian translation.
reg: Ukrainian translation update.
xcopy: Ukrainian translation update.
comdlg32: Ukrainian translation update.
comctl32: Ukrainian translation update.
Ilya Basin (1):
include: Fix packing bug in shlobj.h. pragma pack 8 for ITEMSPACING, CSFV, SFV_CREATE.
Jacek Caban (6):
mshtml: Store client site in HTMLDocumentObj as soon as possible in SetClientSite.
shdocvw: Try to guess scheme for IHTMLPrivateWindow navigation too.
shdocvw: Pass correct buffer size to UrlApplySchemeW....
2016 Feb 08
2
Compilation failure using mingw-w64 and gcc-5.3.0
Hello,
Upon compiling the flac tree today, after many successful compilations over
the last few weeks, a new error is appearing before compilation bails out.
This is a cross-compilation using gcc-5.3.0 running on GNU/Linux, with the
objects being built for a mingw-w64-x86_64 host.
Among other things, the compiler is looking for windows_unicode_filenames.h
but it isn't there. Also, I'm
2010 Jul 30
0
Wine release 1.3.0
...yle defines.
comctl32: Add support for expanded state image in treeview.
comctl32: Warn when using unsupported extended styles.
include: Add some missing function declarations in shlwapi.h.
include: Add SIGDN enumeration.
shell32: Shell_MergeMenus should be declared in shlobj.h and exported by name.
shell32: Shell_GetImageLists should be declared in shlobj.h and exported by name.
include: Add IEnumShellItems interface declaration.
include: Add IShellItemArray and IShellItemFilter interface declarations.
shell32/tests: Try harder to subclass the l...
2017 Mar 03
0
Wine release 2.3
...mmon parts of pipe_client and pipe_server.
server: Moved server-independent parts of pipe_server_flush into separated function.
uiautomationcore: Added stub dll.
uiautomationcore: Added UiaClientsAreListening stub.
ole32: Added GlobalOptions object stub implementation.
shlobj.h: Added SHGetPathFromIDListEx declaration.
shlwapi: Fixed error handling in StrRetToBufW.
shell32: Added SHGetPathFromIDListEx implementation.
wininet: Improved netconn_drain_content.
secur32: Added support for SECPKG_ATTR_ENDPOINT_BINDINGS in schannel.
psapi.h: Added...
2010 Sep 18
0
Wine release 1.3.3
...msi: Avoid pointer truncation in MSI_ViewFetch and MSI_ViewModify.
shell32: Add support for CSIDL_PROGRAM_FILESX86 and CSIDL_PROGRAM_FILES_COMMONX86.
wine.inf: Create 32-bit program files and common files directories in 64-bit prefixes.
include: Add knownfolders.h.
include/shlobj.h: Add known folder flags.
shell32: Implement SHGetKnownFolderPath.
shell32: Implement SHGetFolderPathEx.
shell32: Support FOLDERID_LocalAppDataLow.
msi: Adjust the AdminUser property too after applying a patch.
msi: Avoid a crash on database destruction.
msi: Re...
2007 Jun 15
0
Wine release 0.9.39
...ws2_32: Add mapping for STATUS_OBJECT_TYPE_MISMATCH to WSAENOTSOCK.
Kolbj?rn Fredheim (1):
winex11.drv: Echo the video mode requested in the error message when not finding a matching mode.
Lei Zhang (7):
wined3d: Various spelling fixes.
include: Add missing definitions to shlobj.h.
shell32: Start implementing BIF_USENEWUI.
user32: Improve cut/copy/paste behavior of password edit boxes.
comdlg32: Move file dialog resizing code into its own function.
user32: Remove a unused variable from ES_PASSWORD test.
comctl32: Make modal property sheets mod...
2019 Nov 29
0
Wine release 4.21
...and update the resources.
include: Update error codes in raserror.h.
tapi/tests: Add initial tests for lineInitialize.
include: Fix definition of PHONECALLBACK in tapi.h.
shcore: Add stub for GetScaleFactorForMonitor.
include: Add definitions for ShellLinkDataBlocks in shlobj.h.
shell32: Update the LINKHEADER based on binary file format.
Vincent Povirk (1):
windowscodecs: Fix tiffformat test on current Windows 10.
Zebediah Figura (70):
strmbase: Get rid of the unused "cs" parameter to strmbase_video_init().
strmbase: Get rid of the un...
2012 Jun 22
0
Wine release 1.5.7
...(6):
configure: Detect mingw32 better on FreeBSD.
winebuild: Support the mingw32 target without an i[3456]86- prefix.
winegcc: Support the mingw32 target without an i[3456]86- prefix.
shell32: Fix some return types.
shell32: Fix some function prototypes.
include/shlobj.h: Add some missing APIs.
Dan Kegel (4):
ntdll: Avoid clobbering valgrind annotations during HeapReAlloc.
kernel32: Quiet an extremely verbose stub fixme.
riched20: Accept middle click as paste (like edit control does).
gdi32: Add test for SelectClipRgn in metafiles, make i...