Page 1 of 1

CodeJock calendar

Posted: Mon Sep 22, 2014 8:40 am
by dutch
Dear All,

I would like to get an example to use CodeJock Calendar. Can I use it without Visual Studio?

I try to download TCalex but it doesn't successful (compile). It has many missing library from samples. The sample (EXE file) is great but I cannot compile samples and source in TCALEX.RAR.

Thanks in advance for any help and suggestion.

Re: CodeJock calendar

Posted: Mon Sep 22, 2014 11:36 am
by Richard Chidiak
Dutch

Yes you can use Codejock with visual studio and Harbour without problems.

You need the activex installed on your computer to make it work.

Hth

Richard

Re: CodeJock calendar

Posted: Tue Sep 23, 2014 5:47 am
by dutch
Dear Richard,

I have not MS-Visual Studio, Can I use it without MS.VS?
Can I use it if I have Activex in my computer?
Have you got a example?
Richard Chidiak wrote:Dutch

Yes you can use Codejock with visual studio and Harbour without problems.

You need the activex installed on your computer to make it work.

Hth

Richard
Thanks a lot for your reply.

Re: CodeJock calendar

Posted: Tue Sep 23, 2014 12:52 pm
by Rick Lipkin
Dutch

What Richard is referring to is the ActiveX CodeJock library ( .ocx ) that MUST be installed and Registered on each computer for your calendar module to run.

Rick Lipkin

Re: CodeJock calendar

Posted: Tue Sep 23, 2014 11:09 pm
by TimStone
Dutch,

I have it in 3 different builds, and it works fine:

xHarbour using xBuild and its Pelles C compiler / linker
Harbour using the makefile found in UE Studio and a Microsoft C++ ( Version 2010 - 2013 all worked )
Microsoft Visual Studio 2013 Pro.

All 3 work fine. However, you must have the .dll file from Codejock, and it must be registered to your computer. You also must include a license file they provide when you buy the product.

Tim

Re: CodeJock calendar

Posted: Wed Sep 24, 2014 1:54 am
by dutch
Dear All,

Could you correct me if I misunderstood.

- I cannot use without Visual Studio C++ or xHarbour.com.
- It cannot use with xHb+FWH+Borland 5.82.
- The Activex library must register to all pc that use my program.

Thanks for all kind help and appreciated all suggestion.

Re: CodeJock calendar

Posted: Wed Sep 24, 2014 4:33 am
by Richard Chidiak
Dutch

This is the only important thing you need

- The Activex library must register to all pc that use my program.

Richard

Re: CodeJock calendar

Posted: Wed Sep 24, 2014 4:11 pm
by TimStone
Dutch,

I do not use Borland so I can't give you any response on that. However, I believe Richard would be correct. Also, the library is placed on, and registered to, each PC that will use the calendar program. It is not necessary on others. However, if you simply add it to an installer then it can go everywhere.

When you obtain the software from Codejock, you will receive a license. You add that into your code before compiling it. The same license is universal ... it is used on every application.

Tim

Re: CodeJock calendar

Posted: Thu Sep 25, 2014 5:16 am
by dutch
Dear All,

I have got an idea now.

Thanks a lot.