Windows API Calls

Discussions for GoldWave plug-in development
Post Reply
mh
Posts: 133
Joined: Thu Aug 10, 2006 6:20 pm

Windows API Calls

Post by mh »

Maybe this is an RTFM job, but I'm interested in knowing if GoldWave is a happy camper with Windows API calls in a plug-in. Specifically, stuff like RegisterClass/CreateWindow/WndProc/etc.
GoldWave Inc.
Site Admin
Posts: 4375
Joined: Wed Mar 10, 2004 6:43 pm
Location: St. John's, NL
Contact:

Re: Windows API Calls

Post by GoldWave Inc. »

You can use most API calls, but you have to be careful of the multithreaded design. Window message related calls, like SendMessage, must be avoided in the Read (effect) and Draw (visual) plug-in functions, but other API calls are fine.

Chris
Post Reply