jonwondering
Programmer
Hey, I recently received vfp source code for a program for our office. The problem is recompiling that source code. I was told that everything is in those folders. I got it to open everything fine with VFP7 after a few minutes, but when I try to rebuild or build exe, it gives me the following error:
Unable to find Unknown CSTR
I traced it back to encode.prg, where it has the following lines:
IF TYPE('pass_str')='N'
pass_str = cstr(pass_str)
ENDIF
Does anybody know why it won't let me recompile, and how to fix this?
Thanks,
jonwondering
Unable to find Unknown CSTR
I traced it back to encode.prg, where it has the following lines:
IF TYPE('pass_str')='N'
pass_str = cstr(pass_str)
ENDIF
Does anybody know why it won't let me recompile, and how to fix this?
Thanks,
jonwondering