search for: destroyicon

Displaying 7 results from an estimated 7 matches for "destroyicon".

2010 Oct 15
3
OLEPictureImpl error may need winetricks dll?
Any idea what dll I add with winetricks to correct this error? fixme:ole:OLEPictureImpl_FindConnectionPoint The program is called WriteWay, and it uses ole boxes to display text.
2008 Sep 10
2
App ask for admin privilege
i've tried one app that install nicely but told me " you have to use an admin account to run this app for the first time" Is there a way to fix this ?
2001 Feb 15
0
FrameMaker 6.0 problem - further information
...fs=008f Call gdi32.432: SelectObject(00000448,000000be) ret=4079a24e fs=008f Ret gdi32.432: SelectObject() retval=00001016 ret=4079a24e fs=008f Call gdi32.432: SelectObject(00000444,000000be) ret=4079a25b fs=008f Ret gdi32.432: SelectObject() retval=00001036 ret=4079a25b fs=008f Call user32.144: DestroyIcon(000002c6) ret=4079a26a fs=008f Ret user32.144: DestroyIcon() retval=00000001 ret=4079a26a fs=008f Call gdi32.176: DeleteDC(00000444) ret=4079a279 fs=008f trace:font:X11DRV_FONT_SelectObject hfont=ffed trace:font:XFONT_RealizeFont physfont 1 Ret gdi32.176: DeleteDC() retval=00000001 ret=4079a279 f...
2001 Feb 20
1
I need some help for using wine
...432: SelectObject(00000448,000000be) ret=4079a24e fs=008f > Ret gdi32.432: SelectObject() retval=00001016 ret=4079a24e fs=008f > Call gdi32.432: SelectObject(00000444,000000be) ret=4079a25b fs=008f > Ret gdi32.432: SelectObject() retval=00001036 ret=4079a25b fs=008f > Call user32.144: DestroyIcon(000002c6) ret=4079a26a fs=008f > Ret user32.144: DestroyIcon() retval=00000001 ret=4079a26a fs=008f > Call gdi32.176: DeleteDC(00000444) ret=4079a279 fs=008f > trace:font:X11DRV_FONT_SelectObject hfont=ffed > trace:font:XFONT_RealizeFont physfont 1 > Ret gdi32.176: DeleteDC() retva...
2012 Jan 09
4
"timeGetTimeā€œ function in winmm.dll
Dear Forum, I installed MetaTrader 4 with wine it is up and running everything works well, the best performers is with the new wine 1.3. BUT if I run some EA Experts Advisors I get on two of it problems and the application crashes. The EA`s with crashes have custom .dll (FCS300.dll) and I try to debug this errors. Code: 0028:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7d7984a2 0028:Ret
2006 Feb 16
0
OWA via IE stops working after upgrade
...the printouts from WINEDEBUG: 0012:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=00e87b08 0012:Call ntdll.RtlFreeHeap(7fec0000,00000000,7ff17808) ret=00e83b61 0012:Ret ntdll.RtlFreeHeap() retval=00000001 ret=00e83b61 0012:Ret kernel32.31() retval=00000000 ret=0017e94b 0012:Ret user32.DestroyIcon() retval=00000001 ret=00b9ca17 0012:Call user32.UnregisterClassW(7fc8fbfa L"tooltips_class32",00000000) ret=00b9ca47 0012:Call kernel32.GlobalFindAtomW(7fc8fbfa L"tooltips_class32") ret=00174700 0012:Call ntdll.NtFindAtom(7fc8fbfa,00000020,7fc8f9e2) ret=00e6888c 0012:Ret ntdll....
2002 Aug 06
0
Getting a GUI to work with Vorbis code
...CGUIDlg dialog CGUIDlg::CGUIDlg(CWnd* pParent /*=NULL*/) : CDialog(CGUIDlg::IDD, pParent) { //{{AFX_DATA_INIT(CGUIDlg) // NOTE: the ClassWizard will add member initialization here //}}AFX_DATA_INIT // Note that LoadIcon does not require a subsequent DestroyIcon in Win32 m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME); } void CGUIDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CGUIDlg) // NOTE: the ClassWizard will add DDX and DDV calls here //}}AFX_DATA_MAP } BEGI...