/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Development/platforms/windows/vs2005.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
1. Visual Studio 2005 (v. 8)
 
2
    http://www.codeproject.com/cpp/vcredists_x86.asp
 
3
    New visual studio is using special manifest files to link againist LibC
 
4
    library. Trying to link the VS2005 builded source in the standard way will
 
5
    lead to the error R6034.
 
6
 
 
7
    The files, of course, are automatically generated by VS2005. But then you
 
8
    are using the plugins compiled with VS2005 in application compiled with 
 
9
    legacy compiler, the nightmare began. Seems the main application is not
 
10
    aware of the manifest files and could not load them, but plugins still 
 
11
    require to load the C library in the modern way, otherwise their loading
 
12
    end ups with error message. Exactly that happens with MyODBC compiled
 
13
    with VS2005.
 
14
    
 
15
    Another interesting problem is mspdb80.dll. It should be in the PATH in 
 
16
    order to operate cl.exe compiler. However, having it in the path may
 
17
    prevent VS2005 IDE from compiling.
 
18
    
 
 
b'\\ No newline at end of file'