Recent content by cheesestraws

  1. C

    quick check re serial interface to a mcu

    Both RS422 and RS232 transceivers (which turn UART voltage levels into RS422/232 voltage levels) are both plentiful and available, because they're still widely used. There's a list of RS422 transceivers that are known to work well in localtalk mode here...
  2. C

    OmniTalk WIP AIO AppleTalk Router, MacIP Gateway and AFP Server

    i've always thought of Fink more as a sort of middling language model
  3. C

    OmniTalk WIP AIO AppleTalk Router, MacIP Gateway and AFP Server

    I also have an existing project called omnitalk.
  4. C

    GEM/2 ahoy!

    GEM/2 ahoy!
  5. C

    Programming 68k code in Tiger???

    100% agreed. For development, using emulators is extremely sensible. Totally acceptable, this is how I do almost all of my dev stuff (although I use CodeWarrior because THINK C makes me want to tear my hair out for some reason).
  6. C

    Hootswitch, a (work-in-progress) Apple Desktop Bus switch

    plagiarists gonna plagiarise
  7. C

    Apple LocalTalk interface box

    Your terminology in this thread is very confused, and I think this might not be helping your project. All of this stuff is documented, as far as the wire protocols go, and I strongly endorse @gsteemso 's suggestion to get yourself a copy of Inside Appletalk 2nd ed. and read it. It is easily...
  8. C

    Apple LocalTalk interface box

    All official Apple serial cables are crossed over, even the ones for printers.
  9. C

    SevenTTY — local shell + terminal + SSH for classic Mac OS

    Slop produced by someone who is smug about producing slop is the worst kind of slop. What a waste of time and electricity.
  10. C

    Fun with userspace AppleTalk

    This is what libpcap is for.
  11. C

    If you could bring back classic Mac OS software, what would it be?

    SimpleText was still in the sample projects until really quite recently - I don't know when it dropped out. masochist. or possibly sadist, I can't decide
  12. C

    Problem with MENU resource in Think C 6

    OK. So @olePigeon is on the right track here. Your project file is called 'InnectoClassic'. You also have an 'InnectoClassic.rsrc'. You created that, but that's the same name that @olePigeon is talking about above. When the project is built, all the resources from all the resource files in...
  13. C

    Problem with MENU resource in Think C 6

    What version of THINK C are you using?
  14. C

    Problem with MENU resource in Think C 6

    it almost sounds like you've somehow managed to add the resource file to your project twice. Can you check if you have done so? (or stuffit up the project folder and send it over to me)
  15. C

    Problem with MENU resource in Think C 6

    What do you mean conflict with? What message or behaviour are you actually seeing? What do the MENU resources in the built application look like? (Look in ResEdit)
Back
Top