Index
2012-03-27 13:07Jerry Foote : How to determine weather a program is compiled in vfp8 or vfp9
2012-03-27 13:43Tracy Pearson : RE: How to determine weather a program is compiled in vfp8 or vfp9
2012-03-27 14:25Allen : Re: How to determine weather a program is compiled in vfp8 or vfp9
2012-03-27 14:51Jean Laeremans : Re: How to determine weather a program is compiled in vfp8 or vfp9
2012-03-27 16:43Jerry Foote : RE: How to determine weather a program is compiled in vfp8 or vfp9
2012-03-28 11:10Fred Taylor : Re: How to determine weather a program is compiled in vfp8 or vfp9
2012-03-28 11:18Tracy Pearson : RE: How to determine weather a program is compiled in vfp8 or vfp9
2012-03-28 11:35Jerry Foote : RE: How to determine weather a program is compiled in vfp8 or vfp9
2012-03-28 13:03MB Software Solutions, LLC : Re: How to determine weather a program is compiled in vfp8 or vfp9
Back to top
How to determine weather a program is compiled in vfp8 or vfp9

Author: Jerry Foote

Posted: 2012-03-27 13:07:21   Link

How to determine weather a exe is compiled in vfp8 or vfp9 ??

Thanks Jerry

--- StripMime Report -- processed MIME parts ---

multipart/alternative

text/plain (text body -- kept)

text/html

---

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/F1BFCD3AFB15486CADCAAA5972CC26EC@jerryfootePC

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Jerry Foote
Back to top
RE: How to determine weather a program is compiled in vfp8 or vfp9

Author: Tracy Pearson

Posted: 2012-03-27 13:43:39   Link

Jerry Foote wrote on 2012-03-27:

> How to determine weather a exe is compiled in vfp8 or vfp9 ??

>

> Thanks Jerry

>

Jerry,

I can think of two ways.

Old School brute force, rename the VFP8.DLL and start the EXE.

If you have more than one on the system, make sure one is not in the path,

and you rename the one that is registered.

The second way,

Using Process Explorer, a SysInternals tool.

http://technet.microsoft.com/en-us/sysinternals/bb896653

You can see which VFP*.DLL it connects to, when it is running.

Tracy Pearson

PowerChurch Software

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/000f01cd0c49$86c92ed0$945b8c70$@powerchurch.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Tracy Pearson
Back to top
Re: How to determine weather a program is compiled in vfp8 or vfp9

Author: Allen

Posted: 2012-03-27 14:25:59   Link

Must be a stormy app. What about version(4) ?

Al

-----Original Message-----

Jerry Foote wrote on 2012-03-27:

> How to determine weather a exe is compiled in vfp8 or vfp9 ??

>

> Thanks Jerry

>

Jerry,

I can think of two ways.

Old School brute force, rename the VFP8.DLL and start the EXE.

If you have more than one on the system, make sure one is not in the path,

and you rename the one that is registered.

The second way,

Using Process Explorer, a SysInternals tool.

http://technet.microsoft.com/en-us/sysinternals/bb896653

You can see which VFP*.DLL it connects to, when it is running.

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/50626FD1CFF94FB78657F3B1148A4FAA@gslredacer

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Allen
Back to top
Re: How to determine weather a program is compiled in vfp8 or vfp9

Author: Jean Laeremans

Posted: 2012-03-27 14:51:35   Link

On Tue, Mar 27, 2012 at 9:25 PM, Allen <profox@gatwicksoftware.com> wrote:

> Must be a stormy app. What about version(4) ?

> Al

http://france.meteofrance.com/

A+

jml

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/CAPqLOBzmKOnWK67a9ekiQ+uLnWqN6xxKEM9=E7gOvyiDMwhUMQ@mail.gmail.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Jean Laeremans
Back to top
RE: How to determine weather a program is compiled in vfp8 or vfp9

Author: Jerry Foote

Posted: 2012-03-27 16:43:59   Link

Thanks for the link to Process Explorer.

That was handy and gave me the information I needed

Thanks Jerry

-----Original Message-----

From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf

Of Tracy Pearson

Sent: Tuesday, March 27, 2012 1:44 PM

To: profox@leafe.com

Subject: RE: How to determine weather a program is compiled in vfp8 or vfp9

Jerry Foote wrote on 2012-03-27:

> How to determine weather a exe is compiled in vfp8 or vfp9 ??

>

> Thanks Jerry

>

Jerry,

I can think of two ways.

Old School brute force, rename the VFP8.DLL and start the EXE.

If you have more than one on the system, make sure one is not in the path,

