search for: hprevinst

Displaying 4 results from an estimated 4 matches for "hprevinst".

2007 Jan 03
0
[824] trunk/wxruby2/swig/classes/App.i: Remove some ifdefs for old unstable versions of WxWidgets
...&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspWXHINSTANCE WXUNUSED(hPrevInstance), -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspchar...
2007 Dec 22
1
Memory leaks
...000002,0000001a): returning 0x110240 trace:heap:RtlFreeHeap (0x110000,00000002,0x1101b8): returning TRUE trace:heap:RtlAllocateHeap (0x110000,00000002,00000004): returning 0x110118 -- snip code: #include <windows.h> int WINAPI WinMain (HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPSTR lpszArgument, int nCmdShow) { MessageBox(NULL, "Hallo", "Test", MB_OK); return 0; }
2012 Mar 22
1
Page fault with MFC42.DLL
Hi, I get a crash when I dynamically link with MFC42.DLL but not when I link with MFC statically I've created a simple test program to illustrate... #include "stdafx.h" #include "afxole.h" Code: int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { COleDateTime curTime; curTime=COleDateTime::GetCurrentTime(); CString nowStr; nowStr=curTime.Format("'%c'"); /* CRASHES HERE */ printf("%s\n",nowStr); re...
2015 Oct 16
0
Wine release 1.7.53
...ing double quotes inside of the property. msi: Correctly parse double quotes in the token value. msi: Add a trace to msi_get_property. oleview: Fix compilation with PSDK. oleview: Correctly set window's class background and cursor. oleview: Remove useless check for hPrevInst. oleview: Always check return value of SendMessage(TVM_GETITEM). advapi32: Add CreatePrivateObjectSecurityWithMultipleInheritance semi-stub. ntdll: Implement RtlValidRelativeSecurityDescriptor. mshtml: Handle memory allocation failure when creating IOleUndoManager. msh...