Hai,
i have a vc++ project with different files. Can i make this into one DLL.
Or i have combined the files to a single file.and making the main function as export and the main is using someother functions inside. But whe compling i am getting an error like
error C2448: '<Unknown>' : function-style initializer appears to be a function definition
What could be done for this.
i have a vc++ project with different files. Can i make this into one DLL.
Or i have combined the files to a single file.and making the main function as export and the main is using someother functions inside. But whe compling i am getting an error like
error C2448: '<Unknown>' : function-style initializer appears to be a function definition
What could be done for this.
Comment