search for: sonce

Displaying 4 results from an estimated 4 matches for "sonce".

Did you mean: since
2004 May 05
0
Tree Connect Failed connecting to a Windows 2003 Share
...to connect to a share on a Windows 2003 domain controller. I keep getting the error "Tree connect failed - NT_Status_Access_Denied" I have another domain controller in the same domain with the same share etc and I can connect successfully. I have disbaled SMB Client Signing on the domain sonce it is not supported in this version of Samba. Has anyone else seen this? Thanks...Chris ********************************************************************** The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be leg...
2016 Feb 12
2
Memory Store/Load Optimization Issue (Emulating stack)
Hi again, So I finally gave up on trying to get through the converting (x86' push pop mov add) because it deals a lot with crazy pointer arithmetics and sonce inttoptr and ptrtoint doesn't provide any alias analysis information. Daniel, you said it doesn't make much sense to provide it but in my cases it is actually very much needed, you didn't say it wasn't possible to provide it but it is possible right? Could you guide me through where...
2003 Oct 24
14
Network path not found
...yes read only = no Can anyone help me with this problemm. I have tried the trouble shooting from the o'reily book and it seems that I have a netbios name "recongnition" problem that is not covered in the o'reily book. The only thing I have not looked at is the password issues. Sonce I'm not restricting access to my share I did not think it was necessary. Thanks all, Marc
2016 Feb 10
4
Memory Store/Load Optimization Issue (Emulating stack)
Thank you for the hint. I adjusted the code and it works: The code after replacing inttoptr with getelementptr: define { i32, i32, i8* } @test(i32 %foo, i32 %bar, i8* %sp) { entry: ; push foo (On "stack") %sp_1 = getelementptr i8, i8* %sp, i32 -4 %sp_1_ptr = bitcast i8* %sp_1 to i32* store i32 %foo, i32* %sp_1_ptr, align 4 ; push bar %sp_2 = getelementptr i8, i8* %sp_1,