This is the mail archive of the cygwin@sourceware.cygnus.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]

Creating a dll problem.


I have a number of C libraries that I want to make into a dll that can
be callable from VB5.
I created a DEF file called mylib.def

I ran dlltool as follows,

dlltool --def mylib.def --output-exp mylib.exp --dllname mylib.dll

I then tried to create the mylib.dll using,

gcc -o mylib.dll libmy1.a libmy2.a -dll -mrtd

I then get the error,

e:\b18\H-i386-cygwin32\lib\gcc-lib\i386-cygwin32\cygnus-2.7.2-970404\../
../../../i386-cygwin32\lib/libcygwin.a(libcmain.o)(.text+0x54):libcmain.
cc: undefined reference to `WinMain@16'

What am I doing wrong (or even right)?

The libmy1.a and libmy2.a are simple C modules performing normal C
processing. (I have even performed the above with a couple of dummy
modules that just add a number).

Ian Collins. 
KIWIPLAN NZ.


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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