Re: having trouble linking a library into a DLL

2010-08-20 Thread Cody Rose
It doesn't change anything (other than now correctly naming the useless ATA.lib canto.lib). == Quote from Stanislav Blinov (bli...@loniir.ru)'s article > 20.08.2010 1:04, Cody Rose wrote: > try using -L/IMPLIB:canto.lib > > I'm trying to create a Windows DLL as described in the tutorial at > >

Re: having trouble linking a library into a DLL

2010-08-20 Thread Stanislav Blinov
20.08.2010 1:04, Cody Rose wrote: try using -L/IMPLIB:canto.lib I'm trying to create a Windows DLL as described in the tutorial at http://www.digitalmars.com/d/2.0/dll.html. I got the basic example working fine, but if I try to get more complicated, it doesn't work. Specifically, I'm trying to

having trouble linking a library into a DLL

2010-08-19 Thread Cody Rose
I'm trying to create a Windows DLL as described in the tutorial at http://www.digitalmars.com/d/2.0/dll.html. I got the basic example working fine, but if I try to get more complicated, it doesn't work. Specifically, I'm trying to link another static library into my DLL (the project is called canto