GuvaCode / Phoenix-Game-Framework

The Phoenix Game Framework is a set of classes for helping in the creation of 2D and 3D games in pascal.
Other
27 stars 5 forks source link

Website / Download gone? #6

Closed DLPB2 closed 2 months ago

DLPB2 commented 3 months ago

Hi,

https://www.pascalgamedevelopment.com/forum.php your engine appears to be missing a working download link from here. Do you no longer have a website or anywhere the project is based?

GuvaCode commented 3 months ago

I do not even know who the original author of the engine was. I'm just keeping it in more or less working order.

If you need the original code, you can search for it here https://web.archive.org/web/20240000000000*/%20%20%20%20http://www.phoenixlib.net

DLPB2 commented 3 months ago

I see. One last question -- do you knowif this works on Lazarus 32 bit? I tried to get it working but it threw up a load of errors when trying to install package. 64 bit seems to work.

GuvaCode commented 3 months ago

Can I get more details?

DLPB2 commented 3 months ago

When trying to install on 32 bit Lazarus, the package pgf.lpk complains that libglfw3dll.a isn't found, prob because path for 32 bit isnt including x86_64-win64. If you force path, it will then complain numerous dll functions don't exist. Presumably because the package is compat only with 64 bit lazarus.

GuvaCode commented 3 months ago

I have added a library for win32. Please check, I don't have windows

DLPB2 commented 3 months ago

The package now compiles and installs successfully, but when running one of the demo programs with the 32 bit dll the error is "Execution stopped with exit code -1073741515 C00001352

I have enabled 32 bit program in project options also.

DLPB2 commented 2 months ago

False alarm -- it's just DLL wasnt present in the folder where the executable was created