« Previous Next »
Last post 09-16-2009 6:45 PM by lextm. 3 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (4 items)
Sort Posts: Oldest to newest Newest to oldest
hi,
I am using Visual Studio 6.0.
i am new to VC++.I have decided to work in VC++ for the URL redirect.For that i found one of the forum and the link ishttp://www.codeproject.com/KB/ISAPI/isapiredirector.aspx?fid=18786&df=90&mpp=25&noise=3&sort=Position&view=Quick&select=2967743i have creted a project that they have mentioned and for the first time it works fine and it also redirects fine.But i modifyed instead of .cfm i changed in the coding as .cfmss and i build the application and i got one of the error asCompiling...RewriteURL.cppLinking...LINK : fatal error LNK1104: cannot open file "Debug/RewriteURL.dll"Error executing link.exe.
RewriteURL.dll - 1 error(s), 0 warning(s)compiling with no errors or warnings. But when i buid then i found the above errors.Can any one help i am fresh for this domain.please....Regards,Prakash
You met a VC++ 6 problem. That should go to here,
http://social.msdn.microsoft.com/Forums/en-US/category/visualc
Note that VC++ 6 is already retired,
http://support.microsoft.com/lifecycle/?p1=3003
He wants to create an IIS ISAPI dll, so he's almost in the right place. We just have to get him to the right extensibility forum.
What version of IIS are you using?