Link to home
Start Free TrialLog in
Avatar of TeLieh
TeLieh

asked on

A code fragement error with plugin program using codewarrior

Dear all:      
 I  Wrote a photoshop plugin import program using codewarrior. It
work fine in G3 and G4. But when I test it in power macintosh 9600/200.
There is an error message
    "Could not Complete the import command because of a problem with the
macintosh Code Fragement Manager""
It appear when I try to import the program in photoshop. Could someone tell
me how to solve this problem.

Is there anything I should to change in codewarrior progrct setting to avoid this problem
Thank in advanced

Te-Lieh

Avatar of voncheesebiscuit
voncheesebiscuit

What version of the OS are the three machines running?
Avatar of TeLieh

ASKER

I test my program in OS 8.6 and OS 9.0.
Both of them have the same problem.

Best Regards
Te-Lieh
ASKER CERTIFIED SOLUTION
Avatar of Alex Curylo
Alex Curylo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of TeLieh

ASKER

Dear Alex and voncheesebiscuit:

  Thanks for your kind answering the question.
  I have solved the problem. My 9600 don't have USB Card, but I use the "UsbManagerLib" in my program. I modified attribute of "UsbManagerLib" to import weak in codewarrior , It works fine now.

Best Regards
Te-Lieh