htmlhelp visual studio .net
-
how can i work with htmlhelp in visual studio .net (visual C++)? i want use ::HtmlHelp() but when i compile i get the error: Fatture error LNK2001: unresolved external symbol "struct HWND__ * __stdcall HtmlHelpA(struct HWND__ *,char const *,unsigned int,unsigned long)" (?HtmlHelpA@@$$J216YGPAUHWND__@@PAU1@PBDIK@Z) somebody can help me please? thanks a lot
-
how can i work with htmlhelp in visual studio .net (visual C++)? i want use ::HtmlHelp() but when i compile i get the error: Fatture error LNK2001: unresolved external symbol "struct HWND__ * __stdcall HtmlHelpA(struct HWND__ *,char const *,unsigned int,unsigned long)" (?HtmlHelpA@@$$J216YGPAUHWND__@@PAU1@PBDIK@Z) somebody can help me please? thanks a lot
Make sure you link to htmlhelp.lib. By default it is located in C:\Program Files\HTML Help Workshop\Lib
-
Make sure you link to htmlhelp.lib. By default it is located in C:\Program Files\HTML Help Workshop\Lib