Jump to content

Ywa

Members
  • Posts

    256
  • Joined

  • Last visited

Posts posted by Ywa

  1. Hi guys,

     

    I tried to generate delphi headers with Wchris his tools and tried to PM him (no answer yet). But I bet there are a few couple more Delphi experts here who could help me out.

     

    Whenver I try to compile LeadWerks.pas I get around 15 times the same compilation error, which is: [DCC Error] E2026 Constant expression expected.

     

    It happens on lines which contain a PAnsiChar constant. Specifically the ones with a ='VALUE' behind it. Removing these does make the sourcecode compile, but it's not a good solution since it removes the default values.

    procedure LESetEntityKey ( entity:TEntity; hkey:PAnsiChar; hvalue:PAnsiChar='1' ); stdcall; external ENGINE_DLL name 'SetEntityKey';

     

    Also, I don't know if it's related to this. But my test application also gives a can't open scripts/class error when I load a scene. And a crash (not related to the scene loading) on application close related to atioglxx.dll (Win7 x64, HD4870 with Catalyst drivers 10.3)

     

    Any help with this would be great.

     

    - Ywa

  2. The HUD looks nice. Although I never liked most MMORPG GUIs/HUDs.

     

    Why not stick to a simple/easy one so more people understand what everything does.

  3. I don't see why tutorials for all languages should be provided. Most coders can read code from other languages fine and port that code to their own wished language.

     

    For example, I worked with another engine before that supported Delphi. But didn't had any tutorials for it. I just read C# and C++ tutorials and I managed to make some cool stuff afterwards. I suppose same thing will happen when I start with developing Leadwerks.

  4. Oh that's great then! ;)

     

    Just a few questions (not related to Delphi though) before I buy a license.

    - Can I release a game with this without any crediting & additional payments?

    - Does that mean all costs are just $200,- per developer?

    - Are there any things I should know before I start working with this (license stuff)?

     

    Thanks in advance guys! :)

  5. That's great. Could you verify this is possible and that the Delphi libraries/headers are still relatively up to date?

     

    (I don't want to spend 200 euros for nothing you know :))

     

    Thanks for your fast reply by the way. ;)

  6. Hi guys,

     

    This engine really looks great and I'm highly interested in using this for a project.

     

    However, this project will be coded in Delphi/Object Pascal. I read on the wiki that Leadwerks supports Delphi. Is this supported like any other version or can I request the header files by the developers? (after I've bought a license of course)

     

    Thanks in advance.

     

    - Ywa

×
×
  • Create New...