Thanks, Pete!

It looks like the dlls are built in ...\lib and then copied to ..\bin - good thing to know!

Now I'm getting an error about a procedure entry point not being found; most likely problems from what I've read are maybe a MinGW created dll being encountered in the path before the MSVC2008 created dll (a definite possibility!), or possibly the project not being set up correctly.

In any case, thanks for clearing up why the dlls were not being rebuilt!

sak