Displaying 4 results from an estimated 4 matches for "hprevinstance".
Did you mean:
previnstance
2007 Jan 03
0
[824] trunk/wxruby2/swig/classes/App.i: Remove some ifdefs for old unstable versions of WxWidgets
...                               WXHINSTANCE WXUNUSED(hPrevInstance),
-                                char *lp...
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);
return...
2015 Oct 16
0
Wine release 1.7.53
The Wine development release 1.7.53 is now available.
What's new in this release (see below for details):
- Support for the various versions of XAudio.
- More implementation of the Web Services DLL.
- Improved OLE object embedding.
- Various code cleanups in Direct3D.
- New MAINTAINERS file and Signed-off-by requirement to
improve the patch review process.
- Various bug fixes.