Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » [HttpRequest] undefined identifier
[HttpRequest] undefined identifier [message #37488] Wed, 10 October 2012 22:22 Go to previous message
crydev is currently offline  crydev
Messages: 151
Registered: October 2012
Location: Netherlands
Experienced Member
I am new to U++ but I already understand many of the basic things. Now I am working on a class that retrieves a webpage. I followed multiple examples, which all ofcourse use HttpRequest. Whatever I do, I always get the error that HttpRequest is an undeclared identifier. I searched my uppsrc directory for a header file, but it doesn't even seem to have that one. What is wrong here? I have the latest stable build of U++. Everything I use is working so far, except for this...

#include "Imdb.h"

#include <Core/Core.h>

using namespace Upp;

bool ImdbManager::GetPage(const char *pUrl)
{
	HttpRequest mHttpRequest; // error C2065: 'HttpRequest' : undeclared identifier
	return true;
}


What am I doing wrong?

[Updated on: Wed, 10 October 2012 22:26]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: ArrayCtrl - convert String
Next Topic: edit field in sub menu
Goto Forum:
  


Current Time: Mon May 13 15:41:58 CEST 2024

Total time taken to generate the page: 0.64439 seconds