c++ - dynamic library don't generate lib file using visual studio 2012 -


i using visual studio 2012 , creared dll without using mfc, generating dll. when specify generate lib file in specific directory using following option:- go proeperties page->advanced->import library ../../../lib/myapp.lib

it not genearting lib file in specified folder. please me .

thanks & regards vikas

see following: may need declare /exports (http://msdn.microsoft.com/en-us/library/7k30y2k5.aspx)

http://msdn.microsoft.com/en-us/library/67wc07b9.aspx see "remarks"


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -