shsql.dll - file missing??

Started by
3 comments, last by MindFlayer 22 years, 8 months ago
I just installed MS Visual C++ 6.0 Introductory Edition and got that working (well, almost). My problem is that whenever i open a new project or try to debug my program, the VC tells this:

SHSQL.DLL
This required file cannot be loaded blah blah
Please re-install
 
Yeah right, I just re-installed and nothing happened! Well, after a little search I noticed that the file wasn''t included on my version of VC++! Please, does anyone have this file and is that kind to send it to me . It''s annoying to be not able to debug code or run the program from the compiler! Press any key to continue or any other key to quit...
Advertisement
Ok... I found it already. Sorry!

Edited by - MindFlayer on August 23, 2001 9:20:09 AM
Ok... another problem here:
Where i should put that file and how must I alter the registers so the VC could see it??
I could''nt find that file on my system, though the
compiler works ok. However you might try copying it to

Program Files\Microsoft Visual Studio\Common\MSDev98\Bin

Most of the dlls are stored there.

I doubt you would have to setup anything in the compiler
because it looks like it''s trying to load the file and
therefore searched for the file. This file should have
been loaded by the compiler itself. If you don''t have
the above directory path, then do a file search for dlls
in Microsoft Visual Studio. The directory with the most
dlls is probably the one. But check out other directories
as well.

Hope you get it going,

Good Luck, Guy

Adulthood is the vehicle for making you childhood dreams come true.
Hey, it worked! It''s just great! Thanks!

This topic is closed to new replies.

Advertisement