Click here to Skip to main content
16,010,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralFunction call overhead Pin
Anonymous23-Jul-05 13:21
Anonymous23-Jul-05 13:21 
GeneralRe: Function call overhead Pin
Christian Graus23-Jul-05 13:52
protectorChristian Graus23-Jul-05 13:52 
GeneralRe: Function call overhead Pin
Jose Lamas Rios23-Jul-05 15:03
Jose Lamas Rios23-Jul-05 15:03 
GeneralRe: Function call overhead Pin
Christian Graus23-Jul-05 15:05
protectorChristian Graus23-Jul-05 15:05 
GeneralRe: Function call overhead Pin
Gary R. Wheeler24-Jul-05 3:56
Gary R. Wheeler24-Jul-05 3:56 
GeneralPlease help ... Pin
yaniv_av23-Jul-05 11:13
yaniv_av23-Jul-05 11:13 
GeneralRe: Please help ... Pin
Alexander M.,24-Jul-05 3:26
Alexander M.,24-Jul-05 3:26 
GeneralWINCE: IID_IPIEHTMLDocument Pin
Member 120469923-Jul-05 7:44
Member 120469923-Jul-05 7:44 
Hello,

I try to use the following code in the MS-Sample: "Browse".

SendMessage(hwndHTML, DTM_DOCUMENTDISPATCH, 0, (LPARAM) &pDisp);

pDisp->QueryInterface(IID_IPIEHTMLDocument, (void**)&pHTMLDocument);

but I get the Link error:

LNK2001: unresolved external symbol IID_IPIEHTMLDocument

Requirements
Pocket PC: Windows Mobile 2003 and later
Smartphone: Windows Mobile 2003 and later
OS Versions: Windows CE .NET 4.2 and later
Header: htmlctrl.h
Library: htmlctrl.lib <- This wrong - this file doesn't exist. I think it must be htmlview.lib.

I use the following lib files

aygshell.lib
htmlview.lib
gx.lib
webview.lib

I get the Link-Error with C++ 4.0 and with Visual Studio 2005.

What is wrong ?

Thank you for your help.

Thomas



TJ
GeneralDrawing Lines Pin
merkit23-Jul-05 7:21
merkit23-Jul-05 7:21 
GeneralRe: Drawing Lines Pin
X Balanque23-Jul-05 8:49
X Balanque23-Jul-05 8:49 
GeneralRe: Drawing Lines Pin
merkit23-Jul-05 9:47
merkit23-Jul-05 9:47 
GeneralRe: Drawing Lines Pin
X Balanque23-Jul-05 10:38
X Balanque23-Jul-05 10:38 
GeneralRe: Drawing Lines Pin
merkit23-Jul-05 16:56
merkit23-Jul-05 16:56 
Generalcopying a function as a whole from one c++ file to another Pin
fox_mulder_fbi23-Jul-05 4:26
fox_mulder_fbi23-Jul-05 4:26 
GeneralRe: copying a function as a whole from one c++ file to another Pin
sunit523-Jul-05 5:26
sunit523-Jul-05 5:26 
GeneralRe: copying a function as a whole from one c++ file to another Pin
John M. Drescher23-Jul-05 7:33
John M. Drescher23-Jul-05 7:33 
GeneralRe: copying a function as a whole from one c++ file to another Pin
X Balanque23-Jul-05 8:57
X Balanque23-Jul-05 8:57 
GeneralRe: copying a function as a whole from one c++ file to another Pin
arshadthegreat25-Jul-05 20:35
arshadthegreat25-Jul-05 20:35 
Generaldifference` Pin
Usman Tasleem Akshaf23-Jul-05 3:42
Usman Tasleem Akshaf23-Jul-05 3:42 
GeneralRe: difference` Pin
Alexander M.,24-Jul-05 3:28
Alexander M.,24-Jul-05 3:28 
Generalautomatically save a voice file Pin
Nilegna23-Jul-05 3:19
Nilegna23-Jul-05 3:19 
GeneralRe: automatically save a voice file Pin
Alexander M.,24-Jul-05 3:30
Alexander M.,24-Jul-05 3:30 
GeneralWrite Data in the Registry using a Setup-Project Pin
gabriel.fischer23-Jul-05 1:58
gabriel.fischer23-Jul-05 1:58 
Generalsaving value selected in combobox before OK selected Pin
sayup23-Jul-05 0:30
sayup23-Jul-05 0:30 
GeneralRe: saving value selected in combobox before OK selected Pin
Christian Graus23-Jul-05 2:53
protectorChristian Graus23-Jul-05 2:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.