Experiences writing GW-Stuff in ASM?

Discussions for GoldWave plug-in development
Post Reply
iF
Posts: 4
Joined: Wed Aug 09, 2006 5:55 pm
Location: Germany, Berlin

Experiences writing GW-Stuff in ASM?

Post by iF »

Hi Community,

is here somebody with experiences writing "PlugIns" in assembler?

Iam a german programmer, writing mostly in asm.

In the case GoldWave.Inc is with a lil template...
GoldWave Inc.
Site Admin
Posts: 4372
Joined: Wed Mar 10, 2004 6:43 pm
Location: St. John's, NL
Contact:

Re: Experiences writing GW-Stuff in ASM?

Post by GoldWave Inc. »

If you understand how virtual tables and structures are done in C++, then you can create a plug-in in ASM, but it is a lot more work.

Perhaps some sort of template or DLL can be created for a future SDK that would make it easier for other languages to be used, such as plain C or ASM. That could make the SDK more accessible to all programmers.

Chris
Post Reply