BrianK Posted March 24, 2005 Share Posted March 24, 2005 If I want to make a library of my own functions to link into my own HDK (under win32), what sort of lib should I make? Through "hcustom -d", Houdini appears to like it's dso's to use /MD, or multithreaded dll. I'm guessing my libs should be the same? Anyone know? I experimented with this what must be a hundred years ago but my poor brain no longer has access to that data. Quote Link to comment Share on other sites More sharing options...
edward Posted March 25, 2005 Share Posted March 25, 2005 Yes, /MD. In H7, you can easily see all of this by examining Makefile.win in $HFS/toolkit/makefiles. On Windows, you can use Makefile.gnu (for gnu make) or Makefile.nmake (for MSVC's nmake tool). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.