¡@

Home 

c++ Programming Glossary: createhtmlpreview

Non-static members not accessible in static function

http://stackoverflow.com/questions/17789402/non-static-members-not-accessible-in-static-function

I have defined a function HRESULT AMEPreviewHandler CreateHtmlPreview ULONG CbRead const int Size 115000 char Buffer Size 1 HRESULT.. the program is asking me to declare it static because this CreateHtmlPreview function called inside the Static function i mean here static.. Static function i mean here static CreateDialog WM_Command CreateHtmlPreview but if i declare it static the two problems arised are 1. It..