search for: giorgian

Displaying 6 results from an estimated 6 matches for "giorgian".

2001 Aug 12
2
WND structures
...e crash the window tree structure gets corrupted. in order to find the exact point in which this happens, is there a better method than running the program step by step and *manually* check the windows structure? in other words, is there any tool to automatically check them? thanks -- pietro giorgianni (giorgian@icube.it) Icube s.r.l. via Ridolfi 15, Pisa (PI) - Italy
2001 Aug 31
1
GetWindowLongA
...*free* choice, please let us know) refuses to trace into USER32.DLL. any suggestion? are there more possibilities that wine's GetWindowLongA is buggy, or the bug is elsewhere (i.e. some other function corrupts the *WND structure or inits it with wrong values)? thanks in advance -- Pietro Giorgianni giorgian@icube.it
2001 Sep 17
1
Using a native windows DLL in wine
Hi all. As said in the subject, we wonder whether is possible to use some native MS dlls (comctl32.dll, commctrl.dll) in a wine installation, for commercial purpose. And, if possible, what kind of restrictions are supposed to be applicated? I'm sure I'm not the first asking such a thing... Thx
2001 Oct 19
0
IAdviseSink_QueryInterface (datacache)
...ros around other macros and so on. I only understood that the structure this (created by the macro _ICOM_THIS_From_IViewObject2(DataCache, iface) ) is corrupted. Does anybody know the bug? Can anybody tell me if there's at least an explanation on the datacache.c file? thank you -- Pietro Giorgianni - Icube s.r.l. Via Ridolfi, 15 Pisa (italy) giorgian@icube.it
2008 Nov 19
1
ruby xapian bindings and windows
Hi, I've compiled xapian 1.0.9 (core and buildings) on Windows Xp, using Lemur's nmake files[1]. I'm trying to use acts_as_xapian [2] on RubyOnRails, but I'm facing a problem with the rebuild index process. in acts_as_xapian, to rebuild the index, a new Xapian::WritableDatabase is created with a different path, then flush() is invoked; lastly, the new path is renamed to the old
2001 Sep 04
0
Presumed bug found in SCROLL_GetPtrScrollInfo
Hi all. We have a win32 application linked to Far Point's Spread32 library; the application crashes when referencing a NULL pointer returned by GlobalLock, but obviously it runs perfectly under win98SE (see previous post about GetWindowLongA) . The behaviour of SCROLL_GetPtrScrollInfo, with nBar parameter = SB_CTL, is to return wndPtr->wExtra as it were a pointer. Actually we found that,