Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Referencing external DLL (How to?)
Collapse
X
-
Referencing external DLL (How to?)
I have an external dll that I need to reference from NinjaScript. How do I do that? C# has a compiler switch for external dll reference, but the compile button on the Ninja Script editor does not allow for options (that I can see). I also tried [DllImport("myDll.dll")] but the compiler does not like it.Tags: None
-
Unfortunately this is beyond what we can support.
Hints:
- DllImport is the right approach though for external "non-managed code" DLLs. In that case you even would not need to add any reference whatsoever for the C# compiler.
- for managed code assemblies (dlls) you would need to add references to NinjaScript editor->Right click->ReferencesDierkNinjaTrader Customer Service
- 1 like
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by jcbinks, Today, 03:32 PM
|
2 responses
14 views
0 likes
|
Last Post
![]()
by jcbinks
Today, 04:25 PM
|
||
Started by Stefan Mayer, Today, 03:09 PM
|
1 response
13 views
0 likes
|
Last Post
|
||
Started by M_ichel, Today, 03:18 PM
|
1 response
11 views
0 likes
|
Last Post
|
||
Started by ralett, Today, 02:43 PM
|
2 responses
15 views
0 likes
|
Last Post
![]()
by ralett
Today, 04:33 PM
|
||
Started by Nightmaregpu, Today, 02:18 PM
|
1 response
13 views
0 likes
|
Last Post
|
Comment