C++, C# and lua
Posted: Mon Mar 07, 2011 8:08 pm
Okay so I went ahead and learned most of C#
Mainly because I heard you can make function calls to it from C++. I am unsure of this though. My goal with C# is to use components of the XNA engine with my own engine, mainly so I can develop for the Xbox 360. The way I plan to do this so far with what little information I have been able to find is(Taking into account I can only do stuff with processing and graphics so far): I would have a duplication of my sprite class in C#. The only difference would be that it would have special functionality to use the XNA sprite's instead sfml sprites and send the data about things like the sprites position to C++ (and when I get to sound and networking I will have to do the same thing). I am unsure of how to do this though and surfing google has not provided much incite. I have thought of maybe using lua as a middle man for this process but I am: A.) not sure lua can be used with C# and B.) not sure if that would work at all. I know I have thrown a bunch of unorganized info out there so what I am wondering is:
A.) Can I call C# functions in C++?
B.) Can I do the opposite of A?
C.) Will lua work with C# and C++ at the same time?
D.) Is this reasonable?
E.) If I am not using C++ for things like graphics and sound can I use it for the background processing on the Xbox 360?
Thank you for reading :-D
P.s I know I sometimes have a hard time getting my point across please let me know if any further explanation is needed.

A.) Can I call C# functions in C++?
B.) Can I do the opposite of A?
C.) Will lua work with C# and C++ at the same time?
D.) Is this reasonable?
E.) If I am not using C++ for things like graphics and sound can I use it for the background processing on the Xbox 360?
Thank you for reading :-D
P.s I know I sometimes have a hard time getting my point across please let me know if any further explanation is needed.
