int _tmain()
{
// TODO: Please replace the sample code below with your own.
ServerXMLHTTPClass *x = new ServerXMLHTTPClass();
String *strQuery=S"https://www.maxmind.com/app/ccv2r?i=24.24.24.24&domain=yahoo.com&city=New+York®ion=NY&postal=10011&country=US&bin=549099"
x->open("GET",strQuery,false);
x->send();
Console::WriteLine(x->responseText());
Console::ReadLine();
Console::ReadLine();
}
this is my code and i am getting error c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\ServProv.h(93) : error C2872: 'IServiceProvider' : ambiguous symbol
could be 'c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\ServProv.h(48) : System::IServiceProvider IServiceProvider'
or 'stdafx.cpp(0) : System::IServiceProvider'
Please help me
----------
From: Rafat Subhan
--------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>RjWpizbtz0eOYO7bAZME9A==</Id>
hi,all.I need a control bar which is similar to the .net toolbox that when the mouse move on the sma...
By wangwanxin1_163_net
I'm trying to load an Icon with the following code (from a control panel)if (cpli.idIcon != 0) {HICO...
By davidgardiner
"venkat ramarao via .NET 247" <anonymous@dotnet247.com> wrote in messagenews:O3A2HyPjEHA.2544@TK2...
By williamdepalomvpvc
Dear allI have made a program using Visual C++, and i get the exe program.Now, i want to give the ex...
By mahmoudouf
Hi Bonj.I'm taking a guess here and assuming that what you have is a wndproc that creates a child co...
By aaronhare, 1 Comments
can anybody have some ideas?...
By chris, 4 Comments
Preamble:I am a Delphi (Pascal) programmer who has stumbled into the C++ worldby necessity since Bor...
By boberglund, 5 Comments
HaiI am new to C#. I am cutting a part of an image from the pictureboxand i want to pass the part of...
By udhay, 1 Comments
I am a fresh Visual C++ .NET Developer. Can you kindly guide me forHow to Convert char[1024] to Syst...
By simon_simon_john_com, 3 Comments