Pete's MEditor Bug Fix

new topic     » topic index » view thread      » older message » newer message

Pete,

FYI, on line 2162 of your MEditor, you have this:

   Prm_ptr = allocate_string(path&name)

which, when I ran my program at "C:\Documents and Settings...," gave me an
error, "Can't run C:\Documents.exw."

I had to modify that line to this in order to fix that:

   Prm_ptr = allocate_string("\"" & path&name & "\"")

I don't know why it followed that branch at 2160; all I know is it required
quotes around the path and name on line 2162. I'm sure if it had branched to
2164 instead that it would have to be modified similarly as well.

-ck

P.S. Great job on that editor. I'm just getting started working with it and
its performance has improved since last time I used it. I wonder if it can
be my editor of choice when using JIDE... Judith? :)

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu