Prev: Clearing handles
Next: rise time analysis
From: J J on 9 Jul 2010 17:06 Please help....I have a GUI m-file that I've converted to P-code using 'pcode GUIFILENAME'. When I try to open the p-file, I get an error saying 'M-File associated with p-file not found'...I'm not sure why that is since all files are in the same folder. Any thoughts why this may be happening? Thanks, J
From: Walter Roberson on 9 Jul 2010 17:40 J J wrote: > Please help....I have a GUI m-file that I've converted to P-code using > 'pcode GUIFILENAME'. When I try to open the p-file, I get an error > saying 'M-File associated with p-file not found'...I'm not sure why that > is since all files are in the same folder. Any thoughts why this may be > happening? The files might all be there, but have you moved them into a different folder since you pcode'd them? Possibly the p-code file has a reference to the _absolute_ path name instead of the relative path name. Re-running pcode might solve the problem.
|
Pages: 1 Prev: Clearing handles Next: rise time analysis |