RE: Problem in IDE with builds after testing

2007-02-17 Thread Allen
Could it be a read not cleared ? Allen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MB Software Solutions VFP9SP1 I get this error many times after I'm debugging my EXE: Object file c:\dev\mbss.exe is in use and cannot be removed from memory.

Re: [NF] Entire SysInternals suite in one download.

2007-02-17 Thread Paul Hill
On 2/16/07, Derek Kalweit [EMAIL PROTECTED] wrote: Used File Monitor yesterday to find our why one of our web services was accessing the floppy drive every 5 seconds! Let me guess-- your SET PATH setting? It was checking volume serial numbers against the license key on every web page access

Re: Still want to use SourceSafe?

2007-02-17 Thread Paul Hill
On 2/16/07, Ted Roche [EMAIL PROTECTED] wrote: On 2/16/07, Alan Bourke [EMAIL PROTECTED] wrote: http://www.highprogrammer.com/alan/windev/sourcesafe.html -- Old post. I understand Team Studio has *finally* addressed some of these issues, and that MSFT is forcing their internal developers

[OT] Pelosi for President 2007

2007-02-17 Thread Ed Leafe
Why wait until 2008? Get rid of Bush and Cheney now, and Pelosi becomes our first woman President! http://www.buzzflash.com/store/items/518 Let the knee-jerking begin! -- Ed Leafe -- http://leafe.com -- http://dabodev.com ___

Re: Still want to use SourceSafe?

2007-02-17 Thread Ted Roche
On 2/17/07, Paul Hill [EMAIL PROTECTED] wrote: Something that really annoys me about SourceSafe: Lots of things annoy me about SourceSafe. That's why I wrote the book, did a dozen presentations, and wrote several white papers. I made a small EXE for comparing 2 DBFs. All it does is opens

[NF] More VM questions

2007-02-17 Thread Malcolm Greene
First of all, thanks for everyone's feedback on their VM experience. 1. How does one manage licensed software when using VM's? If I want to use a VM as a master setup and copy it to other workstations/servers, how does one go about re-licensing the copied VM's software with new license keys? (I'm

[NF] Damn M$ automatic update---didn't respect my wishes!

2007-02-17 Thread MB Software Solutions
Last night, I left my VFP development window open, and a few other windows, iirc. I know earlier that day I had the yellow shield icon telling me that there were 10 critical updates to apply, but I kept putting it off, not applying them. This morning, I see that my laptop has rebooted.

Re: [NF] Damn M$ automatic update---didn't respect my wishes!

2007-02-17 Thread Ed Leafe
On Feb 17, 2007, at 9:58 AM, MB Software Solutions wrote: Not cool, M$. I should be the only one to say reboot now. Ah, grasshopper. You are young. With time you will come to realize that there are powers with more wisdom than you can ever hope to attain. Trust them. -- Ed Leafe

RE: [NF] Damn M$ automatic update---didn't respect my wishes!

2007-02-17 Thread Kevin Ragsdale
Michael, There are four settings for Automatic Updates: Automatic: Updates are downloaded automatically, and installed at the specified time (default is 3AM) Download: Updates are downloaded, but not installed until you say OK Notify: You are notified that updates are available, but you must

RE: [NF] Damn M$ automatic update---didn't respect my wishes!

2007-02-17 Thread Stephen the Cook
MB Software Solutions wrote: Last night, I left my VFP development window open, and a few other windows, iirc. I know earlier that day I had the yellow shield icon telling me that there were 10 critical updates to apply, but I kept putting it off, not applying them. This morning, I see that

Re: [NF] PyCon attendance record!

2007-02-17 Thread Ed Leafe
On Feb 17, 2007, at 10:14 AM, MB Software Solutions wrote: Are you presenting at this event again? Yep - guess what it'll be about? ;-) http://us.pycon.org/apps07/schedule/ - look at Friday noon. -- Ed Leafe -- http://leafe.com -- http://dabodev.com

Dual-core issue?

