include error
-
I'm going to convert a program to a library. First, I delete the project(say foo.dsp) which originally create binary exe-file. Second, insert all header/cpp/resource files which are in foo.dsp into the new one.Third, compile to see how thing's going. To my surprise, many include path errors come out to me. PS: preprocesser definitions are always the same. Please give me some help if you could. TIA -gusd
-
I'm going to convert a program to a library. First, I delete the project(say foo.dsp) which originally create binary exe-file. Second, insert all header/cpp/resource files which are in foo.dsp into the new one.Third, compile to see how thing's going. To my surprise, many include path errors come out to me. PS: preprocesser definitions are always the same. Please give me some help if you could. TIA -gusd
Hi, If you eant convert App to the static Lib I can suggest folowing way: 1) Create Lib project 2) Add necessary files from App to the Lib project while( not success) 3) Compile 4) Do some corrections end while :rolleyes: Vitali
-
Hi, If you eant convert App to the static Lib I can suggest folowing way: 1) Create Lib project 2) Add necessary files from App to the Lib project while( not success) 3) Compile 4) Do some corrections end while :rolleyes: Vitali
Thanks for your advice. But, I'm wondering whether there's some path variable in the foo.dsp file or not. do you know that ?
-
Thanks for your advice. But, I'm wondering whether there's some path variable in the foo.dsp file or not. do you know that ?
Hehe, its may be path variables, Preprocessor defs, and many other conditions. Nobody can tell more without project files :zzz: Vitali
-
Hehe, its may be path variables, Preprocessor defs, and many other conditions. Nobody can tell more without project files :zzz: Vitali
Thanks any way. :-)