Thread: Dev-C++ outputting .exe file

  1. #1
    Banned Yuri's Avatar
    Join Date
    Aug 2005
    Location
    Breukelen, The Netherlands
    Posts
    133

    Dev-C++ outputting .exe file

    Hi.
    I once created a program with a project file and etc. and that compiled fine and it create an .exe when compiling. I noticed it again and decided to create a new version of it, I created a new project ( .dev ) and did the exact same thing as the older project, it compiles fine but on some way it doesn't create an .exe, I searched this forum but couldn't find anything, here is my .dev 'source':

    Code:
    [Project]
    FileName=MB II Hider v1.5.dev
    Name=MB II Hider v1.5
    UnitCount=1
    Type=0
    Ver=1
    ObjFiles=
    Includes=
    Libs=
    PrivateResource=MB_II_Hider_v1.5_private.rc
    ResourceIncludes=
    MakeIncludes=
    Compiler=-lwinmm_@@_
    CppCompiler=
    Linker=-lwinmm_@@_
    IsCpp=1
    Icon=MB II Hider v1.5.ico
    ExeOutput=
    ObjectOutput=
    OverrideOutput=0
    OverrideOutputName=MB II Hider v1.5.exe
    HostApplication=
    Folders=
    CommandLine=
    UseCustomMakefile=0
    CustomMakefile=
    IncludeVersionInfo=0
    SupportXPThemes=0
    CompilerSet=0
    CompilerSettings=0000000000000000000000
    
    [Unit1]
    FileName=main.cpp
    CompileCpp=1
    Folder=MB II Hider v1.5
    Compile=1
    Link=1
    Priority=1000
    OverrideBuildCmd=0
    BuildCmd=
    
    [VersionInfo]
    Major=0
    Minor=1
    Release=1
    Build=1
    LanguageID=1033
    CharsetID=1252
    CompanyName=
    FileVersion=
    FileDescription=Developed using the Dev-C++ IDE
    InternalName=
    LegalCopyright=
    LegalTrademarks=
    OriginalFilename=
    ProductName=
    ProductVersion=
    AutoIncBuildNr=0
    I can't figure it out and I never had this problem, could you please help me out, thanks Yuri.

  2. #2
    Banned Yuri's Avatar
    Join Date
    Aug 2005
    Location
    Breukelen, The Netherlands
    Posts
    133
    Never mind guys, I got it fixed now, could a Mod or Admin remove this thread? Thanks Yuri.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    How about sharing your answer with the world so that others may benefit in the future?
    Give a little rather than always taking.

  4. #4
    Banned Yuri's Avatar
    Join Date
    Aug 2005
    Location
    Breukelen, The Netherlands
    Posts
    133
    Oh ok, sorry, I just created a new project file named: MB II Hider, that's all, =\.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. sequential file program
    By needhelpbad in forum C Programming
    Replies: 80
    Last Post: 06-08-2008, 01:04 PM
  2. To find the memory leaks without using any tools
    By asadullah in forum C Programming
    Replies: 2
    Last Post: 05-12-2008, 07:54 AM
  3. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  4. Post...
    By maxorator in forum C++ Programming
    Replies: 12
    Last Post: 10-11-2005, 08:39 AM
  5. Replies: 3
    Last Post: 03-04-2005, 02:46 PM