Could you please release EVAL.OBJ from EVALLIB.ZIP also in EVAL.LIB format?
Thank you in advance!
Awesoken at
Re: EVALLIB
If you use VC6, then you would simply type "lib eval.obj" to generate eval.lib from eval.obj. Then in my in-line makefile, you would replace "eval.obj" with "eval.lib".
Alex at
Thank you, Ken!
Is it possible also to generate EVAL.DLL from EVAL.OBJ? If it is yes then could you please show me how...
Thanks in advance!
[UPD] Found an interesting link on how to convert static .LIB to .DLL with MSVC: http://social.msdn.microsoft.com/Forums/en-US/vclanguage/thread/d1fc2aac-4ac7-4c11-83c0-d67b25d1b367/ Will try to see if it will work for me...