Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
DLL reference
Collapse
X
-
DLL reference
I've been trying to set up a reference to a DLL and it does not seem to work. After I add the reference, I do a "using" and the library does not come up. I tried typing in the path and class name and it just fires an error saying it does not find it. Is there anything I have to do to get to my reference? BY the way, I am trying to reference a very popular TA library (TA-Lib http://www.ta-lib.org) in case someone has already done it.
ThanksTags: None
-
well... not so fast. I did make it compile; but it does not seem to execute the line of code where I call a function from the external DLL. I have tried with "using" and also with explicitly calling the function from the code and nothing. It just breaks there in that line. It does not fire an error; but it does not work either. I tried also to debug it and it does not even responds to the debugger. Is there anything I should know about DLL's?
Comment
-
well, turns out that I had to close and open the application 10 more times so it would work... that is really messed up... there's got to be a bug there somewhere. There was nothing in the log, no error fired, nothing... just the indicator not coming up...
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
43 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
25 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|
||
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
162 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
98 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
157 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|

Comment