Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Using library built in VC 8.0 or VC 7.0 in Application built in VC6.0

Using library built in VC 8.0 or VC 7.0 in Application built in VC6.0

Scheduled Pinned Locked Moved C / C++ / MFC
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tony_Udz
    wrote on last edited by
    #1

    Hello, I want to use a function from .lib file(which is built on VC 8.0 and VC 7.0) and my application is built in VC 6.0. On calling function (from .lib) i get large number of linker errors. I beleive this is because one of the one of the linker warning "warning LNK4078: multiple ".CRT" sections found with different attributes (40300040)" Please advice. Thanks in Advance!

    S 1 Reply Last reply
    0
    • T tony_Udz

      Hello, I want to use a function from .lib file(which is built on VC 8.0 and VC 7.0) and my application is built in VC 6.0. On calling function (from .lib) i get large number of linker errors. I beleive this is because one of the one of the linker warning "warning LNK4078: multiple ".CRT" sections found with different attributes (40300040)" Please advice. Thanks in Advance!

      S Offline
      S Offline
      Stuart Dootson
      wrote on last edited by
      #2

      tony_udz wrote:

      I want to use a function from .lib file(which is built on VC 8.0 and VC 7.0) and my application is built in VC 6.0.

      You can't use static libraries built with VC 7.0/8.0 with VC 6.0. Full stop. There are no workarounds, it just doesn't work - they're incompatible. Of course, if you could make DLLs out of your static library code, you might get a bit further - but there's lots of different issues there as well.

      Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups