Jump to content

You're browsing the 2004-2023 VATSIM Forums archive. All content is preserved in a read-only fashion.
For the latest forum posts, please visit https://forum.vatsim.net.

Need to find something? Use the Google search below.

C# in ES


Michael Lockwood
 Share

Recommended Posts

Michael Lockwood
Posted
Posted

I'm looking at writing some plugins for ES, but, I'm working in C#, not the C++. I know the two are somewhat similar, the question is, are they close enough that a C# DLL work with ES?

You May Be A Redneck Pilot if your stall warning plays "Dixie."

 

4255.png

Link to comment
Share on other sites

Wycliffe Barrett
Posted
Posted

Short answer, no.

 

Wycliffe

Wycliffe Barrett: C3 Controller

atc5o.png

"if god meant for us to fly, he would have given us tickets" Mel Brooks

Link to comment
Share on other sites

Michael Lockwood
Posted
Posted

Thanks Wycliffe

You May Be A Redneck Pilot if your stall warning plays "Dixie."

 

4255.png

Link to comment
Share on other sites

George Complin
Posted
Posted

Michael,

 

As C# and C++ are part of the same 'C' family I was under the impression that C++ could use C# plugins or 'dll' files.

Link to comment
Share on other sites

Michael Lockwood
Posted
Posted

there are some big differences, such as memory management. I'm going to look at it closer later. Any other input would be great.

You May Be A Redneck Pilot if your stall warning plays "Dixie."

 

4255.png

Link to comment
Share on other sites

Todor Atanasov 878664
Posted
Posted

ES plugin environment works with C++/MFC, so no, C# will not work. There is a request for .NET framework support, but for now, you will have to stick with C++.

Link to comment
Share on other sites

 Share