|
-
Mar 20th, 2009, 12:08 AM
#1
Thread Starter
Lively Member
Error 429 problem.
Hi friends,
I am using CCRP Timer in my project which I downloaded from site "http://www.mvps.org/ccrp".The problem is when I create .exe file of project and try to run on another PC, it is giving me "Error429 ActiveX component can't create object or return reference to this object (version 97)" . I am using VB6 and the operating system I am having is Windows XP. When I try running this .exe file on another PC having Windows Vista, it is giving this error inspite of copying files ccrpTmr6.dll,crpTmr6.dep, and ccrpTmr6.tlb (optional) to its system folder and file ccrpTmr6.chm to Windows Help folder. Does CCRP timers work on windows Vista or is there anything else I need to do.
Thanks in advance.
With Regards,
AJAY
-
Mar 20th, 2009, 12:09 AM
#2
Thread Starter
Lively Member
Re: Error 429 problem.
Also What are the ways one can reduce the CPU usage while writing programs which consume more CPU Time.
Last edited by ajay_vb; Mar 20th, 2009 at 12:14 AM.
-
Mar 20th, 2009, 12:44 AM
#3
Frenzied Member
Re: Error 429 problem.
First off did you use the PDW (Package and Deployment Wizard) to create a setup package? No? Then use it and make sure those objects you listed above are a part of the PDW and are installed in the correct places.
Second, did you register the dll?
Good Luck
-
Mar 20th, 2009, 01:10 AM
#4
Re: Error 429 problem.
 Originally Posted by ajay_vb
Also What are the ways one can reduce the CPU usage while writing programs which consume more CPU Time.
There are many ways to reduce the CPU usage.... for example use the timer control instead of a loop. This should all but eliminate your CUP Usage. Similarly there are many other tips... It totally depends on your code... So if you can exactly show what are you doing then may be we can be more specific...
A good exercise for the Heart is to bend down and help another up...
Please Mark your Thread " Resolved", if the query is solved
MyGear:
★ CPU ★ Ryzen 5 5800X
★ GPU ★ NVIDIA GeForce RTX 3080 TI Founder Edition
★ RAM ★ G. Skill Trident Z RGB 32GB 3600MHz
★ MB ★ ASUS TUF GAMING X570 (WI-FI) ATX Gaming
★ Storage ★ SSD SB-ROCKET-1TB + SEAGATE 2TB Barracuda IHD
★ Cooling ★ NOCTUA NH-D15 CHROMAX BLACK 140mm + 10 of Noctua NF-F12 PWM
★ PSU ★ ANTEC HCG-1000-EXTREME 1000 Watt 80 Plus Gold Fully Modular PSU
★ Case ★ LIAN LI PC-O11 DYNAMIC XL ROG (BLACK) (G99.O11DXL-X)
★ Monitor ★ LG Ultragear 27" 240Hz Gaming Monitor
★ Keyboard ★ TVS Electronics Gold Keyboard
★ Mouse ★ Logitech G502 Hero
-
Mar 20th, 2009, 05:31 AM
#5
Thread Starter
Lively Member
Re: Error 429 problem.
Thanks vb5prgrmr and KoolSid for your replies.But can you please tell me how to register the .dll ? Is is done free or will i need to pay some amount for it?
-
Mar 20th, 2009, 06:15 AM
#6
Lively Member
Re: Error 429 problem.
all you gonna do is to manually register it by yourself:
Once your Window's operating system has loaded completely, click on Start and then click on Run.
Next step, you will input in the Run field a command that tells your computer to register the DLL file. You will need to input specific information including the path and the file name. The following is a template for the command: regsvr32 "\FileName.dll"
It is important to note that path is the actually location or directory of where the file is located. Filename is obviously the name of the DLL file you will be registering. Below is a sample command: Regsvr32 "C:\Windows\System32\example.dll"
Once the command is input into the Run field correctly, press Enter.
Once the DLL has been registered, you should receive a confirmation in the form of a pop up box. This message will list your newly registered DLL file and confirm that is was successfully registered into the registry.
hope this helps
-
Mar 20th, 2009, 06:57 AM
#7
Re: Error 429 problem.
 Originally Posted by ajay_vb
Thanks vb5prgrmr and KoolSid for your replies.But can you please tell me how to register the .dll ? Is is done free or will i need to pay some amount for it?
Your setup and installation package should take care of both installing and registering everything for you.
-
Mar 20th, 2009, 02:57 PM
#8
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|