PDA

View Full Version : XNA for Delphi/Pascal



yassersoft
17-11-2009, 09:03 PM
Hello Every One. Where I Get XNA for pascal. I got it for C# Express but dont for pascal

WILL
17-11-2009, 11:51 PM
I've moved this post here and added the title to reflect this question. You are looking at using Delphi Prism by CodeGear. I'll post come links tomorrow about what resources you can look up about it.

noeska
18-11-2009, 06:05 PM
Assemblies are supposed to be language independend so a .net assembly (.dll) written in c# is useable with delphi prism at once.

The commandline editions of delphi prism can be downloaded for free here:
https://downloads.embarcadero.com/free/delphi_prism

And here is howto use XNA with delphi prism aka chrome:
http://chrome.pascalgamedevelopment.com/

paul_nicholls
19-11-2009, 02:04 AM
Here is another link about using XNA and Delphi Prism:

http://blogs.embarcadero.com/pawelglowacki/2008/12/11/38629

cheers,
Paul

WILL
21-11-2009, 12:33 AM
Oh looks like the guys beat me to it. :)

The chrome.pascalgamedevelopment.com link was by Dominique Louis aka "savage" how did a whole pioneering effort to get the old Chrome compiler working with XNA. But thanks to Delphi Prism you just need to translate the XNA SDK over to Object Pascal. :)