Archives of the TeradataForum
Message Posted: Wed, 26 May 2004 @ 18:46:28 GMT
Subj: | | Re: ERROR Writing a Stored Procedure?? |
|
From: | | Dieter Noeth |
Manish Kumar Maurya wrote:
| I tried the Given Solution, but it gives me a new error saying VC++ compiler not installed. | |
| I installed the VC++ toolkit Which was available on microsofts site for free but it still wont work!! | |
You'll probably have to add some registry entries, i hope the following is correct, if not i'll check it next week...
V2R5 is looking for MS VC 6:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\6.0\Setup]
"VsCommonDir"="C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Common7"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\6.0\Setup\Microsoft
Visual C++] "ProductDir"="C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\"
Dieter
|