Re: How to create a .DLL file from a .C file?
this question has nothing to do with qt programming. Therefore you are in the wrong forum...
If you only have a .c file, then you need to make a .h or .hpp file to go with it. Then you will need the usual export symbols to make the dll. google for 'c++ dll' - I'm sure there will be plenty of examples.
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
Bookmarks