I tried to modify an old application. This application was programmed in Borland C++, and the last programmer lost the header files (.h). I can not compile the program with new modifications. The folder of the application project contains the last object files (.obj).
My question is:
Can I convert those object files to header files?
I tried to convert the files using obj2opengl.pl
, but it did not work.