2007-02-17 Thread Larry Bradley
I've a problem I THINK might be a dual-core issue. I've read the buffer overrun threads. Environment: A new dual-core 2 gig machine at a client site. Runs Win2K SP4, and VFP9 SP1. I converted an application from VFP tables to mySQL, and have a VFP utility that loads the mySQL tables from the

Re: [OT] Pelosi for President 2007

2007-02-17 Thread Pete Theisen
On Saturday 17 February 2007 8:57 am, Ed Leafe wrote: Why wait until 2008? Get rid of Bush and Cheney now, and Pelosi becomes our first woman President! http://www.buzzflash.com/store/items/518 Let the knee-jerking begin! Hi Ed! What? You guys aren't going to stiff Hillary, are

RE: Dual-core issue?

2007-02-17 Thread Bill Arnold
Search disable dual core for a lot of stuff on the subject. Seems you're not the only one to run into problems. Frankly, dual-core is one advance that I'd stay a mile away from until I'm convinced it's been proven over time. I worked with it mainframe land, and recall fixing a bug that required

RE: [OT] Pelosi for President 2007

2007-02-17 Thread Bill Arnold
Why wait until 2008? Get rid of Bush and Cheney now, and Pelosi becomes our first woman President! http://www.buzzflash.com/store/items/518 Let the knee-jerking begin! I'll trust the first politician who says the neocon leaders need to be tried for war crimes - and the rest

RE: Dual-core issue?

2007-02-17 Thread Larry Bradley
Thanks, Bill - I'll take a look. Unfortunately, no-one asked me about the new machine. Yes, I'm well aware of multi-processor issues. I spent most of my career in the large IBM mainframe environment as a systems programmer - early on we ran a dual-processor IBM 360-67. The code involved in

Re: Dual-core issue?

2007-02-17 Thread Jimmy
Sounds like a win 2K issue I can only hope that windows vista has better control over processor/memory handling We shall see! Jim Arnold wrote: Search disable dual core for a lot of stuff on the subject. Seems you're not the only one to run into problems. Frankly, dual-core

RE: Dual-core issue?

2007-02-17 Thread Lew
Is there some way to monitor the task manager? That'll show you if the process is running as 1 thread or two. I'm thinking that the SQL and VFP may run async at times. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry Bradley Sent: Saturday,

Re: Refox file names

2007-02-17 Thread Kenneth Kixmoeller/fh
Thanks again, Peter and others -- we were able to diagnose the versioning issues without decompiling. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list:

RE: Dual-core issue?

2007-02-17 Thread Larry Bradley
Two things: mySQL is running on a LINUX machine on the network, so that's not an issue. I just was able to connect to the machine remotely, and using task manager, set the CPU affinity to just ONE CPU. I STILL get the problem. Damn! At 12:06 PM 2/17/2007 -0500, you wrote: Is there some way

RE: Dual-core issue?

2007-02-17 Thread john harvey
I don't think VFP can do multiple threads. Having said that, I could be wrong. There is the MTDLL. You might want to look at using wmi code to expose that. Craig Boyd has some on his blog and a link to some others. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: Dual-core issue?

2007-02-17 Thread Bill Arnold
Thanks, Bill - I'll take a look. Unfortunately, no-one asked me about the new machine. Actually I'm going to faced with the same problem - customer just bought a dual core HP machine, so in a few weeks I suppose I'll be dealing with this as well. They never ask us first! I would have

call a function in a program

2007-02-17 Thread Andrew Stirling
Hi I'm trying to do =newfunction('hi',mynum) in temp.prg I realise I could 'set procedure to temp additive' but I do not want to do this. -- Andrew Stirling 01250 874580 http://www.calcpay.co.uk HMRC Accredited UK payroll program ___ Post Messages

Re: call a function in a program

2007-02-17 Thread Dan Olsson
At 2007-02-17 18:47, you wrote: I'm trying to do =newfunction('hi',mynum) in temp.prg Do newfunction IN temp.prg WITH 'hi',mynum ** * Dan Olsson * mailto:[EMAIL PROTECTED] * http://www.dolittle.se ___ Post Messages to:

