Hi,
I am writing a plugin with Netscape SDK running on IE5 on Mac OS 9.
I started to code and compile my DLLs on CodeWarrior5 and everything was
working fine using IE5. I don t use Carbon yet, just InterfaceLib.
I installed CodeWarrior 6 and I just changed my projects to use the new
libraries of CW6. My plugin does not work anymore.
While loading the plugin, IE5 tells me theses errors messages:
"An error occured while loading the plugin"
and then
"The attemps to load "Accessing URL: file:///Filename" failed "
No Carbon is used.
Using breakpoints, the debugger does not even stop at the main()
function in the file "npmac.cpp" No Initialiasition of my plugin either.
My plugin is declared in the list of plugins of IE5.
Do have any ideas of what the problem could be.
Eric
ps: I still have CW5 installed. Could it be a problem?
