Displaying 20 results from an estimated 40000 matches similar to: "Re: Wine 1.3.11 and Micorsoft Money Sunset Edition"
2011 Sep 17
1
Re: Wine 1.3.11 and Micorsoft Money Sunset Edition
Hey guys,
I got Money Plus Deluxe Sunset working without ever seeing this thread, but these are the same to issues I had to conquer.
I posted these on my AppDB test data submission as well, but thought I'd post it here for your convenience (if you're still trying to get it to work, that is).
1st, the dialog box on each page load;
Solution: use winetricks ie8 instead of ie6
2nd, the app
2011 Jan 10
1
Wine 1.3.11 and Micorsoft Money Sunset Edition
I've gotten Microsoft Money Sunset running under wine following the instructions here...
http://appdb.winehq.org/objectManager.php?sClass=version&iId=21030
Application runs fine for the most part. But I'm having two problems.
Money must use some internal web thingy (technical term) and uses it for it's pages. Every time it starts up, I need to open them. I'm thinking that
2008 Mar 01
3
Money 2004 and WINE
I am running 0.9.55 and attempting to open Money 2004 which I have installed. However when Money opens it states that Money has encountered a problem and must close. At the bottom there are 2 buttons one says"Debug" and the other "Close."
When I hit Debug nothing happens, if I wait and hit it again the word "working" appears. But no matter how long I leave it at
2004 Feb 23
0
www.cert.org ranked # 27 in Google for use your home computer and make money
Hi there! Sorry for an e-mail out of the blue, but I just did a search for the term use your home computer and make money on Google and found www.cert.org ranked 27. Since I publish a related website about Business - Services (it's strictly informational, so I'm definitely NOT a competitor of yours), I'd like to link to your site.
My site is one of the best resources for info in our
2008 Nov 09
1
maptools sunrise sunset function
##This is a function that I am trying to write to calculate sunrise
and sunset and works "mostly", but returns nonsensical values. What
am I #missing? Thanks in advance.
###remember to include maptools as dependence###
library(maptools)
sunrise.set <- function(lat, long, date, timezone="UTC", num.days=1){
#this needs to be long lat#
lat.long <- matrix(c(long, lat),
2004 Jun 21
2
sunrise, sunset calculation
Are there any functions available to calculate sunrise and sunset times
for given latitude,longitude and dates?
If not, I'll appreciatte any pointers to C code I could use/port.
Thanks,
Angel
2006 Jun 25
1
Money library usage?
Hi,
I''m obviously doing something stupid, but I''m trying to figure out how
the Money library (http://dist.leetsoft.com/api/money/) is supposed to
work. I have a Product model and I want to have an attribute in my
model called "price" and I want it to accept Money objects.
So I have this in my Product model.
class Product < ActiveRecord::Base
composed_of :price,
2004 Feb 07
0
Problems running MS Money 97
Hi,
I have done a lot of work to try to get it to run, but now I am stuck.
Following are the things I've tried.
Money 97 will install (after a long time) on both Crossover Office 2.1.0
and wine-20040121. When starting the program in both Crossover and
wine, an error dialog box is displayed when starting the program. The
text of the error message is:
"The path is not properly set up
2009 Mar 05
2
MS Money 99
Hi.
I need MS Money 99, because our managment wants me to use it. But I'm trying to switch the Desktops to Linux i have to get the f***in programm run with wine. But after successful installation i get following errors at the startup of money:
Code:
zege at pc2:~/.cxoffice/win98/drive_c/Program Files/Microsoft Money$ wine MSMONEY.EXE
err:module:import_dll Library mnyob99.dll (which is
2008 Jul 15
1
sunrise sunset calculations
Does anyone know if there is a sunrise sunset calculator for R?
--
Let's not spend our time and resources thinking about things that are so
little or so large that all they really do for us is puff us up and make us
feel like gods. We are mammals, and have not exhausted the annoying little
problems of being mammals.
-K. Mullis
[[alternative HTML version deleted]]
2010 Jul 12
4
wine and ms money 97
Hello,
I use ubuntu 10.04 LTS - le Lynx Lucide and wine 1.1.42 (windows not
installed and application default parameters : win98).
i've tried to install microsoft money 97 that seems to work correctly
(100% ok) until the end of the process when the following message (in
french) appears :
"la tentative d'enregistrement automatique de SCHANNEL.DLL dans la base
de registres du
2009 Jul 16
1
Hitman: Blood Money won't start (Fixes for some errors here)
Hi, I am trying to get Hitman Blood Money working on my Ubuntu 9.04 computer.
Here are my specs though they are most likely irrelevant:
Ubuntu 9.04 Jaunty Jackalope: no modifications to the kernel or Xorg or anything.
AMD Sempron 3100+: Worked fine in Windows, works fine now.
1GB DDR Ram: Single stick, memtested and passed.
ATi Radeon 3650 HD (1gb): Rare version of the 3600 series. Works fine in
2006 Nov 07
0
Try yourself in new business. Part time job offer. Earn money and forget about permanent job.
Money Transfer Service
4 Nickelby Close,
Thamesmead,
LONDON,
SE28 8LX
UK
Hello ,
My name is John Taher and I suggest you to become a participant of
serious business which does not demand any money to start. Our company Money
Transfer Service is in London. Earlier we supported transfers only inside
of the country, but now we leave on a world level. I think, that you guess,
that there are
2006 Jun 11
4
Regression testing Money 2004
Hi,
I'm following the WineGit instructions to try and discover why Money
2004 doesn't run with 0.9.12 or later. This is the first time I have
tried to do regression testing, so I need some help. Is this the
correct group to ask?
I have installed git 1.1.4, copied the GIT repository to my PC,
installed g++, yacc and bison, bisected the source tree and compiled. I
then ran Money and
2004 Dec 03
2
Microsoft Money 2003
Just a note that I installed Money 2003 last night. I don't know if anyone
has done this successfully before or not. It mostly works, too. I was able
to set up accounts and download transactions, etc. I will be doing more
experimentation with it and can provide additional information - if anyone
is interested.
Here what I did in a nutshell:
I used a recent wine build and installed IE6
2011 Apr 08
2
Seeking help with Money 2000: access to internet
I am fairly new to Linux and have set up a laptop with the default installation of Ubuntu 10.10. I have installed Wine 1.2.2 and have used it to install some old Windows programs that I don't want to be without. Generally they work fine and I am very pleased.
However I have one problem with Money 2000: it crashes when I ask it to connect to the internet in order to update the prices of stocks
2006 Jul 10
4
Advice on handling money
Hi,
I''m trying to handle money within an online store I''m building and I''m
very stuck. I understand that using a float in the db is bad because
of "rounding errors", and that storing the price as an integer is the
best way forward. I know this has been brought up before on the list
and I have search the archives but can''t find a good way forward.
2001 Nov 23
0
FAST MONEY!!!!!!
DO YOU WANT TO MAKE EASY MONEY?
I found this on a bulletin board and decided to try it. A little while
back, I was browsing through newsgroups, just like you are now, and came
across an article similar to this that said you could make thousands of
dollars WITHIN WEEKS with only an initial investment of $6.00! So I thought,
"Yeah right, this must be a scam", but like most of us, I was
2011 Mar 01
1
Re: Money 2004 installed, but crashing
I know this thread is pretty old but has anybody gotten MS Money 2004 to run? I am not able to get it to run on Fedora 14 with Wine 1.3.12. It crashes with similar errors posted in this thread. I'm just trying to get Money working enough to help somebody migrate their data to GNUCash.
Thanks!
2007 Jan 18
3
Wine and Money 2003
I have been trying to get money2003 installed and running under wine.
The error:
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveDuplicateFiles"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveFolders"
err:msi:ACTION_InstallFiles compressed file wasn't extracted
(L"c:\\Program Files\\Microsoft