Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mail Merge in VFP 6.0
Message
From
24/09/1998 23:38:07
 
 
To
24/09/1998 22:48:33
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00140669
Message ID:
00140684
Views:
32
>I am stuck in a Mysterious anomaly. There is a very nice example with VFP 6.0
> i'e. Mail merge with word. Class library name is mailmrge.vcx
>
> I tried to import the library into my project and it works fine UNLESS I compile
> the program and make an .EXE. First of all EXE gives an error 'mailmrge is not a member' (Here mail merge is
> the class library name. But most weared part is after compilation it does'nt even work straight. It seems that
> compilation process is modifying the class library. I checked the size of library it is different before and after
> compilation. Is it some thing that MicroSoft did so that their example cannot be distributed or it a bug.
>
> Please send me a direct e-mail as well if you have any suggestion.
>
> Thanks in advance.
>
> Abdul H. Bokhari

If you compile all files when you compile your project, then VFP recompiles VCX files. Compiled code is stored in Memo fields in the vcx file, this is why you see the size change. Also, class libraries, like database containers, have a problem with bloating if you don't pack them often.

You have not given enough information about the errors you receive at compile time to tell me what might be happening.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform