
23 Jan
2005
23 Jan
'05
10:34 a.m.
But you can do the same in you test/Jamfile. Above the reference to the DLL is "<dll>../libs/config/test/link/link_test", of course you would use different paths ;-)
I think Jody wants something different: to test dlopen, which means not linking to the dll, but having the application "know" where it's located at runtime. That's rather harder, but it should be possible for bjam to figure out the path and pass it to the exe on the command line? John.