search for: psdk

Displaying 20 results from an estimated 61 matches for "psdk".

Did you mean: psd
2007 Aug 10
0
Wine release 0.9.43
...test if SystemTimeToTzSpecificLocalTime not present. mshtml: Constify some data. winecfg: Fix some compatibility problems. gdi32: Make GetFontData traces more readable. gdi32: Also print a readable table name in the failure notice. include: winres.h no longer exists in PSDK, fix winresrc.h includes. user32: CBN_SELCHANGE notification should be sent before an edit update. Erik Inge Bols? (1): dinput: Fix joystick axis remapping. Evan Stade (101): gdiplus: Draw custom dashes. gdiplus/tests: More GdipSetPenDashArray tests. gdiplus: Check c...
2007 Jun 01
0
Wine release 0.9.38
...inebuild: Fix compilation warnings in 64-bit mode. winedump: Fix compilation warnings in 64-bit mode. include/wine/debug.h: Fix compilation warning in 64-bit mode. winex11.drv: Synchronize debug output between X11DRV_KeyEvent and X11DRV_ToUnicodeEx. basetsd.h: Add a bunch of PSDK compatible macros/inline functions for 64-bit safe type conversions. kernel32: Fix the size of ThreadAffinityMask to match PSDK. basetsd.h: Fix a typo in the parameter name. winternl.h: Make the fields of the PROCESS_BASIC_INFORMATION structure use same type width as a PSDK one....
2011 Sep 24
1
Re: Visual C++ installation Help?
...or by not owning /Users/Jkirk279/.wine" I then used the instructions on http://appdb.winehq.org/objectManager.php?sClass=version&iId=9569 The process went okay and downloaded all ten .cab segments. I downloaded the .bat file and the Extract.exe file. And I entered "wine start.exe PSDK-FULL.bat "C:\psdktemp" But I got this message: "Jkirk279$ wine start.exe PSDK-FULL.bat "C:\psdktemp" fixme:exec:SHELL_execute flags ignored: 0x00000100 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: Environme...
2007 Dec 15
2
Problems with the console functions?
...ions. Should there be one big bug report for this sample console application or a separate report for each defect? I also wonder if someone else could test whether these potential problems are real, and confirm that no simple solutions are available.. The actual sources are available in the full PSDK sample package downloadable from: http://download.microsoft.com/download/vstudio60pro/Utility/6.0/W98NT42KMeXP/EN-US/vs6samples.exe. As that is a quite large file (131Mb), the example of interest extracted from the package is temporarily available at http://www.helsinki.fi/~sund/sdk_WinUI_conso...
2007 Feb 16
0
Wine release 0.9.31
...dxdiagn: Constify a variable. itss: Constify a variable. imaadp32.acm: Constify some variables. Aric Stewart (2): user32: We are calculating the height for the drop down based on user32: Scroll window fix. Bang Jun-Young (4): advapi32: Fix prototypes to match the PSDK. wininet: config.h police. ntdll: Fix NtUnloadKey to match the DDK. advpack: Constify the 3rd argument of RebootCheckOnInstall[AW]. Chris Peterson (1): comctl32: treeview: New conformance tests for TreeView controls. Chris Robinson (5): wined3d: Properly round negati...
2007 Sep 14
0
Wine release 0.9.45
...Add some missing or related prototypes and types. taskmgr & winefile: Refer users to the GNU Lesser General Public License, not to the GPL. Assorted non-ANSI function declaration fixes (missing void). setupapi: Add prototypes for the Setup*Log*() functions. Better stick to the PSDK types. kernel32/tests: If the registry happens to be set up right, check that winedbg does not mess up the crashed process exit code (unfortunately it does). kernel32/tests: Don't call ok() in child processes. Assorted spelling fixes. gdiplus: Update win32.api to fix the...
2006 Nov 24
0
Wine release 0.9.26
...shell32/tests: Don't use the NONAMELESS* macros in the tests. shlwapi/tests: Remove unneeded NONAMELESS* macros. comctl32/tests: Fix the CheckDPA() tests. msvcrt/tests: The tests must not include msvcrt.h because it contains declarations that may be incompatible with the PSDK headers. user32/tests: Remove unneeded NONAMELESS* macros. Replace SUBLANG_DEFAULT with the specific SUBLANG_XXX constant for languages that have multiple sublanguages. programs: Update the Portuguese translation (contributed by Americo Jose Melo). serialui: Update the Portu...
2006 Nov 10
0
Wine release 0.9.25
...r: Fix spelling of the SYSTEM_PERFORMANCE_INFORMATION.MmTotalCommittedPages field. dmstyle: Fix spelling of the DMUS_PRIVATE_STYLE_MOTIF.dwRhythm field. dplayx: Fix spelling of the DPLAYX_AcquireSemaphore() macro. comctl32: Add missing '\n' to ok() call. oleau32: The PSDK's ELEMDESC's union is nameless, always. So use the U(x) macro. include: Some DirectX headers are supposed to define COM_NO_WINDOWS_H. Assorted spelling fixes. urlmon/tests: Fix compilation with the PSDK headers. user32/include: Don't define the OBM_*, OCR_* and O...
2007 Jun 13
0
Re: cl : Command line error D8037 : cannot create temporary il file; clean temp directory of old il files
...variations > of setting %TMP% and %TEMP% to no avail. > > Any ideas. > > TIA. I don't know if this is of any use anymore, but I've had the same problem and google did not have the answer (because no one posted/mailed it). So this one is for Google :) What I did: I installed PSDK for Windows 2k3 (in Windows) and then, from Linux, I copied the whole contents of %A_VS_DIR%/bin into ~/apps/vs64/bin. Then in ~/bin I've put a small script like this: #!/bin/sh wine "${HOME}/apps/vs64/bin/cl.exe" "${@}" first attempt: $ make -f makefile.win64 cl64 /c /no...
2001 Apr 24
1
Create/Wait NamedPipeA ?
Is anybody working on implementing CreateNamedPipeA/WaitNamedPipeA (KERNEL32.168 , KERNEL32.725) or can anybody comment on how much needs to be done to implement these ? Some applications seem to use this to communicate with a license manager process - even freely available product catalogs that apparently create a pro forma license file during the installation process. Martin -- Dr. Martin
2009 Sep 03
2
wine advantages over mingw
What are the advantages of using winegcc over the mingw cross compiler? Also, what are the differences in the header files / libs supplied with each ? I have an app (http://www.autohotkey.com/forum/viewtopic.php?t=46546) cross compiling with mingw using codeblocks, and I have it working under winelib side by side native linux code. I wanted to translate it so it would compile with winegcc so
2011 Feb 13
1
no comdef.h while compiling ff-activex-host with winelib
Dear all, While trying to port ff-activex-host to Linux with winelib, I got an error as below: $ make wineg++ -c -O0 -W -mno-cygwin -I/home/fracting/wine-git/dlls/atl -DWIN32 -D_WINDOWS -DXP_WIN32 -DMOZILLA_STRICT_API -DXPCOM_GLUE -DXP_WIN -D_X86_ -DNPSIMPLE_EXPORTS -o GenericNPObject.o GenericNPObject.cpp In file included from GenericNPObject.cpp:36: GenericNPObject.h:39: fatal error:
2011 Mar 15
3
COM header files required
Hello All, I am using wine-1.3.0. When I try to compile my code using winegcc compiler, I get errors like "comdef.h not found". I searched in wine installation location for COM related headers and found that they are not available. Are these files available with latest version of wine? Kindly help me out of this problem. Regards, Kiran
2011 Mar 30
0
Re: err:msi:ready_media Failed to download L"http://downloa
I'll try and look at the vc express and psdk problems when I get a chance. In the meantime, you could try an older version of wine; if you can pinpoint the change that broke install, that would help.
2015 Jul 27
0
Asterisk 11.19.0-rc1 Now Available
...ringback (Reported by Etienne Lessard) * ASTERISK-25247 - choppy audio when spying on a g722 channel, chan_sip or chan_pjsip (Reported by hristo) * ASTERISK-24853 - Documentation claims chan_sip outbound registrations support WS or WSS as valid transports (not true) (Reported by PSDK) * ASTERISK-25257 - [patch]channels/sig_pri.h -> sig_pri_span -> force_restart_unavailable_chans in wrong scope (Reported by Patric Marschall) * ASTERISK-25103 - Roundup - investigate Asterisk DTLS crashes (Reported by Rusty Newton) * ASTERISK-22805 - res_rtp_asterisk: Cr...
2007 Oct 26
0
Wine release 0.9.48
...RROR_INSUFFICIENT_BUFFER in LCMapString when the sort key buffer is too small. Bang Jun-young (7): configure: Add check for presence of _strdup() and strdup(). crypt32: Fix typo in CryptGetDefaultOIDFunctionAddress(). avifil32: Fix prototype for AVIStreamFindSample() to match the PSDK. version: Use the official NT macro rather than obsolete one. advapi32: Fix AdjustTokenPrivileges() to match the PSDK. ole32: Include wine/port.h for snprintf(). shlwapi: SHRegDuplicateHKey() is now defined in the Windows SDK. Chris Robinson (1): wined3d: Don't re...
2015 Aug 07
0
Asterisk 11.19.0 Now Available
...ringback (Reported by Etienne Lessard) * ASTERISK-25247 - choppy audio when spying on a g722 channel, chan_sip or chan_pjsip (Reported by hristo) * ASTERISK-24853 - Documentation claims chan_sip outbound registrations support WS or WSS as valid transports (not true) (Reported by PSDK) * ASTERISK-25257 - [patch]channels/sig_pri.h -> sig_pri_span -> force_restart_unavailable_chans in wrong scope (Reported by Patric Marschall) * ASTERISK-25103 - Roundup - investigate Asterisk DTLS crashes (Reported by Rusty Newton) * ASTERISK-22805 - res_rtp_asterisk: Cr...
2013 May 10
0
Wine release 1.5.30
...mp; paste typo. dwrite/tests: Avoid refcount test failures. kernel32/tests: Avoid IOCTL_DVD_READ_STRUCTURE test failures. Dmitry Timoshkov (18): winedump: Add support for 1st, 2nd and long names linker COFF archive members. include: Make IMAGE_RESOURCE_DIRECTORY_ENTRY match PSDK definition. include: Make KNONVOLATILE_CONTEXT_POINTERS match PSDK definition. kernel32: Add some tests for PEB and loader locks. gdiplus: Implement GdipEnumerateMetafileDestRect and GdipEnumerateMetafileDestRectI. gdiplus: Implement GdipEnumerateMetafileDestPoint and GdipEn...
2015 Aug 21
0
Wine release 1.7.50
...hould be replaced with safer MSVCRT_SEEK_* macros. Daniel Lehman (1): msxml3: Fix crash when merging Text nodes. Dmitry Timoshkov (14): ntdll: Separate image relocation from NtMapViewOfSection. msi: Avoid using dialog record after free. advapi32/tests: Fix compilation with PSDK. advapi32/tests: Add a test to show that PROCESS_QUERY_INFORMATION should implicitly grant PROCESS_QUERY_LIMITED_INFORMATION access. server: Keep a pointer to parent's fd unix_name in the closed_fd structure. ntdll: Do not fail to relocate an image if the size of relocation bl...
2015 Jul 28
0
Wine release 1.7.48
...omp_fork. vcomp/tests: Add additional tests for _vcomp_fork. Daniel Lehman (2): msvcp90: Implement time_get<char> ctors and dtors (Valgrind). gdi32: Check for NULL pointer in GetOutlineTextMetrics. Dmitry Timoshkov (15): kernel32: Fix compilation of loader tests with PSDK. kernel32/tests: Add a loader test using minimal PE image that Windows7 is able to load. ole32: Fix a memory leak. include: Add support for NtCurrentTeb and PSDK compiler in 64-bit mode. winex11.drv: On KeymapNotify event also sychronize WinKey state. windowscodecs: Ad...