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 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
"Thanks for all of your help. Great customer service deserves to be recognized which one the reasons I've been a customer of DTN for over 10 years!" - Comment from Stuart
"With HUGE volume on AAPL and RIMM for 2 days, everyone in a trading room was whining about freezes, crashes and lag with *******, RealTick, TS and Cyber. InvestorRT with IQFeed was rock solid. I mean SOLID!" - Comment from Public IRC Chat
"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
"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
"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.
"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
"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
"Thank God for your Data Feed as the only Zippers I see are on my pants (LOL), and no more 200 pip spikes to mess up charts." - Comment from Spiro via Email
"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.
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) »DTN.IQ Client Software Support »Using function in DLLs from EXCEL
Author Topic: Using function in DLLs from EXCEL (1 messages, Page 1 of 1)

TLikins
-Interested User-
Posts: 32
Joined: Jul 11, 2005

Howdy


Posted: Oct 6, 2005 10:14 AM          Msg. 1 of 1
I'm trying to lookup symbols using a function in one of the DTN libraries.
The reference manual specifies the way to call these function.
1. Enable the lib in the references (check)
2. Declare sub or function - here'e mine.
Private Declare Sub LookupSymbol Lib _
"C:\Program Files\DTN\IQFeed\DTNSymbollookup" (Symbol As String, Results As String)

Sub getsymbol()
Dim Symbol As String
Dim Results As String
Symbol = "IBM"
Call LookupSymbol(Symbol, Results)
Debug.Print Results
End Sub


3. Step into sub.
4. Fails at Call - Error message states:

Run-time error '453'
Can't find DLL entry point LookupSymbol in C:\Program Files\DTN\IQFeed\DTNSymbollookup.

I've tried variation in these parameters but it's not working.
Any ideas about what's wrong?

Thanks for your help!
 

 

Time: Fri May 17, 2024 5:59 AM CFBB v1.2.0 6 ms.
© AderSoftware 2002-2003