Jump to content

Ywa

Members
  • Posts

    256
  • Joined

  • Last visited

Everything posted by Ywa

  1. Well, I regenerated the Leadwerks.pas file. And it compiles ok now. Didn't test any functions which utilize the AnsiString-type yet. For the crash. I basically get it with your SimpleFWExample code. And even a stripped down version of it. I could send you the exe, but the path of our LE installations may vary.. so that would not work anyways. Guess it's an ATi + Delphi problem then. I might move to C++ anyways. Thanks for now.
  2. Thanks Wchris. Already managed to get it compiling, but my method caused some instability with those functions. So I'll try your PascalTypes.txt method instead. Would be great indeed if you can compile a Delphi test project that works fine on yours. - Ywa
  3. Ywa

    Net Wars

    Draw real lines. Don't use textures for drawing lines.
  4. 2 years? Source? As far as I know both X360 and PS3 will stay for atleast another 4 to 5 years.
  5. Ah thanks. That fixes the error box (I use abstract stuff now). However, I still get a crash as soon as I close my application.
  6. Open the script editor, and load a script from the Games folder. Then run the script.
  7. 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
  8. Hi guys, What are the details I can use to read some of the private PDF documents? Do I need to use a specific username with my key, or what? Thanks in advance. - Ywa
  9. Ywa

    Aerora

    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.
  10. 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.
  11. Thanks again guys. Will probably get a license for myself and a friend then. - Ywa
  12. This is too good to be true compared to other engines. One last question (just to be sure). Are licenses for life time & for all coming updates. Or only for minor updates and such?
  13. 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!
  14. Wow, if that works it would be great. Still.. is there any way you guys can check if it generates? (I can't since the download is protected, plus I don't have the C++ header anyways)
  15. 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.
  16. 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...