Re: [fpc-pascal] implicitly linking FPC-generated .dll from Visual Studio

2010-03-24 Thread Henry Vermaak
On 23 March 2010 18:39, Seth Grover wrote: > First, let me declare my ignorance of MS development and Visual Studio > in general. You say it like it's a bad thing ;) > I've got a FPC-generated .dll file I want to implicitly link with in a > Visual Studio (Visual C++) project. If I understand wha

[fpc-pascal] implicitly linking FPC-generated .dll from Visual Studio

2010-03-23 Thread Seth Grover
First, let me declare my ignorance of MS development and Visual Studio in general. I've got a FPC-generated .dll file I want to implicitly link with in a Visual Studio (Visual C++) project. If I understand what I'm reading, I have to have a "import library" .lib file which corresponds to my .dll.