VFPX / ParallelFox

Parallel Processing Library for Visual FoxPro
33 stars 7 forks source link

reg-free COM on windows 10 pro #8

Closed jmorris-spm closed 12 months ago

jmorris-spm commented 1 year ago

I saw the presentation at Southwest Fox last month, and downloaded the session files of Version 2.0.

I have been doing testing on Windows 7 using the "reg-free COM" option, and it works fine on Win 7. Very impressive results.

I tested on two different machines, and initially, both failed with registration errors the first time I tried, but on the second attempt they both worked, and worked fine afterwards.

Today I tried testing it on a brand new installation of Win 10 Pro, and it doesn't want to work.

Both Foxpro and Windows throw up "not registered" errors. I tried several times hoping the issue would correct itself as it did on Win 7, even using "Run as Administrator", but no luck.

Is there something additional I need to do on Win 10?

Thanks. James Morris

JoelLeach commented 1 year ago

Hi James,

There should not be anything special required for Windows 10. Without knowing more about the environment on those machines, here are a few possibilities off the top of my head:

If none of that helps, please provide more detailed info on the error.

jmorris-spm commented 12 months ago

Hi Joel,

Thanks for the quick help. I copied the runtimes into the ParallelFox folder, and problem solved.

I placed the entire ParallelFox folder inside of my main folder where my executable is, with all of the runtimes in the main folder. Although I added the ParallelFox folder to my program's Fox path, it never occurred to me until I saw your answer that ParallelFox.exe inside that folder would also need to see the runtimes.

Thanks again. James Morris