Displaying 20 results from an estimated 300 matches similar to: "How to resolve conflicts between Cocoa and WineLib...?!"
2010 Mar 23
0
[LLVMdev] Cygwin llvm-gcc-4.2 regression
Hi,
I don't seem to be able to solve this regression with llvm-gcc-4.2 on
Cygwin.
It is weird as I thought I had checked SVN TOT and had a good build just
before the branch was corrected, so am confused.
If someone more experienced with debugging could have a look at this, its
like a syntax error. I have tried whittling the error down but it just
moves.
Trying to bisect between r98185 and
2010 Jul 29
2
Include Wine in my project and using WinGDI under Linux.
Hy guys, I make my application for Windows/Linux/Mac and I have problem with next using:
I'm include in my project next headers:
#ifndef WNT
#include </tmp/include/windef.h>
#include </tmp/include/winbase.h>
#include </tmp/include/wingdi.h>
#include </tmp/include/winuser.h>
#include </tmp/include/winerror.h>
#endif
And It's cool working with libEMF.so, but
2005 Dec 06
1
SRC=/, include a few directories and exclude everything else
Hi,
I am currently backing up a few Linux boxes, and a Windows XP box, using
rsync (through a cron job).
Regarding the Windows box ( Windows XP (running Cygwin) <--> Debian
Testing), so far I specify a few directories as sources in the rsync
command line. I then use an excludes file to include certain directories
and exclude others.
I was wondering, can I just specify / as the source and
2006 Aug 22
4
Native Extensions on Windows 0.10 series
Hi all,
I''ve just noticed that 0.10 is out and wanted to give it a try on windows.
I''m not at all an VS C++ Developer so I might do something very stupid here.
My env: Windows Server 2003
VS .NET 2003
On the command line with nmake from VC7 in the path this is what I get:
Attempting remote update of ferret
Building native extensions. This could take a while...
Microsoft
2010 Aug 20
0
No subject
net use z: \\sambapdc\share1 <file:///\\sambapdc\share1>
However I still get prompted for a user name and password. I don't seem
to have a way to force the "net" command to connect anonymously.
If I can force an anonymous connection from Windows, then I should be OK.
(Again, this share does not contain information that needs much protection.)
Thanks
2024 Nov 04
1
Windows permissions
I think I'm fairly good with Linux (since 1991) but mostly clueless
with Windows. When I need Windows help, the Web has been my savior.
But not this time...
I have three Windows 10 boxes which I can successfully access
using xfreerdp so I presume I know the available users and
passwords. However, trying to access with winexe is proving difficult.
1. The command, <winexe -U winuser
2010 Aug 20
0
No subject
net use z: \\sambapdc\share1 <file:///\\sambapdc\share1>
However I still get prompted for a user name and password. I don't seem
to have a way to force the "net" command to connect anonymously.
If I can force an anonymous connection from Windows, then I should be OK.
(Again, this share does not contain information that needs much protection.)
Thanks
From:
2001 Oct 01
1
Latest CVS of wine won't compile
Hi!
I tried to compile the latest CVS version (fetched this morning) of wine,
but compilation fails with:
gcc -c -I. -I. -I../../include -I../../include -O2 -m486 -fno-strength-reduce -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o wnd.o wnd.c
In file included from ../../include/wine/winuser16.h:5,
from ttydrv.h:19,
2006 Sep 26
3
Samba ignores groups for ACL !
Hello, i hope u guys can help me.
This is the first time I write to the list. Sorry about my english...
i got a solaris 10 machine and installed "samba 3.0.2.3c" with "openldap 2.3.2.1" , "openssl 0.9.8" and "gcc 3.4.6".
i configured kerberos and all the other things. all good.
i added the samba-server (solaris10) to a active directory domain.
with
2006 Oct 12
0
WG: Samba ignores groups for ACL !
Hi!
Here is the Output:
bash-3.00# id NTBV+neuwald
uid=5000(NTBV+neuwald) gid=5006(NTBV+dom??nen-benutzer)
bash-3.00# /usr/local/samba/bin/wbinfo -r NTBV+neuwald
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5000
5015
5016
5017
5022
5029
5033
5035
5021
5023
5019
5032
5028
5027
5034
5020
5026
5030
5024
5018
5036
5025
5031
Ciao, Bj?rn
-----Urspr?ngliche
2003 Dec 01
0
No subject
through the guest account.
This is my smb.conf on the linux side:
; Copyright (c) 1999 SuSE GmbH Nuernberg, Germany.
;
[global]
workgroup =3D SYAC
guest account =3D winuser
; guest account =3D nobody
keep alive =3D 30
os level =3D 2
kernel oplocks =3D false
; security =3D user
; Uncomment the following, if you want to use an existing
; NT-Server to authenticate users, but
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
Anarchy Online is running great through WINE. However, I need to apply this patch in order for the right mouse button to do extra functionality
===
Code:
diff --git a/dlls/user32/Makefile.in b/dlls/user32/Makefile.in
index 3dbde26..d1ebfe8 100644
--- a/dlls/user32/Makefile.in
+++ b/dlls/user32/Makefile.in
@@ -1,7 +1,7 @@
EXTRADEFS = -D_USER32_ -D_WINABLE_
MODULE = user32.dll
IMPORTLIB =
2006 Oct 09
1
AW: AW: Samba ignores groups for ACL !
Hi,
First of all, thx for fast answering.
> I hope that the above commands are really right, because you
said folder_a but the name of the folder is "folderA".
Sorry, the commands are right :)
> The all other things include the groupmaps?
What do you mean... when i uses the command "./net groupmap list",
i get the following back
2002 Dec 31
1
Samba 2.2.7a PDC with W2K SP3 clients - can't stay in domain
I've searched through the mailing lists and seen a few similar problems, but
those fixes didn't fix me.
Error: I can join the domain, but after rebooting and attempting to log in
I get the error:
The system cannot log you on to this domain because the system's compuer
account in its primary domain is missing or the password on that account is
incorrect.
Steps to obtain the
2015 Apr 17
0
Wine release 1.7.41
The Wine development release 1.7.41 is now available.
What's new in this release (see below for details):
- More Known Folders supported in the shell.
- Some more support for kernel job objects.
- More MSI patches improvements.
- Some theming fixes.
- Various bug fixes.
The source is available from the following locations:
2008 Nov 04
1
WG: Samba 3.0.28a PDC and Vista Clients
Did you have profile files written?
With Xp it is profiles.V2.
I made my profile-path reside in the home directories of the users
And it worked on the fly
Ex:
[homes]
path=/windows/winuser/%U
[profiles]
path=/windows/winuser/%U/profile
Greetings
Daniel
-----Urspr?ngliche Nachricht-----
Von: samba-bounces+mueller=tropenklinik.de@lists.samba.org
2006 Sep 08
1
Mapping all members of an AD group to a single unix username?
Hello all
I've tried various permutations in the smbusers file ( referenced by
username map ), to get all members of a Windows AD group to be able to
authenticate to a Samba Share, mainly along the lines of DOMAIN\GroupName,
but I can't figure out a way to get this to work.
What I need is for any member of the DOMAIN\SambaGroup to authenticate to
the Samba server as the unix user
2002 Apr 17
1
Problems embedding R in a C application
Hello,
I've encountered two serious issues that have stopped me in my tracks, and I
would be most grateful to anyone who can provide some answers.
I am using the examples provided on the page "Testing the Embeddable R
Library". I am writing a C application, that I want to embedd R into (I'm
not interested in embedding my application in R, that's not an option). I'm
2001 Sep 26
0
winelib and mfc
I am trying use mfc to compile programs in Linux
Well, i have compiled a part of mfc which is need to my VC6 application and
the mfc and mfc+application are compiled without errors or undefined
reference, but when i ran the program i saw this error:
/winhelp: could not load library './winhelp.so' as Winelib application:
cannot open shared object file: cannot load shared object file:
2009 Apr 14
3
CIFS hang
I have a Proliant running Red Hat with the 2.6.9-5.ELsmp kernel.
We have a Windows 2000 Server who's secondary disc drive is mounted on the
Linux box via CIFS using the following command:
/sbin/mount.cifs //w2000/docs /var/www/documents -o
dir_mode=0777,file_mode=0444,gid=100,uid=501,username=winuser,password=winpass
From time to time, for whatever reason, the Windows 2000 Server