search for: pvoid

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

Did you mean: void
2015 Aug 30
3
Compilation error with MinGW
...lem is here: >> >> #ifdef __MINGW32__ >> #include <imagehlp.h> >> #else >> #include <dbghelp.h> >> #endif >> >> <skip> >> >> typedef BOOL (WINAPI >> *fpEnumerateLoadedModules)(HANDLE,PENUMLOADED_MODULES_CALLBACK64,PVOID); >> >> imagehlp.h doesn't define PENUMLOADED_MODULES_CALLBACK64 type. >> I fixed it on my side by the patch in the bottom of this email, but I >> don't know if it's the right approach in general. >> >> [1] http://comments.gmane.org/gmane.comp.compile...
2015 Aug 29
2
Compilation error with MinGW
...ing the same problem as in this[1] thread. I use release_37 branch on 64-bit Windows 7. The problem is here: #ifdef __MINGW32__ #include <imagehlp.h> #else #include <dbghelp.h> #endif <skip> typedef BOOL (WINAPI *fpEnumerateLoadedModules)(HANDLE,PENUMLOADED_MODULES_CALLBACK64,PVOID); imagehlp.h doesn't define PENUMLOADED_MODULES_CALLBACK64 type. I fixed it on my side by the patch in the bottom of this email, but I don't know if it's the right approach in general. [1] http://comments.gmane.org/gmane.comp.compilers.clang.user/709 -- Sly. diff --git a/lib/Suppor...
2007 Apr 25
0
echo cancellation on Blackfin DSK
...------------------------------------------------------------- // CallBackFunction() - Gets called by the audio pseudo-driver when a new audio // block is ready to be played. //----------------------------------------------------------------------------- int CallBackFunction(PVOID inputBuffer, PVOID outputBuffer, PVOID userData) { ezTurnOnLED(LED_CALLBACK); CYCLES_START(g_CycleStats); int i; volatile ARTYP_16BITS *in =(ARTYP_16BITS *)inputBuffer; volatile ARTYP_16BITS *out=(ARTYP_16BITS *)outputBuffer; volatile ARTYP_16BITS *out2; s...
2007 Nov 02
0
[PATCH] PVWin: Fix warnings
...7 +21,7 @@ DEFINE_GUID( GUID_XEN_IFACE_EVTCHN, 0xD2 //{D2D20756-DE69-4447-8A7D-9837197D6166} typedef evtchn_port_t -(*PXEN_EVTCHN_ALLOCUNBOUND)(int Domain); +(*PXEN_EVTCHN_ALLOCUNBOUND)(domid_t Domain); typedef NTSTATUS (*PXEN_EVTCHN_BIND)(evtchn_port_t Port, PKSERVICE_ROUTINE ServiceRoutine, PVOID ServiceContext); diff -r b26bdba50c41 common/include/hypercall.h --- a/common/include/hypercall.h Thu Nov 01 16:21:24 2007 -0700 +++ b/common/include/hypercall.h Fri Nov 02 09:52:30 2007 -0700 @@ -102,7 +102,7 @@ HYPERVISOR_console_io(int cmd, int count } static __inline int -HYPERVISOR_hvm_op(i...
2011 Oct 06
2
[LLVMdev] [Patch] Build failure on Windows+MinGW (GCC and Clang)
...pStackWalk64 StackWalk64; ^ M:/Development/mingw64/bin/../lib/clang/3.0/../../../x86_64-w64-mingw32/include\psdk_inc/_dbg_common.h:269:20: note: previous definition is here WINBOOL IMAGEAPI StackWalk64(DWORD MachineType,HANDLE hProcess,HANDLE hThread,LPSTACKFRAME64 StackFrame,PVOID ContextRecord,PREAD_PROCESS_MEMORY_ROUTINE64 ReadMemoryRoutine,PFUNCTION_TABLE_ACCESS_ROUTINE64 FunctionTableAccessRoutine,PGET_MODULE_BASE_ROUTINE64 ^ In file included from M:\Development\Source\LLVM\lib\Support\Signals.cpp:33: M:\Development\Source\LLVM\lib\Support/Windows/Sign...
2009 Jul 09
3
Re: Install LiveZilla In wine
...a variable with the size of the buffer pointed to > + * > + * RETURNS > + * Success: NO_ERROR > + * Failure: error code from winerror.h > + * > + * FIXME > + * Stub, returns ERROR_CALL_NOT_IMPLEMENTED > + */ > +ULONG WINAPI GetAdaptersAddresses( ULONG Family, ULONG Flags, PVOID Reserved, > + /*PIP_ADAPTER_ADDRESSES*/PVOID AdapterAddresses, PULONG SizePointer) > +{ > + FIXME("stub\n"); > + return ERROR_NO_DATA; > +} > +/****************************************************************** > * GetAdaptersInfo (IPHLPAPI.@) > * > * Get inform...
2011 Nov 02
3
[LLVMdev] [PATCH] LLVM 3.0 broken in lib/Support/Windows/DynamicLibrary.inc
...fined(__MINGW32__) + #define OLD_ELM_CALLBACK_DECL 1 +#endif + +#ifdef OLD_ELM_CALLBACK_DECL + static BOOL CALLBACK ELM_Callback(PSTR ModuleName, + DWORD_PTR ModuleBase, + ULONG ModuleSize, + PVOID UserContext) +#else + static BOOL CALLBACK ELM_Callback(PCSTR ModuleName, + DWORD_PTR ModuleBase, ULONG ModuleSize, PVOID UserContext) +#endif { // Ignore VC++ runtimes prior to 7....
2004 Aug 06
4
Framesize for UWB vs. WB encoding
Hi there. I am having a little trouble understanding the frame sizes chosen by the codec. testenc_uwb.c from the speex-1.0 source distribution has a framesize of 640 hardcoded and makes use of this value exclusively. However, a mode query on the actual codec returns 320 as a framesize for this mode. int tmp; speex_mode_query(&speex_uwb_mode, SPEEX_MODE_FRAME_SIZE, &tmp);
2009 Apr 01
19
Install LiveZilla In wine
http://www.ushost.com.br/wine/livezilla.jpg http://www.ushost.com.br/wine/error.txt Would you like to chat client livezilla run on linux and can not run in wine, because it is on. Net can someone help me? --> http://bugs.winehq.org/show_bug.cgi?id=14574 I tried to do what it says in this FAQ and also had no success. : /
2009 Apr 08
0
[LLVMdev] DynamicLibrary.inc compile error /w vc++2005 and windows sdk 6.1
...one will require to have SDK6.0A+ setup with vc++2005. Is there any known workaround to this issue? 1>d:\dev\llvm\lib\system\Win32/DynamicLibrary.inc(116) : error C2664: 'EnumerateLoadedModules' : cannot convert parameter 2 from 'BOOL (__stdcall *)(PSTR,llvm::ModuleBaseType,ULONG,PVOID)' to 'PENUMLOADED_MODULES_CALLBACK' I saw one old post from 2007 titled "LLVM 2.1 with VC++" in this list stating the same thing but this wasn't fixed probably due to failure to reproduce. Any suggestion would be appreciated. Thanks. -- Regards, Tareq Ahmed Siraj Rap...
2010 Mar 23
0
[LLVMdev] Cygwin llvm-gcc-4.2 regression
...se.h:1092: error: expected declaration specifier s or '...' before 'LPWSTR' /usr/lib/../include/w32api/winbase.h:1113: error: expected declaration specifier s or '...' before 'LPWSTR' /usr/lib/../include/w32api/winbase.h:1125: error: expected ')' before 'LPVOID' /usr/lib/../include/w32api/winbase.h:1153: error: expected declaration specifier s or '...' before 'LPCWSTR' /usr/lib/../include/w32api/winbase.h:1159: error: expected ')' before 'BOOL' /usr/lib/../include/w32api/winbase.h:1161: error: expected ')' befor...