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)




"Previously I was using *******. IQFeed is WAY more economical, and for my charting needs is just as good, if not better." - Comment from Public Forum Post
"If you want customer service that answers the phone, your best bet is IQFeed. I cannot stop praising them or their technical support. They are always there for you, and they are quick. I have used ****** too but the best value is IQFeed." - Comment from Public Forum
"I would just like to say that IQFeed version 4 is running very well and I am very happy with its performance. I would also like to extend a big thanks for the fast and efficient help that I always receive. My questions and concerns are always addressed promptly. Way to go!" - Comment from Josh in CO.
"The service is great, I see a noticeable improvement in my volume profiles over [broker]'s data feed" - Comment from Larry
"Very impressed with the quality of your feed - ******* is a real donkey in comparison." - Comment from A.C. via Email
"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
"Its working FABULOUSLY for me!! Holy cow...there has been so much I've been missing lately, and with this feed and Linnsoft software...I'm in the game now." - Comment from Chris R.
"You have an excellent feed. Very few spikes for Spot Forex." - Comment from Public Forum Post
"I just wanted to let u know that your data feed/service is by far the best!!! Your unfiltered tick data is excellent for reading order flow and none of your competitors delivers this quality of data!" - Comment from Peter via Email
"I will tell others who want to go into trading that DTN ProphetX is an invaluable tool, I don't think anyone can trade without it..." - Comment from Luther
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: Fri May 3, 2024 2:22 PM CFBB v1.2.0 8 ms.
© AderSoftware 2002-2003