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. Removal of class from library

Removal of class from library

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++help
4 Posts 3 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.
  • S Offline
    S Offline
    Still learning how to code
    wrote on last edited by
    #1

    Hello,   This is probably a very silly question, but it's got me beaten !! I am running MSVC++ Ver 6.0 and want to remove a class from my libary.   I deleted the CPP and H files from the folder (and they subsequently disappeared from the Class View) but on rebuild I get error C1083 (can't find source file !!).   The dsp file references the class sources files that have been romoved, but I'm not allowed to edit this file.   How do I fix this so that the compiler ignores the removed class ?   Many thanks !

    Doug

    A C 2 Replies Last reply
    0
    • S Still learning how to code

      Hello,   This is probably a very silly question, but it's got me beaten !! I am running MSVC++ Ver 6.0 and want to remove a class from my libary.   I deleted the CPP and H files from the folder (and they subsequently disappeared from the Class View) but on rebuild I get error C1083 (can't find source file !!).   The dsp file references the class sources files that have been romoved, but I'm not allowed to edit this file.   How do I fix this so that the compiler ignores the removed class ?   Many thanks !

      Doug

      A Offline
      A Offline
      Adam Roderick J
      wrote on last edited by
      #2

      I think u forget to remove from dsp. Remove those files from the tree view shown on VC6.0 IDE.

      Величие не Бога может быть недооценена.

      1 Reply Last reply
      0
      • S Still learning how to code

        Hello,   This is probably a very silly question, but it's got me beaten !! I am running MSVC++ Ver 6.0 and want to remove a class from my libary.   I deleted the CPP and H files from the folder (and they subsequently disappeared from the Class View) but on rebuild I get error C1083 (can't find source file !!).   The dsp file references the class sources files that have been romoved, but I'm not allowed to edit this file.   How do I fix this so that the compiler ignores the removed class ?   Many thanks !

        Doug

        C Offline
        C Offline
        Cedric Moonen
        wrote on last edited by
        #3

        DougButtimer wrote:

        The dsp file references the class sources files that have been romoved, but I'm not allowed to edit this file.

        Why are you not allowed to edit this file. You don't need to edit it manually, you only have to open it with visual studio and your full project will be loaded. Then in the workspace tree you simply have to delete the files, they will be removed from the build.

        Cédric Moonen Software developer
        Charting control [v2.0] OpenGL game tutorial in C++

        S 1 Reply Last reply
        0
        • C Cedric Moonen

          DougButtimer wrote:

          The dsp file references the class sources files that have been romoved, but I'm not allowed to edit this file.

          Why are you not allowed to edit this file. You don't need to edit it manually, you only have to open it with visual studio and your full project will be loaded. Then in the workspace tree you simply have to delete the files, they will be removed from the build.

          Cédric Moonen Software developer
          Charting control [v2.0] OpenGL game tutorial in C++

          S Offline
          S Offline
          Still learning how to code
          wrote on last edited by
          #4

          Adam/Cedric,   Thank you for your advice !   All fixed now - put it down to ignorance !! :-D

          Doug

          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