Subj : Unsuccessful dll in c To : borland.public.cpp.borlandcpp From : "Eli" Date : Wed Aug 06 2003 11:33 pm Please tell me what should I do for accompanying my dll inside a c (not c++) program. I tried: #include"mydll.dll" and #include"mydll.lib" and also __declspec(dllimport) void f(void); void main() { f(); } .