and you rename the one that is registered.

The second way,

Using Process Explorer, a SysInternals tool.

http://technet.microsoft.com/en-us/sysinternals/bb896653

You can see which VFP*.DLL it connects to, when it is running.

Tracy Pearson

PowerChurch Software

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/4ACBF44795FA489387AE8170D019F573@jerryfootePC

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Jerry Foote
Back to top
Re: How to determine weather a program is compiled in vfp8 or vfp9

Author: Fred Taylor

Posted: 2012-03-28 11:10:13   Link

Use an editor or a hexeditor and search for the string

"VisualFoxProRuntime.". The version the .EXE was compiled in will be after

the "." character.

There is a tool in VFP called HexEdit:

DO (HOME(0)+"\tools\hexedit\hexedit.app")

Fred

On Tue, Mar 27, 2012 at 11:07 AM, Jerry Foote <jerryfoote@bellsouth.net>wrote:

> How to determine weather a exe is compiled in vfp8 or vfp9 ??

>

> Thanks Jerry

>

>

>

> --- StripMime Report -- processed MIME parts ---

> multipart/alternative

> text/plain (text body -- kept)

> text/html

> ---

>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/CAJCBksq0Vw5pqxkvqPFPgnqUG8=qUXb3-TWHuNQJZdEs19cwFg@mail.gmail.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Fred Taylor
Back to top
RE: How to determine weather a program is compiled in vfp8 or vfp9

Author: Tracy Pearson

Posted: 2012-03-28 11:18:03   Link

Fred Taylor wrote on 2012-03-28:

> Use an editor or a hexeditor and search for the string

> "VisualFoxProRuntime.". The version the .EXE was compiled in will be

after

> the "." character.

>

> There is a tool in VFP called HexEdit:

>

> DO (HOME(0)+"\tools\hexedit\hexedit.app")

>

> Fred

>

Fred,

Nice to know.

Tracy Pearson

PowerChurch Software

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/002601cd0cfe$5a3e47f0$0ebad7d0$@powerchurch.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Tracy Pearson
Back to top
RE: How to determine weather a program is compiled in vfp8 or vfp9

Author: Jerry Foote

Posted: 2012-03-28 11:35:22   Link

Fred

Thanks, in fact I was able to modi file on the exe and search for the string

VisualFoxProRuntime and there it was.

Thanks Jerry

-----Original Message-----

From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf

Of Fred Taylor

Sent: Wednesday, March 28, 2012 11:10 AM

To: ProFox Email List

Subject: Re: How to determine weather a program is compiled in vfp8 or vfp9

Use an editor or a hexeditor and search for the string

"VisualFoxProRuntime.". The version the .EXE was compiled in will be after

the "." character.

There is a tool in VFP called HexEdit:

DO (HOME(0)+"\tools\hexedit\hexedit.app")

Fred

On Tue, Mar 27, 2012 at 11:07 AM, Jerry Foote

<jerryfoote@bellsouth.net>wrote:

> How to determine weather a exe is compiled in vfp8 or vfp9 ??

>

> Thanks Jerry

>

>

>

> --- StripMime Report -- processed MIME parts ---

> multipart/alternative

> text/plain (text body -- kept)

> text/html

> ---

>

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/42A2F4E140104FDAB4D207F14FC24DA9@jerryfootePC

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 Jerry Foote
Back to top
Re: How to determine weather a program is compiled in vfp8 or vfp9

Author: MB Software Solutions, LLC

Posted: 2012-03-28 13:03:05   Link

On 3/28/2012 12:35 PM, Jerry Foote wrote:

> Fred

> Thanks, in fact I was able to modi file on the exe and search for the string

> VisualFoxProRuntime and there it was.

>

> Thanks Jerry

>

>

> -----Original Message-----

> From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf

> Of Fred Taylor

> Sent: Wednesday, March 28, 2012 11:10 AM

> To: ProFox Email List

> Subject: Re: How to determine weather a program is compiled in vfp8 or vfp9

>

> Use an editor or a hexeditor and search for the string

> "VisualFoxProRuntime.". The version the .EXE was compiled in will be after

> the "." character.

>

> There is a tool in VFP called HexEdit:

>

> DO (HOME(0)+"\tools\hexedit\hexedit.app")

>

> Fred

Awesome tip, Fred!

--

Mike Babcock, MCP

MB Software Solutions, LLC

President, Chief Software Architect

http://mbsoftwaresolutions.com

http://fabmate.com

http://twitter.com/mbabcock16

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/4F735259.6040305@mbsoftwaresolutions.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2012 MB Software Solutions, LLC