Click here to Skip to main content
15,898,937 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: can anybody tell me how to read the data from a .cvs file Pin
Justin Perez20-Aug-07 4:01
Justin Perez20-Aug-07 4:01 
AnswerRe: can anybody tell me how to read the data from a .cvs file Pin
philiptabraham20-Aug-07 4:04
philiptabraham20-Aug-07 4:04 
QuestionRe: can anybody tell me how to read the data from a .cvs file Pin
David Crow20-Aug-07 4:07
David Crow20-Aug-07 4:07 
QuestionHow do I detect the desktop theme? Pin
cgb14320-Aug-07 3:20
cgb14320-Aug-07 3:20 
QuestionRe: How do I detect the desktop theme? Pin
David Crow20-Aug-07 3:58
David Crow20-Aug-07 3:58 
AnswerRe: How do I detect the desktop theme? Pin
cgb14320-Aug-07 4:07
cgb14320-Aug-07 4:07 
GeneralRe: How do I detect the desktop theme? Pin
David Crow20-Aug-07 4:11
David Crow20-Aug-07 4:11 
QuestionError on InternetOpen() Pin
GauranG Shah20-Aug-07 2:53
GauranG Shah20-Aug-07 2:53 
Hello,

I am trying the following code and getting link errors


#include "stdafx.h"<br />
#include "HttpClient.h"<br />
#include  "Wininet.h" <br />
#ifdef _DEBUG<br />
#define new DEBUG_NEW<br />
#endif<br />
<br />
<br />
CWinApp theApp;<br />
using namespace std;<br />
int main(void)<br />
{	int nRetCode = 0;<br />
	HINTERNET hInternet;<br />
        char *appName = "My App";<br />
	<br />
         hInternet = InternetOpen(appName,<br />
							                      INTERNET_OPEN_TYPE_DIRECT,<br />
							                        NULL,<br />
	 						                         NULL,<br />
							                      INTERNET_FLAG_ASYNC<br />
						);<br />
<br />
	return nRetCode;<br />
}
And Errors I am Getting is as follows:

HttpClient error LNK2019: unresolved external symbol __imp__InternetOpenA@20 referenced in function _main
HttpClient fatal error LNK1120: 1 unresolved externals
Sniff | :^)
I dont know what is going worng. Plase HELP ME
AnswerRe: Error on InternetOpen() Pin
prasad_som20-Aug-07 2:54
prasad_som20-Aug-07 2:54 
Questiongenerating the lib Pin
Jerome Conus20-Aug-07 2:01
Jerome Conus20-Aug-07 2:01 
AnswerRe: generating the lib Pin
prasad_som20-Aug-07 2:36
prasad_som20-Aug-07 2:36 
QuestionWeb services using VC++ without IIS. Pin
gokhalej20-Aug-07 1:44
gokhalej20-Aug-07 1:44 
AnswerRe: Web services using VC++ without IIS. Pin
jhwurmbach20-Aug-07 1:55
jhwurmbach20-Aug-07 1:55 
QuestionButton Style Pin
baerten20-Aug-07 1:01
baerten20-Aug-07 1:01 
AnswerRe: Button Style Pin
KarstenK20-Aug-07 1:23
mveKarstenK20-Aug-07 1:23 
GeneralRe: Button Style Pin
baerten20-Aug-07 2:10
baerten20-Aug-07 2:10 
GeneralRe: Button Style Pin
KarstenK20-Aug-07 2:45
mveKarstenK20-Aug-07 2:45 
GeneralRe: Button Style Pin
baerten20-Aug-07 2:51
baerten20-Aug-07 2:51 
AnswerRe: Button Style Pin
Russell'20-Aug-07 1:44
Russell'20-Aug-07 1:44 
Jokeresolved Pin
baerten20-Aug-07 2:13
baerten20-Aug-07 2:13 
QuestionWindow with Transparent holes Pin
HakunaMatada20-Aug-07 0:01
HakunaMatada20-Aug-07 0:01 
AnswerRe: Window with Transparent holes Pin
Iain Clarke, Warrior Programmer20-Aug-07 0:19
Iain Clarke, Warrior Programmer20-Aug-07 0:19 
AnswerRe: Window with Transparent holes Pin
Hamid_RT20-Aug-07 0:24
Hamid_RT20-Aug-07 0:24 
GeneralRe: Window with Transparent holes Pin
HakunaMatada20-Aug-07 0:48
HakunaMatada20-Aug-07 0:48 
GeneralRe: Window with Transparent holes Pin
James R. Twine20-Aug-07 1:39
James R. Twine20-Aug-07 1:39 

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.