Jump to content

Messagebox()


Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...