Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I've been trying to make a game in Lazarus (FPC - FreePascal Compiler) with DirectX9 (http://clootie.ru). But there isn't any documentation. I don't know much of C/C++ so I can't use the C/C++ tutorials out there.
My question: where can I find tutorials for using DirectX9 with Pascal?
Posted
Comments
Sergey Alexandrovich Kryukov 17-Aug-15 10:02am    
Sorry, this is not documentation-finding service. DirectX documentation and tutorials is readily available.
—SA

1 solution

When you install Lazarus, you will see DirectX units already in place: http://wiki.freepascal.org/FPC_and_DirectX[^].

You can read any DirectX documentation and manuals, just don't try to find it in Pascal and only in Pascal. You can write any code sample in Pascal, just because all the function calls are easy to find in the available Pascal units. This way, learning can be even deeper, because it will save you from the temptation to just load available sample project and play with it. :-) When you do it all by your own hands, you learn more.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900