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->References
- Likes 2
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
571 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
331 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
549 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
549 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment