Re: JNI problems, dll generation with Visual studio 8, repost
Krishna wrote:
should i generate the dll with /MT option or /MD option. my dll
implements heavy math computations. what steps should i take if my
java application should run in a fresh system that does not have visual
studio installed.
From memory /MD but it's a long time ago, anyway the one with the
shared C library DLL.
All Windows systems have one or more versions of MSVCRTxx.DLL installed
and that's all your DLL will need. Your installer can make sure the
right version is there, or install it if absent. Don't ask me how.
.
Relevant Pages
- Re: Control Panel Add/Remove Programs shuts down pc
... I d/loaded and installed Java 5.0 this afternoon ... I added the -1 to Uninstall now am allowed to open add/remove without ... All that does is remove Installer remnants from the Registry ... don't have it installed under Windows XP ... ... (microsoft.public.windowsupdate) - Re: Control Panel Add/Remove Programs shuts down pc
... that does not remove Java from ... All that does is remove Installer remnants from the Registry ... don't have it installed under Windows XP ... ... Reboot and then try and access Add/Remove. ... (microsoft.public.windowsupdate) - Re: Control Panel Add/Remove Programs shuts down pc
... Except for the Hot Fixes and the screw up with Java, ... If you Export the Uninstall key, you can open the .reg file and peruse it ... All that does is remove Installer remnants from the ... don't have it installed under Windows XP ... ... (microsoft.public.windowsupdate) - Re: Java Solution
... Karl, you do realize that you just called a member of the Fedora Engineering Steering Committee stupid, right? ... By the way, the jedit installation FAQ explicitly says: "To run the installer, do whatever you normally do to run a Java jar archive. ... (Fedora) - Re: Java Solution
... installer, do whatever you normally do to run a Java jar archive. ... just painfully slow and brought up only a blank jedit installer ... so all three java alternatives seem to work fine ... (Fedora) |
|