Click here to Skip to main content
15,890,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

Actually I got SDK from vendor & got sample application too. That sample application was designed in VC++ MFC application (.exe). For my requirement I need to create .dll with some functions exposed to the customer without any GUI form. Customer will pass the parameters to my function.

I am having doubt on following points.

1. Can I make MFC DLL without any GUI form? Is there any chance ?

2. If not , is there any way to convert the above code in to DLL in any of the other VC++ Template ? ( like ATL/ CLR / WIN32 )

Could you please shed some bright light on the above ?

Thanks,
Pattabi.
Posted

Yes, you can do a MFC DLL without GUI.
Anyway, probably you don't need MFC at all. Why do you think you need it?
 
Share this answer
 
Hi,

Thank you very much for your reply.
As I said ,the customer requirement is to give only DLL, Without any forms. I have one sample code with all the necessary functions which is on MFC with some GUI forms. If I modified the above code that is more than enough.

Could you please suggest some tutorial / sample code of the MFC without any forms ???????

Thanks,
Pattabi
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900