Subj : Re: Unsuccessful dll in c To : borland.public.cpp.borlandcpp From : "dyzmond" Date : Thu Aug 07 2003 11:37 am USELIB("*.lib "); in unit1.h Użytkownik "Eli" napisał w wiadomości news:3f31e4b8$1@newsgroups.borland.com... > > 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(); > } .