• Hello MLAers! We've re-enabled auto-approval for accounts. If you are still waiting on account approval, please check this thread for more information.

Search results

  1. CodeMonkeyZA

    Retro68 Codelite setup

    Hi @mdanh2002 thanks a lot for the post, it has already put me on a better path to getting my setup working. Unfortunately there seems to be some features that are for some reason still not available even after I followed the guide you wrote. For example, function calls are not recognized by the...
  2. CodeMonkeyZA

    Retro68 Codelite setup

    So, after messing around a bit, I think I finally got it to sort of do what I want. The trick in Visual Studio Code, was to edit the c_cpp_properties.json file, and include the following: "includePath": [ "path/Retro68-build/toolchain/CIncludes"...
  3. CodeMonkeyZA

    Retro68 Codelite setup

    Unfortunately it looks like Visual Studio for Mac isn't fully compatible with the Windows version. When I try to open the project you linked, the IDE doesn't recognise.  :-/  I've been messing around with Visual Studio Code, and I have gotten a little further, but I'm not completely happy yet...
  4. CodeMonkeyZA

    Retro68 Codelite setup

    This is exactly what I've been looking for! I am downloading Visual Studio now, and I'll try to get it working :)  
  5. CodeMonkeyZA

    Retro68 Codelite setup

    Hi ants, thanks for the answer! I am not bound to Codelite, I only mentioned it because it seemed that most people have had success in integrating the code completion and build process into it. :) Were you able to get code completion working in Visual Studio? 
  6. CodeMonkeyZA

    Retro68 Codelite setup

    I've been trying to setup Retro68 for quite a while on my Macbook. Initially, I was unable to compile the project, but after trying it enough times, I at least got far enough in the compilation process to have a working 68K toolchain. It was mentioned in some other posts, as well as in this...
  7. CodeMonkeyZA

    THINK C app skeleton

    Haha, luckily for me, I developed it for MacTCP, so that is not an issue ;) I am actually quite far already, and I'm sure I can finish it on my current setup, but I would love to do some refactoring and that is just such a mission in CodeWarrior :-p Thanks a lot for the reply, btw!
  8. CodeMonkeyZA

    THINK C app skeleton

    Hey @ants would you mind posting how you set up Retro68 (in a seperate thread) on a modern PC? I’m writing a chat app for 68K macs, and it’s getting pretty big. I would love to be able to use a newer IDE than Code Warrior. CG
  9. CodeMonkeyZA

    MacTCP.h compilation problem

    Okay, I guess I'll try that out just so I can get going, and just keep looking for the older headers in the mean time.
  10. CodeMonkeyZA

    MacTCP.h compilation problem

    I guess I could do that, but there are more declarations that follow, which pose the same question. /* 8-bit quantity */ typedef UInt8 b_8; /* 16-bit quantity */ typedef UInt16 b_16; /* 32-bit quantity */ typedef UInt32 b_32; Would just changing them to:   /* 8-bit quantity */ typedef...
  11. CodeMonkeyZA

    MacTCP.h compilation problem

    Hi guys, I have been planning on programming an internet-aware application on my SE/30 for a while now, but I have been stuck on one issue: I cannot seem to find a version of MacTCP.h that will compile! I have tried compiling using THINK C 5.0, as well as MPW. I currently have the header file...
  12. CodeMonkeyZA

    "Invisible item" in control panel System 7.5.5

    Hey, sorry for the delayed response, and thanks a lot for the suggestions! The solution suggested by ktkm sounded like the least effort, as I already have ResEdit installed, so I thought I would give it a shot. After making MacTCP visable with ResEdit, I was able to delete it from my Contol...
  13. CodeMonkeyZA

    "Invisible item" in control panel System 7.5.5

    Hey guys, I'm having this super annoying problem at the moment. I downloaded MacTCP, and when I try to drag it into my Control Panel, I get the message: "You cannot move MacTCP to the folder Control Panel, because an invisible item with the same name already exists in this location" Is there...
  14. CodeMonkeyZA

    C programming for Mac Classic

    If those words are unknown to you, then that book is right up your alley. They explain everything from the beginning without assuming prior knowledge from the reader (besides of course some programming knowledge). I really think it is a good starting point for getting into the whole swing of...
  15. CodeMonkeyZA

    C programming for Mac Classic

    I have the Macintosh Programming Primer, and I found it to be very informative. It really holds your hand when it comes to using the Toolbox, using ResEdit, and they have complete code examples that you can type out and change if you want. If you have previous programming experience it might go...
  16. CodeMonkeyZA

    Serial Network Programming

    Thanks for the replies! The Inside Macintosh links really helped! Using it, I was able to send a stream of data over the serial port to control my Raspberry Pi! The plan now is to implement some home automation with the Mac as the control  ;)     Thanks a lot guys  :)
  17. CodeMonkeyZA

    Serial Network Programming

    Hi, So, I would like to do some "network" programming on my Macintosh SE/30, if it is possible. I am fairly versed in C, and I was hoping that I would be able to listen to as well as write to the ports. Unfortunately, I have been unable to locate any reference to how it might be possible to do...
  18. CodeMonkeyZA

    Mac SE/30 booting troubles

    Thanks to the amazing Michael, my little Mac is officially running on a SCSI2SD. Now I am quite sure that the heads of my floppy drive are misaligned. I cannot see any disks made using HFVExplorer (it always asks to initialise the disk), and when I format a floppy using the mac and try to read...
  19. CodeMonkeyZA

    Mac SE/30 booting troubles

    Okay, so last night I did exactly as explained. After formatting, writing and reading the floppy with HFVExplorer, checking that everything is there, I tried to boot the Macintosh, just to have the floppy spat back in my face. I tried it over and over with different disk images, checking every...
  20. CodeMonkeyZA

    Mac SE/30 booting troubles

    I have Windows XP running on VirtualBox with a USB floppy drive. Should I in theory be able to create a bootable floppy disk using HFVExplorer? Are there any special steps I should be aware of, or is it as simple as selecting a disk image and writing to the floppy?
Back
Top