BlitzMAX in C#

BlitzMax Forums/BlitzMax Programming/BlitzMAX in C#

BLaBZ(Posted 2014) [#1]
Is it possible to reference a blitzMAX binary from c#?

I have a project in c# that I would like to use some BlitzMax functions.

Thanks!


Derron(Posted 2014) [#2]
Couldn't you "just" write a DLL or SO and then link to in your c# source then?

Another "just for the purpose" option is to make your app a console app and just route things to the console (like "myapp.exe -i image.jpg -o otherimage.jpg -verbose")


bye
Ron


ziggy(Posted 2014) [#3]
You can load any DLL from C# on windows, and AFAIK any SO on Linux and Mac


BLaBZ(Posted 2014) [#4]
To be more clear this is what I'm trying to do, -




Brucey(Posted 2014) [#5]
I've no idea what that picture is showing?

You probably want a dll, rather than an exe?