Any new programs or ebooks out anyone wants?

Im getting this error: "Component 'MSWINSCK.OCX' or one of its dependencies not correctly registered: a file is missing or invalid".

Anyone knows the solution?
 
Im getting this error: "Component 'MSWINSCK.OCX' or one of its dependencies not correctly registered: a file is missing or invalid".

Anyone knows the solution?

create a new txt file in the blogger generator folder and paste this text into it
Code:
regsvr32 /s comdlg32.ocx
regsvr32 /s DCSysTray.ocx
regsvr32 /s MSINET.OCX
regsvr32 /s MSWINSCK.OCX
regsvr32 /s RICHTX32.OCX

save the txt file and rename it as reg.bat and run the .bat file to register the .ocx files :)
 
Hey FEAR I tried to go to the your signature link a few times and get a security error unknown publisher. Do you have another link? I may be interested in using and or promoting that service. software instals.
 
@Fear

Well I did what you said, created txt file and pasted those commands into it, but when i try to ryn reg.bat file it opens up as txt file. I can't run it. Solution?
 
hmm the bat file should run in cmd.exe
you could run cmd manually (start > run > cmd.exe) then change the directory to the folder where you unpacked blogger generator using the cd command (cd "c:\path to blogger generator\")
then run the bat file from cmd just by typing reg.bat
hope that makes sense :)

edit:
also installing the vb runtimes should register all the modules
http://support.microsoft.com/kb/192461
 
I'll try it when I get home. The thing is that when I change txt into .bat it still stays txt document for some reason, it has two extentions like reg.bat.txt. I guess vista does not recognize this change very well.
 
Hey guys this looks interesting. It's called FavAds, here is the url http://www.favads.net . It looks a good alternative to adsense. Just use click bank ads and when your add makes a sale you get whatever the % is or if it's your own product get 100%. Heck a bet some of you great programmers in here could duplicate this product and make it desk top. Any way it's only 7$ and no I am not an affiliate or associated with the program in any way. It just seems cheap and a good alternative to adsense. What u guys think? I was thinking about getting it and making some sites to see how they go.
 
Yeah, can't get either of these to work actually. Blog Solution requires some kind of order code when your trying to run it. Does it work without this if you have zend optimiser installed?

Blogger generator gives an active x error. Runtime error 429

Any ideas??
 
cobo according to Joe Tierney you probably need to run command prompt as administrator on Vista

copy all .ocx files to c:\windows\system32 folder
click start > all programs > accessories
right click on command prompt and choose run as administrator
then register all the .ocx files from command prompt by typing:
regsvr32 MSINET.OCX
repeat this for the other 4 .ocx files
 
yeah they wont do any harm they are just the runtime files for applications that have been coded in visual basic, the installer usually dumps them in system32 anyway
 
Yeah, can't get either of these to work actually. Blog Solution requires some kind of order code when your trying to run it. Does it work without this if you have zend optimiser installed?

Blogger generator gives an active x error. Runtime error 429

Any ideas??

That's what I get for posting a script I don't use. Sorry about that. I also have a version 2.0, but it looks like it is going to ask for an order code, as well.

I installed BG and it worked without a hitch.
 
Back
Top