How to connect c#.dll with A8pro ?

Posted By: NeoJT

How to connect c#.dll with A8pro ? - 10/05/13 09:05

Hi and sorry for my english.

I have created with c# a dll file and i dont know
how to connect with my game in A8pro.

1st Qst :
it is possible that ?

2nd Qst :
i ve tried to search about that in google... youtube... but nothing... i cannot understand the manual/help from A8.
Can anyone tell me where can i find information about that ?

thank you all.

Best Regards.
Dimitris.
Posted By: Rackscha

Re: How to connect c#.dll with A8pro ? - 10/05/13 12:25

Iirc it is not. you can not use a managed dll in an unmanaged environment.
Posted By: Ch40zzC0d3r

Re: How to connect c#.dll with A8pro ? - 10/05/13 14:49

GetProcAddress should work on managed dlls too laugh
Posted By: Rackscha

Re: How to connect c#.dll with A8pro ? - 10/05/13 17:57

DON'T DO THIS.

Yes the basic function stuff might work. You might get the adress, and you might be able to call it but you are mixing Managed and unmanaged resources!

If you do it this way(with an unmanaged prozess as host) that's likely to not end well.
© 2024 lite-C Forums