INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Installation question  (Read 1188 times)

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
Installation question
« 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?
Logged

Nikolay

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1681
  • Former CTO, JRiver, Inc.
RE:Installation question
« Reply #1 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
Logged

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
RE:Installation question
« Reply #2 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.
Logged
Pages: [1]   Go Up