
-----------------------------------
[Gandalf]
Tue Aug 30, 2005 7:44 pm

Turing... DDE...?
-----------------------------------
I renamed one of my source files "[Source] Game" and opened it (Turing is set to open .t filetypes) and I got a bunch of errors.  First it said "unrecognized command sent via DDE    Command: Source".  Anyone know what this is?  I think that DDE is Dynamic Data Exchange, but not much more.  Did Turing or windows take [Source] as a parameter?

Here is exactly what I did:
-I have an instance of Turing already open.
-I open [Source] Filename
-Wait 5 seconds or so before clicking OK on the error message.

-----------------------------------
Delos
Tue Aug 30, 2005 10:43 pm


-----------------------------------
Not getting the same msg.  Try post the actual file (either w/ or w/out the [Source]).  What version of OOT are you on?  4.0.5?
As for DDE...not sure what that is, ne'er heard of it.

-----------------------------------
[Gandalf]
Wed Aug 31, 2005 7:13 pm


-----------------------------------
I've got 4.05.  I tried this on another computer, and it didn't happen.  Probably something I have set to recognize the [] as something...  Even on the computer which it did get the error messages, without the [Source] it worked fine.

-----------------------------------
Mazer
Wed Aug 31, 2005 10:12 pm


-----------------------------------
Turing error messages can be interesting sometimes. Just take a look at [url=http://coutsos.compsci.ca/other_stuff/turing_cedega.jpg]this. Interestingly it works well enough under Wine (aside from regular crashes).

-----------------------------------
[Gandalf]
Wed Aug 31, 2005 10:15 pm


-----------------------------------
Very interesting.  I said earlier that Turing includes Ready to Program too, it's just disabled.  I guess they didn't disable it perfectly.

-----------------------------------
ViRuAl_InFeCtiON_vErsIonX
Thu Sep 01, 2005 10:35 pm

New
-----------------------------------
You could always change .t  to .dem or .tu . I don't know if that helps but it tried :D

-----------------------------------
[Gandalf]
Thu Sep 01, 2005 10:40 pm


-----------------------------------
No, I think it's something directly related to the [someThingGoesHere].  As long as it isn't causing any more problems, it's ok, I was just curious.

-----------------------------------
beard0
Sun Sep 11, 2005 6:44 pm


-----------------------------------
It has to do with setting for how you open turing files.  To fix, in a folder window go to Tools/Folder Options...
Once there, follow this picture: http://matt.err404.net/compsci/source%20error.bmp
and ensure that the settings in the last window are like those shown (the cut-off parameter is:
 -nowindow %1

-----------------------------------
[Gandalf]
Sun Sep 11, 2005 7:00 pm


-----------------------------------
Wow.  My settings are a bit different.  Where there is the path to the executable mine has "" "%1"
What does " -nowindow %1" do?

Also, I don't have anything in the "DDE Message" box.

-----------------------------------
beard0
Sun Sep 11, 2005 7:05 pm


-----------------------------------
The nowindow is an extra (not needed) option.  %1 refers to the filename of the file being clicked, so the program knows what file to open.  That line is the one passed to the command line processor.  No having anything in the "DDE Message" box is your problem - I removed that line on my comp, and got your error message.  Replaced it and all's well.

-----------------------------------
[Gandalf]
Sun Sep 11, 2005 7:18 pm


-----------------------------------
Ah, alright then.  Thanks :).
