Hi,
I found some global initialize varables are not initialized in some case.
What might be the problem?
Thanks.
Steve
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Alan,
Here are the request items.
// ======== FLT_EX_IFLT ========
// This structure defines our implementation of the IFLT interface
// for the FLT_EX module.
#pragma DATA_SECTION (FLT_IFLT, ".AudioRateCode:FLT_IFLT");
IFLT_Fxns FLT_IFLT = { /* module_vendor_interface */
//IALGFXNS, //IFLT no longer extends the IALG
FLT_EX_alloc,
FLT_EX_control,
FLT_EX_initObj,
FLT_EX_apply,