search for: lparams

Displaying 20 results from an estimated 110 matches for "lparams".

Did you mean: params
2002 Mar 02
3
sorting listview by clicking header
thanks to all of the great work that has been done to listview, my app is finally readable. cudos on the latest patch that fixed up text (that was getting truncated), it's correct this time around. anyways, the one thing missing to get my app working is column sorting (done by clicking a header). i have below the output from a "trace+listview,trace+header" run of the app, clipped
2004 Sep 08
2
Running microsoft vss under wine
Hello, I am using wine on RH9. I am running Visual Source Safe like thus wine --ssexp.exe THe VSS GUI starts OK. the Visual Source Safe database is on Windows Partition. This Windows Partition is mounted on my Linux like thus: mount -t nfs -o rw,nolock 192.168.0.77:/mnt/server/Share /mnt/vss I am able to launch a VSS session : I can successfully check out and check in files (I point my
2010 Nov 28
2
wine: Unhandled page fault on read access
Hi, Thanks for the tips. I tried with winetricks but gave me a problem to get this installed, I finally did it semi-manual. As you said I could open an sample set but nothing more. I then upgraded to wine 1.3.8 today. Will this overwrite the winetricks dll's or not? I could start the application open and save a dataset although they seem to be empty!?. I started to move deeper into the
2011 Jan 25
2
Psi-Ops: The Mindgate Conspiracy
Ok so I used to play this game a lot on my old pc and want to play it again. Awesomely its now freeware but anyway. I downloaded the file and then put it in a folder named PsiOps in my desktop, navigated to the folder in Terminal and then tried using wine to run the .exe. The error message "so and so.exe has encountered a serious problem and needs to close" This is what was in the
2011 Jan 31
1
crash with winecfg
hi, when i start winecfg in terminal i get an error message. Code: maik at maik-laptop:~$ winecfg fixme:shell:MLSetMLHInstance (0x71590000,0x7e950000) stub fixme:mlang:GetGlobalFontLinkObject wine: Unhandled page fault on read access to 0x00000004 at address 0x4 (thread 0049), starting debugger... Unhandled exception: page fault on read access to 0x00000004 in 32-bit code (0x00000004).
2002 Jul 15
2
oggdrop with quality < 0
If anyone is interested, I smushed the less than 0 quality rate setting into oggdrop. The diff is below. Alan <p><p>Index: encthread.c =================================================================== RCS file: /usr/local/cvsroot/win32-tools/oggdrop/encthread.c,v retrieving revision 1.9 diff -r1.9 encthread.c 117,118c117,118 < if (quality < 0) < quality = 1; ---
2002 Oct 18
0
(no subject)
Hi All, Wondering if there is a document that tells how to get wine printing through a cups printer working? Yes I know the wine docs say it's all magic and if you're using cups your printing will magically work, but for some reason, it doesn't, my wine session crashes and burns when I try to print from the built in notepad (or any other apps I've tried: in particular, Lotus
2002 Feb 26
0
DDE problems
Hi! I started using wine (wine-20020122 compiled from source tarball) a couple of weeks ago to run a store-point-of-sale application. The idea is to port this windows application to linux. Before porting, we decided to check if the app could be emulated on linux with wine or recompiled with winelib. This is also necessary to run proprietary windows DLLs from third parties such as credit card
2010 Jun 20
2
DIBEngine and gdi32/user32 controls drawing loop performance
Hello, since I had a poor performance in drawing many buttons and text input fields at the same time into a window with wine, I applied the DIBEngine patch (http://wiki.winehq.org/DIBEngine) that is available for wine 1.1.44 (http://bugs.winehq.org/attachment.cgi?id=27879) to the 1.1.44 version of wine and started my application program that needs to draw many button and text input fields in a
2004 Aug 06
2
C++ wrapper for speex
hi Tom, i downloaded your speex wrappers and they're really what i'm looking for! i really cannot worry about container support at the moment because i'm working with real-time audio, and hopefully toward VoIP when everything else is in order. im using waveform to capture data from the microphone. the raw PCM sample is stored in the WAVEHDR structure's member lpData, and this
2003 May 05
1
R-1.7.0: Rproxy.dll loadlibrary/freelibrary error (PR#2914)
...} // get proxy object ULONG lRc = lFunc (&m_ProxyObject,SC_PROXY_INTERFACE_VERSION); if ((lRc != SC_PROXY_OK) || (m_ProxyObject == 0)) { FreeLibrary (m_ProxyModule); m_ProxyModule = 0; return -2; } char* lParams = 0; lParams = strdup (""); OutputDebugString("vtbl->init getting called:"); // init R lRc = m_ProxyObject->vtbl->init (m_ProxyObject,lParams); OutputDebugString("done init."); free (lParams); if (lRc != SC_PROXY_OK)...
2008 Jun 03
3
Anyone mind helping me get the MXIT pc client working?
Mxit is a mobile chat application, most probably the main means of communication for the younger generation in South Africa. I've recently moved over to Kubuntu Hardy, and would like to get the PC client working, as mobile java emulators cannot handle the app very well on linux for some reason. Link to program http://www.mxit.com/mxitpc/ (don't worry about registering, if the client runs
2002 Oct 18
5
Printing with wine
Ooops, I guess a suject will get some of you to read this, hey? Hi All, Wondering if there is a document that tells how to get wine printing through a cups printer working? Yes I know the wine docs say it's all magic and if you're using cups your printing will magically work, but for some reason, it doesn't, my wine session crashes and burns when I try to print from the built in
2010 May 15
2
Wineboot: useless dialog
Hi! I wonder about something, which disturb me: thisone (wineboot.c): Code: static INT_PTR CALLBACK wait_dlgproc( HWND hwnd, UINT msg, WPARAM wp, LPARAM lp ) { switch (msg) { case WM_INITDIALOG: { WCHAR *buffer, text[1024]; const WCHAR *name = (WCHAR *)lp; HICON icon = LoadImageW( 0, (LPCWSTR)IDI_WINLOGO, IMAGE_ICON, 48, 48, LR_SHARED );
2001 Nov 19
1
Crash when pressing OK/Cancel in User Preferences - Lotus Notes RNext
Wine version: 20011108 CVS update run this morning Ran the following commands make uninstall make clean /tools/wineinstall Lotus Notes RNext running OK with latest CVS (I was having problems where buttons would not work), however if I go into User Preferences, and then click on either the OK or Cancel button, a crash occurs producing the following in the debugger.... WineDbg starting...
2008 Jan 04
5
win32-api callback causes ruby to application error (crash).
# I originally intended to post this question here. # But it took some time for subscription authorization process. # So I have posted the same question to the forum when I was waiting # for the subscription confirmation notice. # It seems to me the forum is not so active, let me drop here too. Hello, The following WinSNMP trap receive program ''win_snmp.rb'' causes ruby
2006 Nov 01
1
Integrating speex with VideoNet application: Constant background noise
Hi, Can someone please help me with my problem below. Any suggestions is appreciated. thanks, Carine ----- Original Message ---- From: Carine Liang <carineliang@yahoo.com.sg> To: speex-dev@xiph.org; speex-dev@xiph.org Sent: Tuesday, 31 October 2006 1:05:49 PM Subject: [Speex-dev] Integrating speex with VideoNet application: Constant background noise Hi, I am developing a peer-to-peer
2009 Aug 06
1
WH_KEYBOARD_LL vs GetKeyState
hi all, i have problems running this code (taken from: http://blogs.msdn.com/michkap/archive/2006/12/20/1332470.aspx) in wine (1.1.26). the GetKeyState trick is not working, so GetKeyboardState never fills in any information in windowless apps. > /* > * If this thread needs a key state event, give one to it. There are > * cases where
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
Hooray, I got gdb to do what I need, to skip the first exception and break before the second. The key commands are: gdb (winepath)/bin/wine Set the arguments: > set args --winver nt40 yourapp Tell gdb to pass segmentation faults to the program: > handle SIGSEGV nostop pass Set a breakpoint at main: > b main Run the program: > run This loads all the shared libraries, and
2004 Aug 06
1
C++ wrapper for speex
hi sirs, i am only recently studying speex and i'm looking for a C++ wrapper for speex that has higer-level implementations for the Encode and Decode functions, to sort of base my initial understaning of how the speex API work. i have in fact created my own, following on the instructions in the speex codec manual, but i havn't really made any positive progress. (a lot of people have