West Wind Internet and Client Tools
Shareware nag
Gravatar is a globally recognized avatar based on your email address. Shareware nag
  n/a
  All
  Sep 25, 2014 @ 08:36pm
I purchased Internet and client tools a couple of weeks ago. downloaded and followed all steps to overwrite shareware version. My VFP 7 app is fine with no nag, VFP 9 still has the nag. shareware is set to .f. on wconnect.h. Any ideas?

Gravatar is a globally recognized avatar based on your email address. Re: Shareware nag
  Rick Strahl
  Ian
  Sep 26, 2014 @ 11:45am

Make sure you recompile all of your source files...

+++ Rick ---



I purchased Internet and client tools a couple of weeks ago. downloaded and followed all steps to overwrite shareware version. My VFP 7 app is fine with no nag, VFP 9 still has the nag. shareware is set to .f. on wconnect.h. Any ideas?



Rick Strahl
West Wind Technologies

Making waves on the Web
from Maui

Gravatar is a globally recognized avatar based on your email address. Re: Shareware nag
  n/a
  Rick Strahl
  Sep 26, 2014 @ 11:53am
I have a couple of times

Make sure you recompile all of your source files...


+++ Rick ---



I purchased Internet and client tools a couple of weeks ago. downloaded and followed all steps to overwrite shareware version. My VFP 7 app is fine with no nag, VFP 9 still has the nag. shareware is set to .f. on wconnect.h. Any ideas?



Gravatar is a globally recognized avatar based on your email address. Re: Shareware nag
  Rick Strahl
  Ian
  Sep 26, 2014 @ 12:35pm
Don't know then. You have source code, you have the shareware flag off and when you recompile you still see it?

If that's the case you're not running the code you think you are running. Maybe a path interference or you're loading an .APP/.EXE file that already loads the libraries.

Do:

CLEAR ALL
CLOSE ALL
ERASE CLASSES\*.fxp
COMPILE CLASSES\*.prg
COMPILE CLASSLIB CLASSES\*.vcx
COMPILE *.prg

ANd then make sure your Fox path isn't pointing at some other locations where the same files may be living.

+++ Rick ---



I have a couple of times

Make sure you recompile all of your source files...


+++ Rick ---



I purchased Internet and client tools a couple of weeks ago. downloaded and followed all steps to overwrite shareware version. My VFP 7 app is fine with no nag, VFP 9 still has the nag. shareware is set to .f. on wconnect.h. Any ideas?






Rick Strahl
West Wind Technologies

Making waves on the Web
from Maui

Gravatar is a globally recognized avatar based on your email address. Re: Shareware nag
  n/a
  Rick Strahl
  Oct 1, 2014 @ 07:14am
Problem solved. The enginebehaviour is set to 7 for legacy code compatibility so using the VFP 7 files worked.


Don't know then. You have source code, you have the shareware flag off and when you recompile you still see it?

If that's the case you're not running the code you think you are running. Maybe a path interference or you're loading an .APP/.EXE file that already loads the libraries.

Do:

CLEAR ALL
CLOSE ALL
ERASE CLASSES\*.fxp
COMPILE CLASSES\*.prg
COMPILE CLASSLIB CLASSES\*.vcx
COMPILE *.prg

ANd then make sure your Fox path isn't pointing at some other locations where the same files may be living.

+++ Rick ---



I have a couple of times

Make sure you recompile all of your source files...


+++ Rick ---



I purchased Internet and client tools a couple of weeks ago. downloaded and followed all steps to overwrite shareware version. My VFP 7 app is fine with no nag, VFP 9 still has the nag. shareware is set to .f. on wconnect.h. Any ideas?






© 1996-2024