Removal of class from library
-
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
-
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
I think u forget to remove from dsp. Remove those files from the tree view shown on VC6.0 IDE.
Величие не Бога может быть недооценена.
-
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
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++ -
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++Adam/Cedric, Thank you for your advice ! All fixed now - put it down to ignorance !! :-D
Doug