JUCE dialog box in a standard Windows application

Hi,
Is it possible to display a JUCE dialog box in a standard Windows application? I have to write a plugin for a third party application, and the plugin needs to display a dialog box. I would like to implement this dialog box with JUCE, but I don’t know how I can develop it?
Thanks in advance,
ninja

Well, as long as you set up the code to initialise and shutdown juce correctly in your app, then you can use it wherever you need to.