Jason Posted May 3, 2005 Share Posted May 3, 2005 It seems like the there are 3 options: */ excise the MessageBox() calls in the source and recompile the library. Easy. */ provide our own definition for MessageBox() */ figure out a way to link in a .dll - can we even do this with the HDK? ... any preference? I'd just find it useful if we didn't have to compile the library -and instead just download the .lib file. Quote Link to comment Share on other sites More sharing options...
George Posted May 6, 2005 Share Posted May 6, 2005 I don't know anything about ODE, but MessageBox() sounds to me like a Windows system call, which can be found in User32.lib. So you just have to include that in your link paths (I think you can add it to the DEFAULTLIB: option on the linker command line). I think the HDK should let you link against user32.lib without too much pain. If this has nothing to do with the Windows MessageBox() call, please ignore/delete, I will return quietly to my crawlspace. George. Quote Link to comment Share on other sites More sharing options...
Jason Posted May 6, 2005 Author Share Posted May 6, 2005 Yes, I believe its in USER32.dll I'll try the link option! Thanks!! 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.