I have an exe program I would like to provide an interface that calls for another program, want the interface to make it a DLL file, could you tell me how to write this should be
CodePudding user response:
Pulled out function code rewritten into a DLL is luo
Or open a pipe (or other method of communication between processes), let other programs to indirect call your interface through a pipe
CodePudding user response:
CodePudding user response:
Create a DLL project, take an examination of the past, the code EXE for interface to provide export the corresponding function