| Author | Topic: copy protecting xbase++ exe with Copy Minder |
---|
| Ashvin Adodra | copy protecting xbase++ exe with Copy Minder
on Tue, 27 Apr 2010 23:26:24 +0530I am trying to copy protect my xbase++ exe using Microcosm's (UK) Copy
Minder product. I would like to know if anybody has been able to implement
copy protection using shell method.
Ashvin Adodra |
| Brian L. Wolfsohn | Re: copy protecting xbase++ exe with Copy Minder
on Tue, 27 Apr 2010 23:31:24 +0200"Ashvin Adodra" <microlink@vsnl.com> wrote in
news:1519c793$265beae0$2b5d9@news.alaska-software.com:
Haven't tried Copy Minder.. We've been very happy with Protection Plus
since the clipper days..
Brian
> I am trying to copy protect my xbase++ exe using Microcosm's (UK) Copy
> Minder product. I would like to know if anybody has been able to
> implement copy protection using shell method.
>
> Ashvin Adodra
>
>
> |
| Donald R. Keating | Re: copy protecting xbase++ exe with Copy Minder
on Wed, 28 Apr 2010 07:13:50 -0400Brian,
I too have been using Protection Plus since Clipper days.
Which version are you using?
>don<
On Tue, 27 Apr 2010 23:31:24 +0200, Brian L. Wolfsohn wrote:
> "Ashvin Adodra" <microlink@vsnl.com> wrote in
> news:1519c793$265beae0$2b5d9@news.alaska-software.com:
>
> Haven't tried Copy Minder.. We've been very happy with Protection Plus
> since the clipper days..
>
> Brian
>
> > I am trying to copy protect my xbase++ exe using Microcosm's (UK) Copy
> > Minder product. I would like to know if anybody has been able to
> > implement copy protection using shell method.
> >
> > Ashvin Adodra
> >
> >
> > |
| Brian L. Wolfsohn | Re: copy protecting xbase++ exe with Copy Minder
on Wed, 28 Apr 2010 17:36:51 +0200Don,
Took me awhile to find where everything was stored... it's been an
automatic part of the program for so long. i had forgotten where
everything was..
I think we're on 4.1. from 2001.
>
> I too have been using Protection Plus since Clipper days.
>
> Which version are you using?
>
> >don<
>
> On Tue, 27 Apr 2010 23:31:24 +0200, Brian L. Wolfsohn wrote:
>
>> "Ashvin Adodra" <microlink@vsnl.com> wrote in
>> news:1519c793$265beae0$2b5d9@news.alaska-software.com:
>>
>> Haven't tried Copy Minder.. We've been very happy with Protection
>> Plus since the clipper days..
>>
>> Brian
>>
>> > I am trying to copy protect my xbase++ exe using Microcosm's (UK)
>> > Copy Minder product. I would like to know if anybody has been able
>> > to implement copy protection using shell method.
>> >
>> > Ashvin Adodra
>> >
>> >
>> > |
| Ben Bodenstein | Re: copy protecting xbase++ exe with Copy Minder
on Mon, 03 May 2010 11:49:33 +0200Hi Ashvin,
I've been using Copyminder very successfully for over 3 years now and I am
very happy with it. I am using the cm.dll method which works like a charm.
Ben
On Tue, 27 Apr 2010 23:26:24 +0530, Ashvin Adodra wrote:
> I am trying to copy protect my xbase++ exe using Microcosm's (UK) Copy
> Minder product. I would like to know if anybody has been able to implement
> copy protection using shell method.
>
> Ashvin Adodra |
| Ashvin Adodra | Re: copy protecting xbase++ exe with Copy Minder
on Sun, 09 May 2010 12:51:48 +0530Hi Ben,
I presume that the Shell Method of protection is more secure, as it
creates an "envelop" around the EXE, so that it is difficult to crack
compared to Dll method. I have also forwarded a sample EXE to CopyMinder
team. They have promised to figure out if it is possible to use Shell
method.
Implementing dll method will require C coding, in which I am not so
comfortable.
I just hope that CopyMinder team comes up with some solution for Shell
method.
Ashvin Adodra
"Ben Bodenstein" <ben@powerprop.co.za> wrote in message
news:vf2pq3q7yh74$.tvew0oz8z41c.dlg@40tude.net...
>
> Hi Ashvin,
>
> I've been using Copyminder very successfully for over 3 years now and I am
> very happy with it. I am using the cm.dll method which works like a charm.
>
> Ben
>
> On Tue, 27 Apr 2010 23:26:24 +0530, Ashvin Adodra wrote:
>
>> I am trying to copy protect my xbase++ exe using Microcosm's (UK) Copy
>> Minder product. I would like to know if anybody has been able to
>> implement
>> copy protection using shell method.
>>
>> Ashvin Adodra |
| Ben Bodenstein | Re: copy protecting xbase++ exe with Copy Minder
on Sun, 09 May 2010 14:30:06 +0200Hi Ashvin,
No C++ programing is required, you can do it all in xBase++.
See the sample prg attached with wrapper functions you need.
Regards,
Ben copyminder.zip |
| Ashvin Adodra | Re: copy protecting xbase++ exe with Copy Minder
on Tue, 11 May 2010 20:51:31 +0530Hi Ben,
Thanks for the sample prg. I suggest that you send this prg to
CopyMinder team so that they can include it in their samples folder. It
would be great help for Xbase developers who wish to use CopyMinder.
Regards
Ashvin Adodra
"Ben Bodenstein" <ben@powerprop.co.za> wrote in message
news:a2tqerxgc7mr.1tclli9guee40.dlg@40tude.net...
> Hi Ashvin,
>
> No C++ programing is required, you can do it all in xBase++.
> See the sample prg attached with wrapper functions you need.
>
> Regards,
>
> Ben |