Page 1 of 1

Anyone know what's happening?

PostPosted: Tue Jan 03, 2006 11:09 am
by cspyro21
Hey all,
I was trying out "SBuilder" today, and I picked up that SCASM thingy (required to run SBuilder) but, uopn clicking "File => New", this appears and closes the program:

Image

Anyone know what's happening?  ???

Re: Anyone know what's happening?

PostPosted: Tue Jan 03, 2006 7:35 pm
by AuMaV
Hi
This happens because you dont have some secondary runtime files installed,what I normally do is run the dll name through google and download the single dll file or find out if its part of a runtime package and install that.Also this link to a tut on regresssing airfields with SBuilder will help with some of the known problem with sbuilder and how to fix em
http://www.scruffyduck.plus.com/other.html
Wozza
 

Re: Anyone know what's happening?

PostPosted: Tue Jan 03, 2006 11:46 pm
by dave3cu
Here is a response I've posted in other forums ref this, having encountered the same problem for myself..

Re the error:

Read this Microsoft article: http://support.microsoft.com/default.as ... -us;289493

If you have 'permissions' set but still get the error-

**It is best to back up your registry or create a restore point before proceeding.

Verify that you have the file, TABCTL32.OCX, on your system. Check the text below for location depending on your OS. You can download it from the link below if needed.

Then.......

Using your mouse, click on the "Start" button and then click on "Run".


According to your Operating System, type the following command to register this library file:

Windows 95, 98, or Me:
regsvr32 \windows\system\TABCTL32.OCX

Windows NT or 2000:
regsvr32 \WINNT\system32\TABCTL32.OCX

Windows XP:
regsvr32 \windows\system32\TABCTL32.OCX


You should see a message saying "DllRegisterServer ... succeeded"

If you are getting an error telling you that the file is missing, then you are not typing the command in correctly. You will need to type it in *exactly* as as shown above for your operating system.

* Please note that there is a SPACE after "regsvr32" and before the rest of the command.


Source: http://www.ascentive.com/support/new/su ... BCTL32.OCX

Dave

Re: Anyone know what's happening?

PostPosted: Wed Jan 04, 2006 6:19 am
by cspyro21
Thanks guys, I got it fixed :D