Posts: 1,739
Threads: 53
Joined: Oct 2010
Reputation:
0
I've heard a lot of people say you can't, and a lot of people say you can.
If you actually can, could someone give me some kind of template or tutorial?
Posts: 6,129
Threads: 36
Joined: Jan 2009
You can write a wrapper in C++ for C#, yes.
Posts: 1,047
Threads: 23
Joined: Jun 2009
why do you need wrappers and wrappers over again?
I'm not pro at this kind of topics but shouldn't it be possible to rewrite the SDK to a other language like zeex is doing it for 'D' now?
Posts: 6,129
Threads: 36
Joined: Jan 2009
Need? I only provided a single solution. You suggest one that can be done with ease, Gamer_Z.
Posts: 1,418
Threads: 63
Joined: Dec 2010
Reputation:
0
I think you can only write a plugin with C / C++ because the PAWN Abstract Machine was written in C.
Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by Calg00ne
You can write a wrapper in C++ for C#, yes.
|
Quote:
Originally Posted by [GF]Sasino97
I think you can only write a plugin with C++ because the PAWN Abstract Machine was written in C.
|
Yes, which is why you can write a wrapper in C++ for any almost any other programming language.