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

Php - Delimiter must not be alphanumeric or backslash -

trac - Modifying workflow to add a status and split on ticket type -

Delphi interface implements -