Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Sorry for the question.

  1. #1

    Sorry for the question.

    Im sorry in advance for such a noob question. However, im currently working in Vb and C/++ , trying to venture into Pascal. I love Pascal, i actually need to learn it to write macro scripts for a game called Runescape. Well, i need a compiler. I use Windows XP, and tried Freepascal and turbo, but cant get them to run correctly. Any suggestions?? Thanks for your time !


    kyle
    <b>Regards,</b>
    <br /><i>Kyle</i>

  2. #2
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    Sorry for the question.

    Newbies are welcome on this site. Noone gets upset here about newbie questions so no need to apologise (I actually get upsety by the apology )

    The easiest free pascal compiler and IDE to get working is Lazarus (which uses FreePascal as the compiler) - currently there is a lot of effort being put in on this site to get people using Lazarus so look around as there is an introductory post about getting it working avaialble (under the freepascal forum I think)
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  3. #3

    Re: Sorry for the question.

    Quote Originally Posted by Kyle
    im currently working in Vb and C/++ , trying to venture into Pascal.
    Good choice! Follow the Right Way :mrgreen:

    About the compiler, if you tried freepascal, you're right. Maybe you could tell us what problem you got.. You could post the output too.
    Bye!
    If you save your data in a proprietary format, the owner of the format owns your data.
    <br /><A href="http://msx80.blogspot.com">http://msx80.blogspot.com</A>

  4. #4

    Sorry for the question.

    wow thanks alot guys. Great site, im used to getting flamed for asking questions like that.
    <b>Regards,</b>
    <br /><i>Kyle</i>

  5. #5

    Sorry for the question.

    Wow thanks alot guys. Great site, im used to getting flamed for asking questions like that.
    There's nothing wrong with the question. I don't see why you should get flamed for that. It is a bit vague though. Like {MSX} said, tell us more about the errors, if you have them or at least why you think its not working properly.

  6. #6

    Sorry for the question.

    You'll find this to be a very friendly community. Any more details you could give us?

  7. #7
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Sorry for the question.

    Welcome to PGD Kyle.

    Yes many sites you'd find that you'd easily get flammed or have a pot-shot taken at you in no time at all, but this is mostly due to a lack of either maturity or simply bad attitudes. I (and most others here) like to promote newcomers and new programmers alike. Bitting someones head off for asking a question is frowned upon here so if you see it here, it's rare and won't become the norm.

    As for your Pascal questions, There are some greate compilers for not only Windows, but many other great platforms. The hottest of them right now is Free Pascal as it supports a ton of platforms(Win32, Linux, Mac OS (Classic and X), BeOS and we're working at trying to get GameBoy Advanced in there too *crossing fingers* but give it time ). GNU Pascal is another, but it's basically a front layer for GCC. Then, of course, there is good ole' Delphi and Kylix. Lazarus is a very nice IDE for Free Pascal and is developing quite fast lately.

    If you want to try your hand a PalmOS there is a few PP Compiler(opensource, but lacking in docs), HSPascal(made by a former Turbo Pascal developer, but status a little fuzzy) and PocketStudio(commercial, but pretty good).

    I hope that helps to shed some light on the Pascal compiler situation. APIs and libraries... well... thats a whole other world of answers there there are plenty.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  8. #8

    Sorry for the question.

    Ok thanks. I now have Free Pacal installed. I was looking into Lazarus also but the site only offered a linux compatible version. Now that i know how helpful you all are i will ask one more thing just to clarify .. Delphi is not the same as Pascal, but it uses it to create applications?? I mean its a language, but theres also a compiler called delphi from borland?? I guess what im trying to ask is, how are Pascal and Delphi related??

    Thanks for all your help.
    <b>Regards,</b>
    <br /><i>Kyle</i>

  9. #9

    Sorry for the question.

    Ok, Delphi uses Pascal ... though in it's own style. Pascal is the language, though Borland has made "adustments" and "enhancements".

    FreePascal is a little different, though it still uses pascal. Again the language is fundamentally the same, though the style/use is slightly different.

    I hope you enjoy your stay!

  10. #10

    Sorry for the question.

    Also it might be a good idea to mention that FreePascal supports the Delphi style of pascal. All you have to do is write {$MODE DELPHI} in your source. Personally I have never used FreePascal's own dialect I've only used the Delphi dialect with it.
    Signature:
    <br />This is a block of text that can be added to posts you make. There is a 255 character limit

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •