Re: Bespoke COM version by Dan
Dan
Thu Oct 28 11:37:33 CDT 2004
OK, so you've got an addon for an accounting package, and someone using a
customized version of the accounting package wants to use your addon.
Care to offer any more details? <g> What's been customized? Are you
reading/writing data? Interacting with their object model? What's your goal?
Dan
Darwood wrote:
> Sorry for the cross atlantic confusion. I had no idea the word bespoke
> didn't make it over on the 'mayflower'.
> The accounting software is written in VFP6. No I do not have the
> source code. I am reading/writing the DBC/DBFs directly.
>
> "Sietse Wijnker" <sietse.wijnker@ATsw-software.nl> wrote in message
> news:uEXsWg5uEHA.200@TK2MSFTNGP11.phx.gbl...
>> Hi Darwood,
>>
>> What language is the accounting software made in? And do you have the
>> source code?
>>
>> Regards,
>> Sietse Wijnker
>>
>> "Jack Jackson" <jacknospam@pebbleridge.com> wrote in message
>> news:162tn0d4tgck5fv2pj4elkto0ihq2bh7hl@4ax.com...
>>> It means custom. I have only ever seen it used in reference to
>>> clothes, where it means tailor made. It's one of those British
>>> words that very few Americans will ever have come across.
>>>
>>> On Tue, 26 Oct 2004 09:19:31 -0700, "Dan Freeman"
>>> <spam@microsoft.com> wrote:
>>>
>>>> What's a bespoke?
>>>>
>>>> Dan
>>>>
>>>> Darwood wrote:
>>>>> Any advice please.
>>>>> I am developing a collection of COM objects to provide an
>>>>> interface to a commercially available accounting software
>>>>> product. I have a customer who has a bespoke version of this
>>>>> accounting software. I therefore need to provide a bespoke
>>>>> version of the COM objects for this customer but ideally I don't
>>>>> want to maintain a completely separate set of code. Any ideas how
>>>>> I can do this?
>>>>> The customer is using VBA in MS Access to instantiate my COM
>>>>> objects.