Re: call a function in a program

2007-02-17 Thread Andrew Stirling
Thanks Dan I had tried Do newfunction() IN temp.prg WITH 'hi',mynum but that had given 'Invalid subscript reference' Learn something new every day. Andrew Stirling 01250 874580 http://www.calcpay.co.uk HMRC Accredited UK payroll program Dan Olsson wrote: At 2007-02-17 18:47, you wrote: I'm

Re: [NF] More VM questions

2007-02-17 Thread Ted Roche
On 2/17/07, Malcolm Greene [EMAIL PROTECTED] wrote: 2. Is it possible to convert an existing workstation/server setup to a VM? In other words could I create an empty VM and then import the existing workstation's setup? VMWare offers a free converter on their web site. 4. Are there

RE: Dual-core issue?

2007-02-17 Thread Lew
Are you sure? What about api calls? The run command... Does ODBC run in is it controlled by VFP rt? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of john harvey Sent: Saturday, February 17, 2007 12:36 PM To: 'ProFox Email List' Subject: RE: Dual-core

RE: call a function in a program

2007-02-17 Thread Lew
Drop the parenths. OTOH, put newfunction in a prg by itself drop the function/procedure line. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Stirling Sent: Saturday, February 17, 2007 1:38 PM To: profox@leafe.com Subject: Re: call a function in

Re: [NF] More VM questions

2007-02-17 Thread Sales Info
Ted, possible to convert an existing workstation/server setup to a VM? VMWare offers a free converter on their web site. Pre-configured Linux VM's? http://www.vmware.com/vmtn/appliances/directory/cat/45 Thank you very much! Malcolm ___ Post

RE: [NF] More VM questions

2007-02-17 Thread John Weller
2. Is it possible to convert an existing workstation/server setup to a VM? In other words could I create an empty VM and then import the existing workstation's setup? VMWare offers a free converter on their web site. Could you give me a pointer as to where I could find that. I have

Re: [OT] Pelosi for President 2007

2007-02-17 Thread Michael Madigan
If Pelosi becomes president, Hillary has her killed by the same people who killed Vince Foster. --- Pete Theisen [EMAIL PROTECTED] wrote: On Saturday 17 February 2007 8:57 am, Ed Leafe wrote: Why wait until 2008? Get rid of Bush and Cheney now, and Pelosi becomes our first woman

RE: [OT] Pelosi for President 2007

2007-02-17 Thread Michael Madigan
HAHAHAAAHAHAHAHAHA .com wrote: Why wait until 2008? Get rid of Bush and Cheney now, and Pelosi becomes our first woman President! http://www.buzzflash.com/store/items/518 Let the knee-jerking begin! I'll trust the first politician who says the neocon leaders need

Re: [NF] More VM questions

2007-02-17 Thread Ted Roche
On 2/17/07, John Weller [EMAIL PROTECTED] wrote: Could you give me a pointer as to where I could find that. I have looked but rapidly got lost :-) http://www.vmware.com/products/converter/ -- Ted Roche Ted Roche Associates, LLC http://www.tedroche.com

Re: call a function in a program

2007-02-17 Thread Paul Newton
Dan Olsson wrote: At 2007-02-17 18:47, you wrote: I'm trying to do =newfunction('hi',mynum) in temp.prg Do newfunction IN temp.prg WITH 'hi',mynum A caveat however: By default, the *WITH* clause in the *DO* command passes variables and arrays to procedures by reference. By

[OT] Auditors: Billions squandered in Iraq

2007-02-17 Thread Helio W.
http://tinyurl.com/yuruoo Auditors: Billions squandered in Iraq WASHINGTON - About $10 billion has been squandered by the U.S. government on Iraq reconstruction aid because of contractor overcharges and unsupported expenses, and federal investigators warned Thursday that significantly more