Thread: Help me please settings Dev-C ++.

  1. #1
    Registered User
    Join Date
    Nov 2015
    Posts
    119

    Help me please settings Dev-C ++.

    Have a good day!
    Help me please settings Dev-C ++. I myself unable to understand your advice is very necessary to me.
    I kind of fulfilled everything written белов








    3.2 Windows, Using Dev-C++ with GCC and MinGW
    You can obtain a copy of Dev-C++, GCC and MinGW as one package from
    The Dev-C++ Resource Site. Installing and setting it up is beyond the scope of this
    tutorial, so from here on, it'll be assumed that it's all in working order.
    As before, start up Dev-C++ and ensure no project or other files are open; we want a clean slate.
    1 Go to File->New Project, choose Empty Project, make sure C++ Project is
    selected and give it any name you wish, click OK
    2 Choose a directory to save the project file, this can be anywhere you wish.
    3 Go to Project->New File, this will hold the source code to your plug-in. Repeat this
    step for any other files you want to add to the project.
    4 Go to Project->Project Options, click on the Parameters tab.
    5 Under C++ compiler, add:
    -DWIN32 -D__NT__ -D__IDP__ -v -mrtd
    6 Under Linker, add:
    ../path/to/your/sdk/libgcc.wXX/ida.a -Wl,--dll -shared
    Just a note here - it's usually best to start with ../, because msys seems to get confused
    with just /, and tries to reference it from the root of the msys directory.
    7 Click on the Directories tab, and Include Directories sub-tab. Add the path to
    your IDA SDK include directory to the list.
    8 Click on the Build Options tab, set the Executable output directory to your
    IDA plugins directory, and Override the output filename to be a .plw file. Click OK.
    9 Move on to section 3.5








    Dev-C ++ error writes certainly do not have the necessary inklyudy.




    That's how it is:


    1 19 E:\V\Untitled33.cpp [Error] ida.hpp: No such file or directory






    Of course, there are those inklyud address in C: \ IDA \ idasdk66 \ include


    while includy DEV another address. Here I do not know what to do.


    I also prescribing that address in Project> Project Optyon> Directories> include Directories, but it did not help
    Last edited by Dmy; 11-19-2015 at 04:58 AM.

  2. #2
    Registered User
    Join Date
    Nov 2013
    Posts
    107
    Project> Project Option> Directories> include Directories

    Then click the search button, which opens the, 'Browse for folder' dialog.

    Find the directory that has ida.hpp, "C: \ IDA \ idasdk66 \ include" then click ok.

    THEN CLICK ADD. I don't think you have also clicked the ADD button.

  3. #3
    Registered User
    Join Date
    Nov 2015
    Posts
    119
    Quote Originally Posted by jim_0 View Post
    Project> Project Option> Directories> include Directories

    Then click the search button, which opens the, 'Browse for folder' dialog.

    Find the directory that has ida.hpp, "C: \ IDA \ idasdk66 \ include" then click ok.

    THEN CLICK ADD. I don't think you have also clicked the ADD button.

    Спасибі велике!! Дякую дуже дуже сильно!! Все вийшло!


    Thanks a lot!! Thank you very very much !! Everything happened!

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Dev-C++ download | SourceForge.net
    Dev-C++ (The one from bloodshed) is unmaintained and 10 years out of date.

    It also has several IDE bugs which trash projects.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. VPN network/IP settings
    By Epy in forum Tech Board
    Replies: 0
    Last Post: 10-11-2012, 12:43 PM
  2. Hi all please in this env settings
    By vijay85 in forum C Programming
    Replies: 1
    Last Post: 02-02-2009, 07:16 AM
  3. Save your settings ?
    By rEtard in forum Windows Programming
    Replies: 5
    Last Post: 05-07-2005, 07:05 AM
  4. Optimization settings
    By Roaring_Tiger in forum C Programming
    Replies: 4
    Last Post: 02-23-2005, 02:53 AM
  5. VC++ settings
    By RR1 in forum C++ Programming
    Replies: 4
    Last Post: 05-06-2003, 04:11 PM