Displaying 5 results from an estimated 5 matches for "lstrlen".
Did you mean:
strlen
2002 Feb 05
1
Still no luck on command line parse [Bug 417]
...NEL.21: GLOBALHANDLE(0x0e4f) ret=045f:0229 ds=01e7
08247d08:Ret KERNEL.21: GLOBALHANDLE() retval=0x0e4f0e4f ret=045f:0229 ds=01e7
08247d08:Call KERNEL.19: GLOBALUNLOCK(0x0e4f) ret=045f:022f ds=01e7
08247d08:Ret KERNEL.19: GLOBALUNLOCK() retval=0x0001 ret=045f:022f ds=01e7
08247d08:Call KERNEL.90: LSTRLEN(0x0b5fd7a0 "C:\\Program Files\\intuit\\qbtimer\\QBTIMER.HLP") ret=03b7:1d0a ds=01e7
08247d08:Ret KERNEL.90: LSTRLEN() retval=0x002b ret=03b7:1d0a ds=01e7
08247d08:Call KERNEL.90: LSTRLEN(0x0b5fd7a0 "C:\\Program Files\\intuit\\qbtimer\\QBTIMER.HLP") ret=03bf:2ea4 ds=01e7
08247d0...
2007 Jun 19
0
[PATCH] x86: fix early option scanning
...129,20 +131,20 @@
cmp %eax,4+4(%esp)
je 1f
cmpb $'' '',-1(%eax)
- jne 2f
+ je 1f
+2: inc %eax
+ jmp 0b
1: mov %eax,%ebx
- push 4+8(%esp)
+ pushl 4+8(%esp)
call .Lstrlen
add $4,%esp
- xchg %eax,%ebx
- add %eax,%ebx
+ xadd %eax,%ebx
cmpb $''\0'',(%ebx)
je 3f
cmpb $'' '',(%ebx)
je 3f
cmpb $''='',(%ebx)
- je...
2001 Sep 10
0
Ogg Open Crash
...does not work, only a crash when calling the function ov_open(...). Below is the code snippet i use, everything else works fine, its the ov_open function that crashes. May you can give me any help?
(Oh... and hit the carriage return now and then, eh? ;-)
> --------
> if( lstrcmpi( Filename+lstrlen(Filename)-3, "ogg" ) == 0 )
> {
> OggVorbis_File vf;
>
> file = fopen( Filename, "rb" );
> if( !file ) return;
>
> memset(&vf, 0, sizeof(vf));
> if( ov_open( file, &vf, NULL, 0 ) < 0 ) // CRASH
> {
> Warning( "Input...
2008 Oct 17
2
problem usrmgr Version 3.2.4
hi , i have
a few problems with usmgr on Version 3.2.4
( Version 3.2.4-8.1-1931-SUSE-SL11.0 )
samba pdc ldap
the download version from ms
http://www.microsoft.com/Downloads/details.aspx?FamilyID=c0011ab8-3178-4701-a791-eafba0f42de2&displaylang=en
doesnt work
giving
"device attached to the system is not functioning"
whatever i do
a old version from usermgr works partially
but magic
2010 Jul 02
0
Wine release 1.2-rc6
...arian translation.
shlwapi: Update Hungarian translation.
wininet: Update Hungarian translation.
winspool.drv: Add Hungarian translation.
wldap32: Add Hungarian translation.
devenum: Add Hungarian translation.
Marko Nikolic (2):
advapi32/tests: Replaced function lstrlen with strlen in condition check.
advapi32/tests: Removed sign comparison warning in test_LookupAccountName.
Matthias Kupfer (1):
comctl32: Fix selection of tab via mouse.
Michael Stefaniuc (4):
start: Add the Romanian translation.
start: One language specifier in the Englis...