Add External Include Folders and Libraries to C/C++ Projects using Visual Studio 2022

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024

ความคิดเห็น • 38

  • @Yarizard
    @Yarizard ปีที่แล้ว +10

    Finally! Thank you so much, I'm new to programming and you helped me a ton.

  • @TheIllerX
    @TheIllerX 2 ปีที่แล้ว +2

    Very good. Straigtforward tutorial containing exactly the info needed.

  • @Conqueran
    @Conqueran ปีที่แล้ว +1

    very helpful. Finally made progress

  • @SK0M4ADC7
    @SK0M4ADC7 ปีที่แล้ว

    Very helpful, Sir. Thank You, from Brazzil!!!

  • @merle17
    @merle17 2 ปีที่แล้ว +8

    This is a very bad way of doing this, if you upload the project to say git. The person using your project will have a completely different folder structure and will be greeted with thousands of linker errors on initial build.

    • @cubedude8690
      @cubedude8690 ปีที่แล้ว +3

      how _should_ I do it then?

    • @VerzatileDev
      @VerzatileDev ปีที่แล้ว +1

      @@cubedude8690 What he meant he was using Direct Route to the Folders Instead you should be Expecting that you use From Root " so /lib or /include instead " So Root Directory / Sub Directory Files.

    • @조현우-n9g
      @조현우-n9g 9 หลายเดือนก่อน

      ​@@VerzatileDev what do you mean? I can't understand plz help

    • @VerzatileDev
      @VerzatileDev 9 หลายเดือนก่อน

      @@조현우-n9g read about relative or absolute paths in visual studio or in programming

  • @virus9250
    @virus9250 2 ปีที่แล้ว

    Amazing job. thanks a lot we need more videos like this.thanks again.

  • @novaintrovert
    @novaintrovert ปีที่แล้ว

    Thank you for your clarification~!😄

  • @garetgreen3522
    @garetgreen3522 ปีที่แล้ว

    Thank You!

  • @user-hj2ed5pe6j
    @user-hj2ed5pe6j 2 ปีที่แล้ว

    How to do it manually? Please make a video on that. How to do it without any IDE.

  • @trenthogan4212
    @trenthogan4212 ปีที่แล้ว +3

    My god, why do they make it so complicated to add one single library file? This is ridiculous.

    • @naits95
      @naits95 ปีที่แล้ว

      engineers making engineer tools

  • @sivamuthu-rp2tp
    @sivamuthu-rp2tp 8 หลายเดือนก่อน

    usefull thanks lott

  • @imveryhungry112
    @imveryhungry112 ปีที่แล้ว +1

    Why do they make you do it like this? Why cant you just drag it into the solution explorer or something. I feel like they purposefully make this product un user friendly I dont understand why tho

    • @trenthogan4212
      @trenthogan4212 ปีที่แล้ว +1

      I agree, this seems ridiculous

  • @dioutoroo
    @dioutoroo ปีที่แล้ว

    Hi, for me it's saying "there are no property pages for the selection". How can I fix this? Thank you

  • @ajayjadhav900
    @ajayjadhav900 2 ปีที่แล้ว +1

    How to include sub-directories in Visual Studio?
    I have to include many header files, which are in different sub-directories. Is there a way in Visual Studio (I am using 2013 edition) to set one include path that Visual Studio will search also the sub-directories for header files?
    My Project is in C/C++.
    Add the "base folder" to the project (project properties -> Configuration Properties -> C/C++ -> Additional Include Directories, "additional include directories")
    I have tried the above option but it is not possible for me to add each and every directory followed by a semicolon.
    I have total 60 + different C C++ sub-directories

    • @BoostMyTool
      @BoostMyTool  2 ปีที่แล้ว +3

      you need to include the file with the full path starting from the base folder. if your file is in basefolder/folder1/file1.h you need to include it like this: #include

    • @ajayjadhav900
      @ajayjadhav900 2 ปีที่แล้ว +2

      @@BoostMyTool there are almost 500+ header files and it is the project of reputed product, it is not possible for me to update each and every file?
      Any alternative solution?

  • @manueldechecchi1884
    @manueldechecchi1884 ปีที่แล้ว

    mate, can i ask a question ?

  • @pierreboyer9277
    @pierreboyer9277 ปีที่แล้ว

    Thanks

  • @coolbrotherf127
    @coolbrotherf127 ปีที่แล้ว

    Very helpful

  • @paulo0651
    @paulo0651 2 ปีที่แล้ว +1

    I can't find the linker tab

  • @ManMan-cl1gg
    @ManMan-cl1gg ปีที่แล้ว

    Thank you

  • @LLL124Original
    @LLL124Original 2 ปีที่แล้ว

    Thank you.

  • @purnimarawat237
    @purnimarawat237 2 ปีที่แล้ว

    Can we do the same for cs50 library to vscode?

  • @whocares4598
    @whocares4598 2 ปีที่แล้ว

    Thanks bro.

  • @daxtermaster6793
    @daxtermaster6793 6 หลายเดือนก่อน

    Didn't work :(

  • @jokarjapan
    @jokarjapan 2 ปีที่แล้ว

    Very thanks , Long live your hand (^_^)

  • @swaggermango5158
    @swaggermango5158 ปีที่แล้ว

    Why is his visual studio look so old??

  • @zertyuz
    @zertyuz ปีที่แล้ว

    based video

  • @Apakekdah
    @Apakekdah 2 ปีที่แล้ว

    Thanks gan

  • @Moccalocca100
    @Moccalocca100 2 ปีที่แล้ว

    the f are you doing