I used DirectX in projects on Borland C++ Builder 6.0.
Microsoft .libs don't work with Builder so I tooe special .lib files from here: http://www.clootie.ru/cbuilder/index.html#DX_CBuilder_SDKs
Now I've moved to C++ Builder 10 Berlin and have to find a way to attach DirectX to my project again.
I've searched the Web but found nothing on how to get access to DirectX in Embarcadero Builders, only old information on Borland Builder and old .libs.
DirectX SDK .libs still can't be used with new Builder 10 because of incompatible format.
My question is: did anyone use DirectX with Embarcadero Builder and how did you solve .libs problem?
Can anyone give me a guide or example on how to make DirectX accessible in your Builder 10 project?
Why there is no information on this anywhere?