MS VC ver 6.0 dynamicly linked mfc libs problem 
Author Message
 MS VC ver 6.0 dynamicly linked mfc libs problem

Look at the MoveFileEX API.

--
Visit: http://www.*-*-*.com/



Fri, 13 Jul 2001 03:00:00 GMT  
 MS VC ver 6.0 dynamicly linked mfc libs problem

Quote:
> project is built
> as dynamicly linked MFC libs
> with MS VC ver 6.0

> problem with distribution to other pcs-
> requires a bunch of latest DLLs
>    MSVCRT*.DLL, MFC4*.DLL etc...etc...etc...

> some of them are in use by the system, so cant overwrite in place

> how do i distribute the dlls without using some installshield product

Rebuild your app with static linking. As long as you are not trying to use
ActiveX compnents, this will result in a smaller, more reliable application,
and will eliminate such installer problems.

--
Jim Johnson
Metaphoric Software
-------------------
Makers of Techno Toys
Software for Electronic Music
http://www.technotoys.com



Sat, 14 Jul 2001 03:00:00 GMT  
 MS VC ver 6.0 dynamicly linked mfc libs problem

Quote:

> > project is built
> > as dynamicly linked mfc libs
> > with MS VC ver 6.0

> > problem with distribution to other pcs-
> > requires a bunch of latest DLLs
> >       MSVCRT*.DLL, MFC4*.DLL etc...etc...etc...

> > some of them are in use by the system, so cant overwrite in place

> > how do i distribute the dlls without using some installshield product

> Rebuild your app with static linking. As long as you are not trying to use
> ActiveX compnents, this will result in a smaller, more reliable application,
> and will eliminate such installer problems.

In support of this, the Office 2000 beta is statically linked, so MS
agrees.


Sun, 15 Jul 2001 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. MS VC ver 6.0 dynamicly linked mfc libs problem

2. Help! MS C/C++ ver 7.0, Link problem

3. VC 4.2 link error linking static libraries from VC 6.0

4. From Microsoft C ver 6.0 to MS Vicual C++

5. Problems linking libs using MFC...

6. Problem linking with Crystal Reports and MS VC++ 6.0 Professional

7. Can VC 6.0 statically link to MFC?

8. I look for c microsoft ver 6.0 or ver 7.0 for [dos] urgently

9. MS VC ver 6 Pro question

10. Linking MS Cv6.0 libs to Turbo C

11. linking ms libs in TC++

12. Link Errors in VC.net that don't appear in VC 6.0

 

 
Powered by phpBB® Forum Software