Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Does anyone know of a BASIC....  (Read 7054 times)

0 Members and 1 Guest are viewing this topic.

linuxlover

    Topic Starter


    Hopeful
  • That's not Data!
  • Thanked: 2
    Does anyone know of a BASIC....
    « on: October 27, 2006, 02:14:10 PM »
    Does anyone know of a BASIC that compiles to .COM and has support for graphics resolutions of upto 1280x1024x32? That also plays MPEG, DivX, AVI, WMA, WMA, MP3, WAV... AND has support for a soundcard. thanks to anyone who can help!! ;)
    System Specs:
    AMD Athlon 64 3200+
    1024MB DDR400
    GeForce 7600GS
    160GB SATA II
    500-watt PSU
    Techforumz.tk

    Neil



      Expert
    • Fear me Track. Noone can escape my wrath.
    • Thanked: 3
      Re: Does anyone know of a BASIC....
      « Reply #1 on: October 27, 2006, 03:43:10 PM »
      Why is .com so neccesary?

      linuxlover

        Topic Starter


        Hopeful
      • That's not Data!
      • Thanked: 2
        Re: Does anyone know of a BASIC....
        « Reply #2 on: October 27, 2006, 05:39:32 PM »
        Because I'm trying to build an OS but I don't know ANYTHING about C++, C, Assembly, etc etc...
        BASIC is all i've ever used.

        On the other hand I can just convert it with EXE2COM if it's compatible; EXE2COM IS pretty picky.
        System Specs:
        AMD Athlon 64 3200+
        1024MB DDR400
        GeForce 7600GS
        160GB SATA II
        500-watt PSU
        Techforumz.tk

        Neil



          Expert
        • Fear me Track. Noone can escape my wrath.
        • Thanked: 3
          Re: Does anyone know of a BASIC....
          « Reply #3 on: October 27, 2006, 05:46:53 PM »
          Quote
          [highlight]Because I'm trying to build an OS[/highlight] but I don't know [highlight]ANYTHING about C++, C, Assembly,[/highlight] etc etc...
          BASIC is all i've ever used.

          Doesn't sound good ::)

          Try getting a "modern" language and making a Windowing engine. That is something which allows the user to make and manipulate windows which may (or may not) contain useful information and content ;)

          That should keep you busy for a while...
          « Last Edit: October 27, 2006, 05:47:19 PM by Neil »

          joseph0829

          • Guest
          Re: Does anyone know of a BASIC....
          « Reply #4 on: October 29, 2006, 02:14:25 AM »
          For you have to learn from the start if you're trying to build a unique operating system. Learn from Basics C++.... form "printf" thing, to "cout" things...

          Enroll BSInformation Technology if you want...

          Rob Pomeroy



            Prodigy

          • Systems Architect
          • Thanked: 124
            • Me
          • Experience: Expert
          • OS: Other
          Re: Does anyone know of a BASIC....
          « Reply #5 on: October 31, 2006, 01:37:52 PM »
          Quote
          Quote
          [highlight]Because I'm trying to build an OS[/highlight] but I don't know [highlight]ANYTHING about C++, C, Assembly,[/highlight] etc etc...
          BASIC is all i've ever used.

          Doesn't sound good ::)
          ROTFLMAO

          How true!
          « Last Edit: October 31, 2006, 01:38:09 PM by robpomeroy »
          Only able to visit the forums sporadically, sorry.

          Geek & Dummy - honest news, reviews and howtos

          linuxlover

            Topic Starter


            Hopeful
          • That's not Data!
          • Thanked: 2
            Re: Does anyone know of a BASIC....
            « Reply #6 on: November 10, 2006, 02:57:01 PM »
            I AM using a modern BASIC (Just Basic) but its a Windows-only BASIC. I want something that compiles to native machine code.
            System Specs:
            AMD Athlon 64 3200+
            1024MB DDR400
            GeForce 7600GS
            160GB SATA II
            500-watt PSU
            Techforumz.tk

            Neil



              Expert
            • Fear me Track. Noone can escape my wrath.
            • Thanked: 3
              Re: Does anyone know of a BASIC....
              « Reply #7 on: November 10, 2006, 06:06:37 PM »
              As far as I know, most languages compile to native machine code. What BASIC are you using, percisely?

              GX1_Man

              • Guest
              Re: Does anyone know of a BASIC....
              « Reply #8 on: November 10, 2006, 06:47:59 PM »
              Quote
              Because I'm trying to build an OS but I don't know ANYTHING about C++, C, Assembly, etc etc...BASIC is all i've ever used.

              Do you know anything about compiled vs. interpreted language? You should:

              http://en.wikipedia.org/wiki/Compiler

              QBasicMac

              • Guest
              Re: Does anyone know of a BASIC....
              « Reply #9 on: November 14, 2006, 02:43:58 PM »
              Quote
              Because I'm trying to build an OS

              I am curious. Why do you want to "build an OS"??

              In its full meaning, this would require about 5-10 really expert programmers a year or more.

              I presume you really mean you want to use the OS you already have, but would like to develop a menu so you can select stuff you want to do.

              Please explain your whole project - the reason for doing it, etc.

              Mac

              « Last Edit: November 14, 2006, 02:44:33 PM by QBasicMac »

              Neil



                Expert
              • Fear me Track. Noone can escape my wrath.
              • Thanked: 3
                Re: Does anyone know of a BASIC....
                « Reply #10 on: November 15, 2006, 08:46:16 AM »
                Quote
                Yea Hi

                The only basic compiler that can support all your requirements is Microsoft's Visual Basic.   However It compiles to .Exe and not to .Com  

                That is self-contradictory.

                And besides, even if it could compile to .COM, it does not have the features that Linuxlover requires.
                « Last Edit: November 15, 2006, 08:46:48 AM by Neil »

                steelegbr

                • Guest
                Re: Does anyone know of a BASIC....
                « Reply #11 on: November 16, 2006, 02:19:35 PM »
                Quote
                Yea Hi

                The only basic compiler that can support all your requirements is Microsoft's Visual Basic.   However It compiles to .Exe and not to .Com  

                VB doesn't actually compile! It is interprited but after being converted to a sort of sub-language. Kinda like JAVA  (you'd be just as successful there writing an operating system).

                Neil



                  Expert
                • Fear me Track. Noone can escape my wrath.
                • Thanked: 3
                  Re: Does anyone know of a BASIC....
                  « Reply #12 on: November 17, 2006, 08:43:48 AM »
                  Quote
                  VB doesn't actually compile!

                  http://en.wikipedia.org/wiki/Visual_Basic

                  Quote
                  Visual Basic 5.0 also introduced the ability to create custom user controls, as well as the ability to compile to native Windows executable code, speeding up calculation-intensive code execution.

                  steelegbr

                  • Guest
                  Re: Does anyone know of a BASIC....
                  « Reply #13 on: November 17, 2006, 10:45:08 AM »
                  Quote
                  Quote
                  VB doesn't actually compile!

                  http://en.wikipedia.org/wiki/Visual_Basic

                  Quote
                  Visual Basic 5.0 also introduced the ability to create custom user controls, as well as the ability to compile to native Windows executable code, speeding up calculation-intensive code execution.

                  I suppose but it really depends on which version you use. VB.NET uses this method where it goes into Microsoft Intermediate Language and is compiled / interpreted by the end user.

                  linuxlover

                    Topic Starter


                    Hopeful
                  • That's not Data!
                  • Thanked: 2
                    Re: Does anyone know of a BASIC....
                    « Reply #14 on: November 22, 2006, 07:56:34 PM »
                    I'm trying to enhance Linux to create a gaming console from old hardware. Something like the PS3 but without the $600+ price tag.
                    System Specs:
                    AMD Athlon 64 3200+
                    1024MB DDR400
                    GeForce 7600GS
                    160GB SATA II
                    500-watt PSU
                    Techforumz.tk