Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 51

Thread: TurboExplorer

  1. #21

    TurboExplorer

    Does your Exe use the VCL? If it does, that will explain the increase in Exe size as there have been quite a few enhancements to the VCL in BDS 2006. There are also language enhancements to the compiler.
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  2. #22

    TurboExplorer

    I discovered yesterday that I would get errors whenever I tried to set a string by using
    pstring(allocatedpointer)^ := 'test';

    I can easily reproduce it and the exact same code works fine in Delphi 7
    Peregrinus, expectavi pedes meos in cymbalis
    Nullus norvegicorum sole urinat

  3. #23

    TurboExplorer

    Like Czar I am totally confused.

    I am using (a paid version) of Delphi 7 Pro.
    I am making games using DanJetX (DX Headers based on Clootie Headers).

    So does it make sense for me to download that Delphi for win 32 now? Is it totally free, will mye headers (I have them open source, path included in library, and components added) still work?

    Is it better, am I allowed to use it commercial?

    Thanks,
    Firle

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

    TurboExplorer

    My understanding is that you will NOT be able to add new components to the compoent pallette in the free version. However the headers and other dynamincally created classes and components will work fine in your projects.

    You may sell projects developed in the Free version of Turbo Delphi.
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  5. #25

    TurboExplorer

    Quote Originally Posted by JSoftware
    I discovered yesterday that I would get errors whenever I tried to set a string by using
    pstring(allocatedpointer)^ := 'test';

    I can easily reproduce it and the exact same code works fine in Delphi 7
    Do you get compile time or run time errors?
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  6. #26

    TurboExplorer

    Just recieved an access violation and it shut down on run
    Peregrinus, expectavi pedes meos in cymbalis
    Nullus norvegicorum sole urinat

  7. #27

    TurboExplorer

    Where is Turbo Delphi Explorer dcc32.exe? %)

  8. #28

    TurboExplorer

    There is none! It's a limitation of free version!
    There are only 10 types of people in this world; those who understand binary and those who don't.

  9. #29

    TurboExplorer

    Quote Originally Posted by JSoftware
    Just recieved an access violation and it shut down on run
    A bit more info. AV in the IDE or where?
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  10. #30

    TurboExplorer

    Quote Originally Posted by cairnswm
    My understanding is that you will NOT be able to add new components to the compoent pallette in the free version. However the headers and other dynamincally created classes and components will work fine in your projects.

    You may sell projects developed in the Free version of Turbo Delphi.
    Does this mean that DelphiX won't work?

Page 3 of 6 FirstFirst 12345 ... 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
  •