|
I've been trying to figure out a problem related to the loading of Csound5
dll's.
When using csound~, MaxMSP 4.6, and Csound5 (floats and doubles), compiling
an orc will produce this error:
WARNING: could not open library 'C:\Program
Files\Csound\plugins64\minmax.dll' (-1)
The error isn't fatal (no crashes) and the user is able to continue working
with csound~
(as long as they don't use any opcodes in minmax.dll).
With Max 5.0.4 and Csound5 (doubles), the errors are:
WARNING: could not open library 'C:\Program
Files\Csound\plugins64\harmon.dll' (-1)
WARNING: could not open library 'C:\Program
Files\Csound\plugins64\minmax.dll' (-1)
WARNING: could not open library 'C:\Program Files\Csound\plugins64\osc.dll'
(-1)
WARNING: could not open library 'C:\Program
Files\Csound\plugins64\shape.dll' (-1) WARNING: could not open library
'C:\Program Files\Csound\plugins64\stdutil.dll' (-1)
With Max 5.0.4 and Csound5 (floats), the error is:
Error 998 loading external csound~
In this situation, csound~ just doesn't work. I figured out that all the
errors are the same type of error.
Using the program Dependency Walker, I get this:
DllMain(0x058C0000, DLL_PROCESS_ATTACH, 0x00000000) in "CSOUND32.DLL.5.1"
called.
First chance exception 0xC0000005 (Access Violation) occurred at address
0x9E4C0000.
LoadLibraryW("C:\program files\cycling '74\max 5.0\Cycling
'74\msp-externals\_my_externals\csound~.mxe") returned NULL by thread 1.
Error: Invalid access to memory location (998).
It's the same pattern for minmax.dll, hamon.dll, etc... . I have a feeling
it has something to do with the
fact that Max uses a different compiler that Csound5 on Windows. I'd
appreciate any help. Thanks.
Davis
--
View this message in context: http://www.nabble.com/csound%7E-Error-998-on-WinXP-tp18624895p18624895.html
Sent from the Csound - Dev mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |