similar to: WARNING - WINE DOESN'T WORK WITH OFFICE 2003

Displaying 20 results from an estimated 2000 matches similar to: "WARNING - WINE DOESN'T WORK WITH OFFICE 2003"

2008 Oct 31
4
config moved?
Hi Folks #1 Has ~/.wine/config (http://www.codeweavers.com/support/docs/wine-user/config-file) moved? Under ~/.wine/ I have no "config", but I do have the 3 files: system.reg; user.reg; userdef.reg. Is one of these now the "config" file? And #2 I installed Windows native ole32.dll into ~/.wine/drive_c/windows (as per the ole32.dll accompanying text file - well,
2009 Apr 03
1
"Invalid argument (22)" & "Operation not supported (95)" ???
Hi Folks I've gone back over the list and the only reference I've found to "Invalid argument (22)" is here: http://lists.samba.org/archive/rsync/2006-May/015478.html That seems a different context of character set mismatches. The common parts to my errors are: rsync: rsync_xal_set: lsetxattr("...","security.selinux") failed: Invalid argument (22) And:
2009 Mar 29
2
ssh & rsync equivalence?
Hello Folks Can anyone help with why I can use ssh like so: [root@morgansoldmachine ~]# ssh -t rsync@192.168.1.40 sudo ssh -i /home/rsync/.ssh/id_dsa root@192.168.1.100 Last login: Tue Mar 24 21:32:51 2009 from morgansmachine.lan [root@morgansoldmachine ~]# logout Connection to 192.168.1.100 closed. Connection to 192.168.1.40 closed. [root@morgansoldmachine ~]# But, when I use the same
2008 Nov 15
4
fixme:ntdll - What I supposed to do to solve this problem?
When I am trying to run an application under wine, I am getting this error in console. Code: fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 17/02/2008, dlt (d/m/y): 19/10/2008 What is this and what I can do to solve it? The application is an license manager (lmgrd). I am using Ubuntu 8.10 x64 and wine is 1.1.8 []'s
2008 May 19
2
Log or diary file
Hi! Is it possible to set a file to which both commands and output would get automatically saved? I've tried with sink(), but only get the output. I mean something like a combined history and sink, as you get with File/Save to File.. in the windows GUI. Tis is done with diary filename in Matlab, and you can state diary on and diary off to control what is being saved to the file. Thanks Agus
2006 Jun 01
5
History plugin
Hello, I felt annoyed enough when having to redirect user back to their previous location in a hackish way that I wrote this plugin. It avoids storing POST and Ajax request. It also has a facility to specify actions not to store in the history. If you are interested, it''s there: http://blog.cosinux.org/pages/rails-history See you all, Damien -- Damien MERENNE
2010 Oct 27
8
Advanced Diary.
Help me plz run Advanced Diary is 3.0.1 I install mMicrosoft MDAC and can run application, but get error "Provider cannot be found. It may not be proprely installed". How i can run it? =(
2006 Jul 24
18
difference between running unabridged
22 sudo mv camping.rb camping-abridged.rb 23 sudo mv camping-unabridged.rb camping.rb when running into problems, the abridged version of camping is rather difficult to debug. so I''m moving to unabridged, but I''m getting this error. [Mon Jul 24 15:50:18 2006] [error] [client 192.168.11.100]
2006 Jul 26
1
Seek Error ?
anyone ever got this error ? [Wed Jul 26 17:36:25 2006] [error] [client 192.168.11.100] (eval):21:in `seek'', referer: http://rf.mathieu.mv.sha/diary.cgi/edit/1?someting=true [Wed Jul 26 17:36:25 2006] [error] [client 192.168.11.100] : , referer: http://rf.mathieu.mv.sha/diary.cgi/edit/1?someting=true [Wed Jul 26 17:36:25 2006] [error] [client 192.168.11.100] Illegal seek, referer:
2008 Mar 11
1
KOrganizer problems
My file/print/mail server is CentOS. My laptop is Mandriva 2008.0. I have smb shortcuts loaded by fstab to give instant access to my home directory and a data directory on the server. All was working well, after some initial problems with firewall and selinux, until yesterday. After finding from the logs that someone was trying to get into my imap server I decided that, although they
2005 Oct 19
4
ER strikes back
Hi Railers, A long, long, time ago, i made a Framework/CMS in php. There were two core models: Content and Content_type. Content_type was only a list of content types (as expected): new, article, etc. Content_type was not mandatory, but it allowed later to "deactivate" types of contents, for example. So then Content stored the common attributes/properties between the different content
2007 Jul 13
2
error on running Advanced Diary v1.3
Advanced Diary (a simple calendar/journaling program)installed fine, but when I go to run it the splash screen for the program shows up then I get an error box that says: Error Creating Object. Please verify that Microsoft Data Access Components 2.1 or later have been properly installed. The program stops there. A google search turned up this a download page for MDAC 2.8 here:
2004 Nov 08
7
[Fwd: Weft - a free open-source QDA tool]
Hi Just released a first version of the WxRuby project I''ve been working on. Firstly, I wanted to say thanks to everyone on this list who''s helped at various points over the past year - every time I ran into a problem someone jumped in with advice. A very brief explanation of the app - I''m a sociologist/anthropologist by trade, and the app is intended for use in
2008 Oct 22
2
LMTools
Hi guys. I need some help to try to make a license server work on Wine. I am trying to port some engineering applications to linux via Wine. If I can make it works, I can prove to my boss that we can get out of windows (finally). I am trying to use softwares like i-Deas, Unigraphics and HyperWorks under Wine in my Ubuntu distro. My problem starts in license, that uses the LMTools to get up.
2005 Jun 12
7
vpnc versus Shorewall problem
Hi everybody, I have been using Shorewall for quite a while now but I recently stumbled over a new setup that stopped me cold. I don''t know how to proceed: I have an ordinary GNU/Linux box (2.6.11) connected to a nonpublic network with one interface eth0 which gets an IP through DHCP like 172.17.x.y. Traffic is not routed to the Internet in this subnet. In order to connect to the
2006 Oct 28
1
What determines the order of rows in a lattice barchart?
Hi, What determines the order of the rows in a barchart? Cheers, Geoff. Here is my code, and the data follows. If I have z in alpha order, the barchart is in some order I can't determine. I originally tried rownames(twater)~twater$Cat, but the chart wasn't in rownames(twater) order either. library(lattice) twater<-read.csv("totalwater.csv",strip.white=T)
2006 Jan 14
0
ATI not supporting dpms
This workbox was thrown together with only a little bit of thought as to what the role would ultimately be, and at the time, I did not think it would ever wind up serving linux applications. Error #1 (my fault) Having a healthy pocketbook when I went into pick things up, I had already decided I wanted a good relatively mid-range graphics card, and I chose the ATI X600. (Error #2) As it turns
2011 Jun 17
7
Encoding
What''s a good solution for fixing character encoding problems for compatibility between ascii and utf-8? The database is postgres and is encoded in utf-8. Once in awhile there will be a compatibility error from strings from a webform. Is there a command to fix this besides using a_string.force_encoding(''utf-8'')? Even this doesn''t seem to always work either.
2007 Nov 01
1
Jonathan Parr presents www.libeldefense.com
www.libeldefense.com Yahoo! has immense reach. Without doubt, you must be in Yahoo. It can bring you up to 50% of your traffic or more! Fortunately, you can now get listed in Yahoo! in seven days for a cost of just $199 - often worthwhile. You should get back your investment in a matter of days. The most important thing is to have a domain name that is high on the alphabetic order (starts with a
2005 Jun 30
3
Vote for CentOS - AGAIN :)
The preliminary round voting is completed in the "2005 Readers' Choice Awards" at Linux Journal. CentOS was nominated in the "distribution:" category along with 18 other Linux distros ... and we finished in the top 3 (along with Ubuntu and FedoraCore). Thanks to every one who voted for CentOS. I really did not expect that we would be on the final ballot, though I am