similar to: WinNT and oleaut32.dll

Displaying 20 results from an estimated 1000 matches similar to: "WinNT and oleaut32.dll"

2004 Dec 29
2
Cluster size not supported
Hi, I'm having a similar problem, I get "The cluster size in this system is not supported." I get this when running wine InstMsiA.exe (using the version from microsoft.com). It comes up in a windows message box. I'm running wine from yesterday's cvs. I tried running Rein's test program from this old email and I get the following output: % wine fds 'c:\'
2004 Oct 13
0
Re: Wine and Tapi32
On Wed, 13 Oct 2004 08:23:21 +0000, you wrote: > Hi, > > I don't know if you can help but your e-mail address came up in a search for > answers to a problemn I am having with Wine. > > I am using Suse9.1 and the latest release of wine. I am trying to run a > program called Time&Chaos version 6 (demo available from > www.chaossoftware.com). > > It installs
2005 Aug 30
0
No subject
is called from your application, not from wine code. In 9 out of 10 cases this would be done within the handling of some message, in this case for instance a WM_MOUSEMOVE or WM_LBUTTONDOWN message. Here that seems not to be the case. That would make a backtrace from within this call interesting. [...] > Maybe someone can get something out of that.. I've been comparing them > for the
2004 May 03
3
wine-users digest, Vol 1 #1757 - 10 msgs
where can i download the latest version of wine i went to winehq but seem to be lost cant find my way can you help ----- Original Message ----- From: <wine-users-request@winehq.org> To: <wine-users@winehq.org> Sent: Saturday, May 01, 2004 9:06 PM Subject: wine-users digest, Vol 1 #1757 - 10 msgs > Send wine-users mailing list submissions to > wine-users@winehq.org > > To
2005 Mar 25
1
Broken Date Selection Window
Hi, I've been working on getting the application WeatherScope working under Wine. http://sdg.ocs.ou.edu/builds/final/win/WeatherScope/WeatherScope-1.2.1.exe (Free for educational and non-commercial use) With a little help from Rein Klazes, I've gotten the application running. The program is usable, but it has some pretty major warts, at least under Wine 20050310. The biggest one is
2003 Aug 16
2
xtabs to dataframe fails (PR#3754)
Full_Name: Daniel Frey Version: 1.7.1 OS: Windows 2000 Submission from: (NULL) (80.254.164.242) Generating a data frame out of a xtabs result acts unusual. Take the following sample to reproduce it: > a.a <- c("a","a","a","b","b") > a.b <- c("c","c","d","e","f") >
2010 Sep 07
4
LMTP logging configuration
Hi, I'm using Dovecot 2.0.1, and I log to a custom syslog facility (local0) in the main configuration (I want a separate log file, but I want to make use of rsyslogd's capabilities). I overwrite the syslog facility for LDA (mail) to have all delivery related stuff in /var/log/mail.log, and that works fine. I tried to do the same for LMTP with protocol lmtp { syslog_facility = mail }
2012 May 04
2
[LLVMdev] how compile subproject
> Neither worked. =( Hmm. Something seems to have gone horribly wrong then. I've just reproduced Peter's suggestion on the autoconf build and it worked fine. Perhaps try a clean build out of tree: CMake: mkdir my_special_build_dir cd my_special_build_dir cmake $PATH_TO_LLVM_SOURCE make llc Autotools: mkdir my_special_build_dir cd my_special_build_dir $PATH_TO_LLVM_SOURCE/configure
2003 Sep 08
8
Can I execute a shell script from Wine ?
I need to be able to trigger a Linux procedure (shell script, or PERL for example) from Wine. Is it possible to do ? Please help ! Thanks. Boris Kirshteyn K-B Toys, Software Architect (413) 496-3249 bkirshte@kbtoys.com
2002 May 13
1
Adding Printer Drivers for existing Printers (Win2000, WinNT x86)
Hi List! I've got a problem that I've read about on the web several times now, regarding the uploading of printer drivers to the samba [print$] share. When I try to set the printer driver for an existing printer (HP LaserJet 6L enabled with CUPS) the W2K wizard let me select the driver *.inf file but when finishing I get the well known error message: "Unable to install Intel,
2012 May 05
0
[LLVMdev] how compile subproject
Hi, thanks for your answers. I did: cd workspace svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm cd llvm/ mkdir build cd build/ ../configure --enable-jit make                                                      # OK, everything went fine. cd ../lib/Transforms/InstCombine/            # Just to test vim InstCombineCalls.cpp                       # added `if (0 == 1) return 0;` at
2012 May 05
1
[LLVMdev] how compile subproject
Beckert Frey <beckert.frey at yahoo.com> writes: [snip] > Is InstCombine required for lli? Yes: $ llvm-config --libs mcjit jit interpreter nativecodegen bitreader asmparser selectiondag -lLLVMAsmParser -lLLVMBitReader -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMMCParser -lLLVMInterpreter -lLLVMJIT
2009 Aug 18
5
OT - DECT handset with Line key
Hi, I need to replace digital handsets in offices where there cabling is appareantly not Ethernet-compliant. Today's usage is to press a key to toggle between private ou public line before issuing an outgoing call. Are you aware of a DECT handset (to overcome cabling limitations) that mimic this line-key behaviour ? For instance, acceptable behaviours would be to dial number string and press
2006 May 08
2
Encrypted IMAP only from Internet, unencrypted POP3 from internal network
Hi, we have following situation: I migrated our company mailserver from POP3 only to dovecot with IMAP and POP. We need to have unencrypted POP3 from our internal network, and the subnet our mailserver is in. Additionally, we now want to allow encrypted IMAP from the internet (for some defined accounts), preferably with TLS (which means I open Port 143 in our firewall). Now, how can I
2003 Apr 12
1
WIn XP + Samba trouble
I am trying to connect a windows xp client to a samba PDC. The user exists on the PDC and has an entry in the /etc/samba/smbpasswd file. In my smb.conf file, I have the following: add user script = /usr/sbin/useradd -s /bin/false %u && /usr/bin/smbpasswd -a %u add machine script = /usr/sbin/useradd -d /dev/null -g machines -s /bin/false -M %u && /usr/bin/smbpasswd -m -a %u
2004 Oct 21
6
wine-20041019 build failed
This is my error message: make[2]: Entering directory `/home/jrt/wine-20041019/dlls/kernel' /usr/local/bin/gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_KERNEL32_ -DETCDIR="\"/usr/local/etc\"" -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -I/usr/local/ssl/include -I/usr/gnome2/include
2012 Sep 26
1
Write table with data in other .csv template
Hi, I have a table with data, as below: dput(table): structure(list(Adrian.Cole = c(0L, 0L, 0L, 0L, 0L, 0L), Alison.Wong = c(0L, 0L, 0L, 0L, 0L, 0L), Andrei.Savu = c(0L, 0L, 0L, 0L, 0L, 0L), Bruno.Dumon = c(0L, 0L, 0L, 0L, 0L, 0L), Edward.J..Yoon = c(0L, 0L, 0L, 0L, 0L, 0L), Eugene.Koontz = c(0L, 0L, 0L, 0L, 0L, 0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa = c(0L, 0L,
2003 Feb 07
3
Missing .so libraries for DLL files
Hi. I'm trying to get this PS2 ISO generator to work. It requires the DLL:s mfc42.dll and mfc42loc.dll---hence I got them and placed them in ~/.wine/hdd/windows/system. Now it's complaining about missing .so libraries for the builtin DLL:s. I have this in the config: "mfc42" = "builtin, native" "mfc42loc" = "builtin, native"
2004 Jun 23
0
(no subject)
Rein Klazes wrote: >On Wed, 23 Jun 2004 16:07:01 +0200 (CEST), you wrote: > > > >>I'm interested to have on the object of each message generated by the mailing list something like "[Wine]", as for others mailing lists. That could be useful to discriminate between right messages and spam, allowing to delete messages not reading them in advance. >> >>I
2012 May 04
2
[LLVMdev] how compile subproject
You can also do make ONLY_TOOLS="llc" Pete On May 3, 2012, at 11:52 PM, Tim Northover wrote: > Hi Beckert, > >> is it possible to compile just an subproject? For example, just llc or lli? > > With CMake you can just type "make llc" from your build directory. I > don't know about the autotools build. > > Tim. >