| Forums -> -> |
|
Postings: 1-10 11-20 21-28
Reply |
New topic
|
| |
Yaser
Delphi 6 Programmer
Postings: 19
New member
|
|
22-07-2010 09:17 |
Hello All, I just purchased the WodVPN and was trying the simple example. It works great on the machine where my compiler is located. However when I copy the project to a deployment machine for further testing, it message box appears saying something "Class Not Registered". I went and copied the WodVPN.ocx to the System32 directory and registered it successfully. After running the demo program once again I am still getting the same results. Can someone please tell me what is going on and point me in the right direction? Thank you in advance
|
| Reply with quote |
| |
woddrazen
WeOnlyDo! Technical support
Postings: 1067
Moderator
|
|
22-07-2010 09:28 |
Hi Yaser, You need to reimport licensed version of wodVPN.ocx inside Delphi. Most probably you are still using DEMO version in Delphi. When you distributing your application you need to distribute wodVPN.ocx and register it with regsvr32. You can download license version here: http://www.weonlydo.com/index.asp?update=1 Let us know how it goes. Regards, Drazen
____________________________________
WeOnlyDo! Software - Internet Security Components -----=== http://www.weonlydo.com ===-----
|
| Reply with quote |
| |
Yaser
Delphi 6 Programmer
Postings: 19
New member
|
|
22-07-2010 09:36 |
Quote: Hi Yaser, You need to reimport licensed version of wodVPN.ocx inside Delphi. Most probably you are still using DEMO version in Delphi. When you distributing your application you need to distribute wodVPN.ocx and register it with regsvr32. You can download license version here: http://www.weonlydo.com/index.asp?update=1 Let us know how it goes. Regards, Drazen
Hello Drazen, Thanks for the quick response. But I have just purchased the component less than 1 hour ago. It imported fine in Delphi. Also I did not get a nag screen of any kind. Secondly, I did distribute and register WodVPN.ocx on the deployment machine. Not sure why I would need to reinstall ?
|
| Reply with quote |
| |
woddrazen
WeOnlyDo! Technical support
Postings: 1067
Moderator
|
|
22-07-2010 09:41 |
Yaser, We have two variations of our products - DEMO version and LICENSED version. They both have the same installation name, but in fact these contain different kind of binaries. When you download setup from our website it's a DEMO. You can use it for 30 days to make your application, but you cannot distribute it to another computer which does not have our setup package installed. DEMO version can not be unlocked to the LICENSED. When you place the order, you receive download link from protected part of our website where you download LICENSED version. That one does require license key to be entered to complete the installation. in order to download licensed version of our product, please go to: http://www.weonlydo.com/index.asp?update=1 This is automated process. Make sure you use same email address that is registered with our system, one you used when you have purchased the product. Drazen
____________________________________
WeOnlyDo! Software - Internet Security Components -----=== http://www.weonlydo.com ===-----
|
| Reply with quote |
| |
Yaser
Delphi 6 Programmer
Postings: 19
New member
|
|
22-07-2010 09:52 |
Quote: Yaser, We have two variations of our products - DEMO version and LICENSED version. They both have the same installation name, but in fact these contain different kind of binaries. When you download setup from our website it's a DEMO. You can use it for 30 days to make your application, but you cannot distribute it to another computer which does not have our setup package installed. DEMO version can not be unlocked to the LICENSED. When you place the order, you receive download link from protected part of our website where you download LICENSED version. That one does require license key to be entered to complete the installation. in order to download licensed version of our product, please go to: http://www.weonlydo.com/index.asp?update=1 This is automated process. Make sure you use same email address that is registered with our system, one you used when you have purchased the product. Drazen
Drazen, I understand about DEMO and LICENSED versions. I received my License key and entered it during installation. So in fact I do have a licensed version, correct ? Secondly, I was deploying the Simple Demo as a test to make sure it can work on different machines. However I realized you are not using the activex component but rather COM version. Is this why I am getting "Class Not Registered" since i registered the WodVPN.ocx ? If so, what is it that I need to deploy on the target machine and register it to make it work. Lastly, I have already clicked on the link you provided and waiting for a response. Thank you Yaser
|
| Reply with quote |
| |
woddrazen
WeOnlyDo! Technical support
Postings: 1067
Moderator
|
|
22-07-2010 10:06 |
Yaser, Please make sure that you install licensed version of component. Then in Delphi please remove wodVPN reference. You need to do this: Open Delphi go to Component > Install Packages -> select Borland User Component and click on Edit When Dclusr50.dpk windows is open please select: Remove all wodVPN objects there and save. Now reopen Delphi and check if wodVPN icon is on Delphi ActiveX pallet. If there is no more wodVPN please import wodVPN COM reference again. After that start your project and build it again. Please check do you have now LicenseKey Property. Drazen
____________________________________
WeOnlyDo! Software - Internet Security Components -----=== http://www.weonlydo.com ===-----
|
| Reply with quote |
| |
Yaser
Delphi 6 Programmer
Postings: 19
New member
|
|
22-07-2010 10:46 |
Quote: Yaser, Please make sure that you install licensed version of component. Then in Delphi please remove wodVPN reference. You need to do this: Open Delphi go to Component > Install Packages -> select Borland User Component and click on Edit When Dclusr50.dpk windows is open please select: Remove all wodVPN objects there and save. Now reopen Delphi and check if wodVPN icon is on Delphi ActiveX pallet. If there is no more wodVPN please import wodVPN COM reference again. After that start your project and build it again. Please check do you have now LicenseKey Property. Drazen
Drazzen, I did everything you said. However Activex component is the only component that shows license key property. I then uninstalled and reinstalled the setup. During the setup process i get an error saying Error creating INI entry
|
| Reply with quote |
| |
woddrazen
WeOnlyDo! Technical support
Postings: 1067
Moderator
|
|
22-07-2010 11:56 |
Yaser, When did you receive such error? During wodVPN setup? I didn't see such error in paste. When you install wodVPN you are receiving two component types. One is COM object (wodVPN.dll) and other is ActiveX control (wodVPN.ocx). Only COM object has LicenseKey Property. This version is used inside our samples. Inside samples you cannot find LicenseKey Property because sample is made for DEMO version and LicenseKey Property is only supported in licensed version. ActiveX control (wodVPN.ocx) is licensed when you drag and drop it to your form so LicenseKey Property is not needed there. In order to insert the wodVPN COM object in your project, follow these steps: 1. Install the component on your system by starting its setup program. 2. In the Borland Delphi Compiler IDE, create a project or open an existing one. 4. Click on 'Project', then on the 'Import Type Library' menu 5. Find 'WeOnlyDo! COM VPN Component' and click on the 'Install' button 6. You will be prompted to create and build a package for wodVPN, answer with Yes 7. You should see an icon in the Component Palette on the ActiveX Component's tab representing the wodVPN control 8. You can drag&drop wodVPN's icon onto your form 9. Do not forget to distribute wodVPN.DLL when using the COM object! Drazen
____________________________________
WeOnlyDo! Software - Internet Security Components -----=== http://www.weonlydo.com ===-----
|
| Reply with quote |
| |
Yaser
Delphi 6 Programmer
Postings: 19
New member
|
|
22-07-2010 19:36 |
Quote: Yaser, When did you receive such error? During wodVPN setup? I didn't see such error in paste. When you install wodVPN you are receiving two component types. One is COM object (wodVPN.dll) and other is ActiveX control (wodVPN.ocx). Only COM object has LicenseKey Property. This version is used inside our samples. Inside samples you cannot find LicenseKey Property because sample is made for DEMO version and LicenseKey Property is only supported in licensed version. ActiveX control (wodVPN.ocx) is licensed when you drag and drop it to your form so LicenseKey Property is not needed there. In order to insert the wodVPN COM object in your project, follow these steps: 1. Install the component on your system by starting its setup program. 2. In the Borland Delphi Compiler IDE, create a project or open an existing one. 4. Click on 'Project', then on the 'Import Type Library' menu 5. Find 'WeOnlyDo! COM VPN Component' and click on the 'Install' button 6. You will be prompted to create and build a package for wodVPN, answer with Yes 7. You should see an icon in the Component Palette on the ActiveX Component's tab representing the wodVPN control 8. You can drag&drop wodVPN's icon onto your form 9. Do not forget to distribute wodVPN.DLL when using the COM object! Drazen
Hello Drazzen, I received this error during setup as i had mentioned in my previous post.I selected to Ignore and continue with the setup process. 1) The com objects are still in my palatte bar, but when i put them onto a form the License Key property does not appear in the object inspector. 2) When I try to import the Com objects....I CANNOT ! Only the WeDo ActiveX component shows up. 3) Can u please provide me a step-by-step on how to remove the components from Delphi and try fresh? Thanks
|
| Reply with quote |
| |
wodDamir
Support
Postings: 1044
Moderator
|
|
22-07-2010 19:46 |
Yaser, You most probably received that error during the setup, because the .ocx or .dll was still in use. You will need to re-install it, but make sure that it's not in use (perhaps it's best to do a restart). Also, Did you try Drazen's instructions: ----------------------------------------- Open Delphi go to Component > Install Packages -> select Borland User Component and click on Edit When Dclusr50.dpk windows is open please select: Remove all wodVPN objects there and save. That should remove the component from the IDE. ----------------------------------------- Can you please try that? Regards, Damba
____________________________________
____________________________________ WeOnlyDo! Software - Internet Security Components -----=== http://www.weonlydo.com ===-----
|
| Reply with quote |
| Postings: 1-10 11-20 21-28 |