Hi
I've recently completed the engine part of a game i'm working on, and now I'm getting started on the editor. Thing is... I want to do the editor in c# but I don't want to re-write my entire engine...
So I've been playing around with DLL's lately, and have succeeded in compiling a small library of test functions that I can reference in C# using the DLLImport attribute. But the problem is that these methods can't call other methods or even each other... It tells me that the method it's trying to call has no "RVA" which I think means there's no address for the method.
Anybody have any experience with this?
Help very appreciated... this is giving me a headache.
I've recently completed the engine part of a game i'm working on, and now I'm getting started on the editor. Thing is... I want to do the editor in c# but I don't want to re-write my entire engine...
So I've been playing around with DLL's lately, and have succeeded in compiling a small library of test functions that I can reference in C# using the DLLImport attribute. But the problem is that these methods can't call other methods or even each other... It tells me that the method it's trying to call has no "RVA" which I think means there's no address for the method.
Anybody have any experience with this?
Help very appreciated... this is giving me a headache.