This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

DLL Linking Problem


Hi All,

I have written a simple dll using VC++ compiler and now i am trying to link the same to my code running in cygwin environment.

I have created a definition file and using dlltool i have generated .a file. 
I was able to compile and link program successfully but i am facing one problem when i am trying to run the program. it is saying that entry point for the funtion is not defined in the dll.

Note :The dll file, def file and sample program using dll is also attached.

Please help me in this regard.

Thanks and best regards,
Niraj Agarwal
Senior Member Technical Staff
Network Programs(I) Ltd.
Noida



Attachment: TestDll.cpp
Description: Binary data

Attachment: TestDll.h
Description: Binary data

Attachment: TestDll.def
Description: Binary data

Attachment: TestMain.c
Description: Binary data

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]