Join the 80,000 other DTN customers who enjoy the fastest, most reliable data available. There is no better value than DTN!

(Move your cursor to this area to pause scrolling)




"I just wanted to say how happy I am with your service. I was able to download the API docs last week and I was able to replicate Interactive Brokers historical bar queries and realtime bar queries over the weekend. That was about one of the fastest integrations that I've ever done and it works perfectly!!!!" - Comment from Jason via Email
"Everything is working great ! Very impressive client. The news refreshes better and is more pertinent than the ******* feed I paid $ 100/month for. I Also like the charts a lot." - Comment from Leon
"Excellent datafeed !!!" - Comment from Arely
"Can I get another account from you? I am tired of ******* going down so often" - Comment from George
"I just wanted to let you know how fast and easy I found it to integrate IQFeed into our existing Java code using your JNI client. In my experience, such things almost never go so smoothly - great job!" - Comment from Nate
"Very impressed with the quality of your feed - ******* is a real donkey in comparison." - Comment from A.C. via Email
"You are much better than lawyers or the phone company because you answer the phone when I call! I just love your customer service." - Comment from Isreal
"I am very happy I changed. I love the product, but more so I am thrilled with Tech Support. You are knowledgeable, polite, pleasant and professional." - Comment from Pat
"It’s so nice to be working with real professionals!" - Comment from Len
"I have been using IQFeed now for a few years in MultiCharts and I have zero complaints. Very, very rare to have any data hiccups or anything at all go wrong." - Comment from Public Forum
Home  Search  Register  Login  Recent Posts

Information on DTN's Industries:
DTN Oil & Gas | DTN Trading | DTN Agriculture | DTN Weather
Follow DTNMarkets on Twitter
DTN.IQ/IQFeed on Twitter
DTN News and Analysis on Twitter
»Forums Index »Archive (2017 and earlier) »IQFeed Developer Support »IQLinkLauncher error report
Author Topic: IQLinkLauncher error report (3 messages, Page 1 of 1)

frankzhou
-Interested User-
Posts: 15
Joined: Oct 6, 2004


Posted: Oct 21, 2004 12:34 PM          Msg. 1 of 3
//////////////////////// C#
The instruction at "0x010d3199" referedced memory at "0x010d3199".
the momory could not be read
where run below code

private void button1_Click(object sender, System.EventArgs e)
{
for(int i=0;i<10;i++)
{
CCC ccc = new CCC();
ccc.Connect();
}

}
public class CCC
{
public void Connect()
{
TcpClient client = new TcpClient();
client .Connect("127.0.0.1",9100);

client.Close();
}
}

///////////////////////////
IQLinkLauncher MFC application has encountered a problem and needs to close.

private void button1_Click(object sender, System.EventArgs e)
{
for(int i=0;i<10;i++)
{
CCC ccc = new CCC();
ccc.Connect();
}

}
public class CCC
{
public void Connect()
{
TcpClient client = new TcpClient();
client .Connect("127.0.0.1",9100);
NetworkStream stream = client.GetStream();
stream.Close();
client.Close();
}
}

DTN_Steve_G
-DTN IQFeed-
Posts: 28
Joined: Oct 1, 2004


Posted: Oct 22, 2004 08:55 AM          Msg. 2 of 3
frankzhou,

Before sending this on to our Software Engineering staff, is there a question here?

Steve Grunberg
IQFeed Developer Support
DTN Market Access

frankzhou
-Interested User-
Posts: 15
Joined: Oct 6, 2004


Posted: Oct 25, 2004 07:13 PM          Msg. 3 of 3
no,thanks
 

 

Time: Sat May 18, 2024 9:20 PM CFBB v1.2.0 10 ms.
© AderSoftware 2002-2003