Loading DLL's for use in VC++ 6
I wanna use some of the functions in DLL''s, with VC++ 6, but i''m very new to using it and I''m not sure how it''s done. I''ve looked through some of the documentation, but that didn''t help me... In fact the documentation usually never helps me. So how is this done... and after it''s put into my project will it show a listing of it''s functions in the classes window, or is there another way to see what functions are inside of it?
Thanks in advance.
40
www.databyss.com
www.omlettesoft.com
"Don''t meddle in the affairs of wizards, for they are subtle and quick to anger."
-40
You need to include the header file(s) for the DLL and link against the .lib for that DLL. Once the headers are included, the Autocomplete should work on those functions.
i don''t think that i have the header file... it''s not a DLL that i created, it''s a windows DLL... mshtml.dll is there away to do this, or a place to get the headers?
40
www.databyss.com
www.omlettesoft.com
"Don''t meddle in the affairs of wizards, for they are subtle and quick to anger."
40
www.databyss.com
www.omlettesoft.com
"Don''t meddle in the affairs of wizards, for they are subtle and quick to anger."
-40
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement