Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dll files

Status
Not open for further replies.

haktekvc

Technical User
Dec 30, 2000
17
0
0
GB
Hi
In C++ i made a dll file it has some html files in it.
so in IE5 i can put res://location\dllname.dll/102 or some other number that i set. the number is in resource.h
but i have seen that you can have somet else like
res://location\dllfile.dll/page1.html or pic1.gif
how can i do this with VC++
Thanx
 
HI!
To do so,you can:
In resources editor ,please set the resource names
of the HTML type resources you have added to their real
file names exactly. Because the file names include the
dot -> "." ,so you should delimited the names by double
quotes.

You can do so directly by editing *.rc file manually,
but also carefully please.

Good Luck!
gzjungle
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top