Hi everyone,
I am really need help for this one, I try so many way and spend a lot of time but no help.
I want to create an .dll file. But I keep getting message "Warning: DLL has no exports. No import library created. " . I use the dependencywalker to check the dll, and there is no function inside, so I could not use that dll.
To create that dll file, I first have to create a lib file and then create the dll. I already export the function prototypes to a header file, add it to myproject and add it to the target setting.
I also attach my project here, so you can see when I was wrong.
Thank you very much.