Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
djmack
Starting Member
8 Posts |
Posted - 2004-03-22 : 18:16:05
|
| Hello,I am trying to create an extended stored procedure that copies and deletes files. The instructions on Books on line seems to be for VC++ 6.0. I have VC++.net. I am stuck on the following step on books on line:4. In the Project Settings dialog box, click the Link tab. Click the General category, and then add opends60.lib to object/library modules.Does anyone know how to perform the above step in VC++.net?Thanks in advance for any help,DM |
|
|
ehorn
Master Smack Fu Yak Hacker
1632 Posts |
Posted - 2004-03-22 : 19:20:38
|
| Have you installed the SQL Server development toolkit? The header and lib files are included with the toolkit and are installed in the \Program Files\Microsoft SQL Server\80\Tools\DevTools\Include and the \...\DevTools\Lib directories by default (shared tools location).Have a look at Development Tools in BOL. |
 |
|
|
|
|
|