How to create lib file for header file alone.
-
Dear Friends, I have header file named as sample.h. My intention is, I don't want to modified this header by others (programmer). So I decided to create lib file for this header file alone.whether is possible?? I don't know whether my approach is right.. kindly help on this.. your suggestion are highly appreciated. Thanks S. Shanmuga Raja
-
Dear Friends, I have header file named as sample.h. My intention is, I don't want to modified this header by others (programmer). So I decided to create lib file for this header file alone.whether is possible?? I don't know whether my approach is right.. kindly help on this.. your suggestion are highly appreciated. Thanks S. Shanmuga Raja
-
Dear Friends, I have header file named as sample.h. My intention is, I don't want to modified this header by others (programmer). So I decided to create lib file for this header file alone.whether is possible?? I don't know whether my approach is right.. kindly help on this.. your suggestion are highly appreciated. Thanks S. Shanmuga Raja
-
You cannot prevent people from modifying the header file, but it will not be much use to them if it does not match the library that comes with it.
It would be easier to just make a DLL if that is all you are trying to do.
In vino veritas
-
It would be easier to just make a DLL if that is all you are trying to do.
In vino veritas
-
I am not trying to do anything. And whether it's a static library or DLL makes no difference.