PDA
$threadinfo[title]
-


Kayden
April 30th, 2002, 21:17
Hi,
are all Plugins for N64 Emuīs coded in C++??
Are some coded with Delphi??
Where i can find Docīs about code a Plugin??(with Delphi or C++).


Thankz at all

Ruesselschnurps
May 1st, 2002, 00:13
As far as i know all Video plugins are coded in C++ or in C...

Hacktarux
May 1st, 2002, 00:36
Yes, but if you want to do it in delphi, it's not a big problem. The main reason to do it in c is speed....

Slougi
May 1st, 2002, 02:01
AFAIK Delphi is as fast/nearly as fast as C/C++.

Cyberman
May 1st, 2002, 06:06
Originally posted by Slougi
AFAIK Delphi is as fast/nearly as fast as C/C++.
The primary problem with using Delphi is generating the DLL information yourself, because you don't have a nifty template to handle that from Smiff :)

Cyb