Bridge Commander Central

BC Forums => BC Technical Support => Solved Problems => Topic started by: Kirk on August 02, 2008, 11:53:35 AM

Title: TGL Editor Error
Post by: Kirk on August 02, 2008, 11:53:35 AM
The TGL editor, found here (http://bridgecommander.filefront.com/file/Tgl_Editor;18033), gives me this problem when I try to run the program. I am unsure what to do to fix this.
Title: Re: TGL Editor Error
Post by: MLeo on August 02, 2008, 02:32:11 PM
Try not installing it to C:\Program Files if you are using Vista.

But it's quite possible you are missing a VB runtime (or something like that).
Title: Re: TGL Editor Error
Post by: Kirk on August 02, 2008, 05:05:41 PM
I installed it to C:\TGL Editor and the same error occurs.
Title: Re: TGL Editor Error
Post by: MLeo on August 02, 2008, 07:13:51 PM
Try writing this in the command line:
Code: [Select]
regsvr32 comdlg32.ocx
Title: Re: TGL Editor Error
Post by: Kirk on August 02, 2008, 08:07:34 PM
What do you mean by this? Do I add it to the shortcut path like one would to enter testmode?
Title: Re: TGL Editor Error
Post by: MLeo on August 02, 2008, 08:18:27 PM
In the command line/prompt.

In case of Vista (which I think you use): Start/Orb->The search bar->cmd->Enter
Then type in the text above and press Enter.

In case of XP: Start->Run->cmd->Enter
Then type in the text above and press Enter.
Title: Re: TGL Editor Error
Post by: Kirk on August 02, 2008, 08:24:36 PM
Here is the result.
Title: Re: TGL Editor Error
Post by: MLeo on August 02, 2008, 08:26:55 PM
It's .ocx not .ovx
Title: Re: TGL Editor Error
Post by: Kirk on August 02, 2008, 08:28:48 PM
dang, that's my fourth typo :x

Received the same error, just properly spelled.
Title: Re: TGL Editor Error
Post by: MLeo on August 02, 2008, 08:33:14 PM
Then it would appear you don't have that file, it's odd, since it's a standard file in Windows.

Try navigating to your System32 directory in the Windows dir.
You use cd .. to go up and cd <<dir name>> to go down the directory tree, <<drive letter>>: to change drives.

And try again.
Title: Re: TGL Editor Error
Post by: Kirk on August 02, 2008, 08:37:50 PM
again, same results
Also, you were correct that I am using Vista.
Title: Re: TGL Editor Error
Post by: MLeo on August 03, 2008, 07:06:01 AM
Have you tried the things outlined here:
http://forums.msdn.microsoft.com/en-US/clr/thread/1b2cb9ec-c984-4359-a787-1dfc8a9c071b/

Especially the last post (of that page atleast) is of interrest.
Title: Re: TGL Editor Error
Post by: Kirk on August 03, 2008, 09:01:00 AM
Hey MLeo, you said
But it's quite possible you are missing a VB runtime (or something like that).
Does this mean a visual basic file? I do have a visual basic 6.0 install disc that I haven't installed yet, should I? Also, I tried the last suggestion, and no luck. I would have download the file in question from the link on page one, but McAfee has red-flagged the site.
Title: Re: TGL Editor Error
Post by: MLeo on August 03, 2008, 09:03:19 AM
Try installing the VB6 Runtime (you don't actually have to install VB6, just the runtime).

I do find it rather odd, since comdlg is a standard library in Windows (has been since Windows 95 or maybe even earlier).
Title: Re: TGL Editor Error
Post by: Kirk on August 03, 2008, 09:41:21 AM
Install vb and everything works fine now, thanks a bunch for your help MLeo.