-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delphi 10.2.1 32-bit build attached #4
Comments
Hi @dslutej I do not have window 10 :) so thanks for your support. That's very kind. I'll use your zip tomorrow |
@dslutej I looked at your zip file, there is only the exe file. I thought you included your quick fixes on it. You can submit them either on PR or give me a zip. Anyway I try to execute your exe on my Windows XP (32bits) but it failed when linking the dsound.dll during the middle of the loading process. I just noticed that the loading text is truncated. |
PS: oh ok now it's working, I just unchecked "enabling sound" :) |
Oops, my bad. Here are the missing pas files as well. Yeah, sounds I have ignored. :-D |
Hi @dslutej ! I cannot apply all your fixes (specialy concerning DirectX) it does not compile on Delphi5. What's happening when compiling on Delphi 10 with the original code ? Is it compile with warnings or just failing ? I'm thinking to add some conditional code to check on which Delphi version you have. But I not sure how to do that (make long time I did not program in Delphi). |
I change some code and complie is OK, not check error!!! |
@dung059 Thank you for your commit :) Unfortunately I'm still stuck on Windows XP and Delphi 5 (I have to upgrade everything) and I have compilation errors with your patch (my Delphi knowledges get rusty) so I'll rename my master branch or push your change in special branch. What configuration do you have ? |
Master branch is based on Delphi 5 and Windows XP. Apply patches suggested by dslutej and dung059 in #4 for newer Delphi and Windows versions.
@dung059 you are right I noticed a regression loading no cars. I dunno this was working before. Quick and dirty patched on master |
Here you go, Ecstasy built with Delphi 10.2.1, small quick fixes to get it to build. Tested on Windows 10 64-bit.
Ecstasy.zip
The text was updated successfully, but these errors were encountered: