INTERACT FORUM

Windows => Plug-in Development => Topic started by: RhinoBanga on August 28, 2002, 08:39:36 am

Title: Installation question
Post by: RhinoBanga on August 28, 2002, 08:39:36 am
Matt/Nikolay,

I am about to package a test version of AV and was wondering what MS components you install by default with MJ.

For example there is no point in myself or others including MFC42.DLL in my package if you ship it out already.

I have taken the plunge and converted my app to VC7 so I need to ship out MFC70.dll which unfortunately is 600k compressed.

So can you supply a list?
Title: RE:Installation question
Post by: Nikolay on August 28, 2002, 08:47:45 am
Rhino,

MJ does not distribute MFC. All MJ components are statically linked to the MFC library. You will have to distribute it with your plug-in, or just link to it statically.

Nikolay
Title: RE:Installation question
Post by: RhinoBanga on August 28, 2002, 08:51:21 am
Thanks dude ... I'll have a think about which way to go.

My first thought is "yuck" at statically linking but I can definately see the benefits.