[email protected] wrote on 2016-11-30: > I want to create a "black box" of sorts with a class I've written. > There is no visible UI to it; it's just connection/validation stuff. I > want to use it across multiple projects. Do you suggest it be a DLL or > EXE? I do not want this code reverse-engineered so I don't want to > distribute the VCX nor make an .APP (as you can view code in the .APP). > I want to be able to instantiate an object of this class and use it to > validate some things like login and license validation. > > tia, > --Mike >
Mike, An EXE suggests it will do something additionally to the functionality you are describing. Perhaps a UI or data validations. If this is not the case, I would make it a Multi-threaded COM DLL. Though that would mean you need to distribute the VFP9T.DLL. There is the Single-threaded COM DLL as another option. I believe it does not require the VFP9T.DLL. Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** 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.

