Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,449 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Writing strategy DLL in C# #482257
01/18/21 05:54
01/18/21 05:54
Joined: May 2020
Posts: 2
Kgs. Lyngby
S
snielsson Offline OP
Guest
snielsson  Offline OP
Guest
S

Joined: May 2020
Posts: 2
Kgs. Lyngby
Has anyone tried writing a strategy DLL in C#?

How would that work and any examples of how to do it with .Net 5 and C# 9 ?

Re: Writing strategy DLL in C# [Re: snielsson] #482259
01/18/21 13:56
01/18/21 13:56
Joined: Feb 2017
Posts: 1,806
Chicago
AndrewAMD Offline
Serious User
AndrewAMD  Offline
Serious User

Joined: Feb 2017
Posts: 1,806
Chicago
Unless you have a very, very, very good reason to do this, this will create more headaches than you understand. Any language with a garbage collector or "type safety", you will need to correctly translate to and from "safe" types (C#) and "unsafe" types (C/C++). This adds unnecessary overhead.


Moderated by  Petra 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1