I have to write a code in C++ (with Qtcreator). For that I have to use a dll from a supplier but I don't have the .lib file and the .h file.
But with the dll I had an example code in visual studio which work. But no .lib nor .h file in the project. I guess visual doesn't need those files?
I used dotPeek to decompile the dll file and tried to recompile it in visual studio to create a .lib file and .h file. But I'm not familiar with visual studio and didn't succeeded to manage dependencies I guess, and got errors.
Do you think I can get My .lib and .h file by recompile the dll? Or maybe there is a way to do this with the example code? Have you some lead for me? Do you need more info?
Thank you.