Question about programming

  • Jallibad
    24th Jun 2011 Member 0 Permalink
    This is the first time I have tried programming, and I'm wondering how you open up the mod that you have made. I made it in digital studio.
  • MasterMind555
    24th Jun 2011 Member 0 Permalink
    @Jallibad (View Post)
    Digital Studio?

    And if it's the first time you try to code, you shouldn't start by coding a mod, but by learning to code C. You'll probably just get frustrated if you're not satified by making basic elements.

    But yea, if you already made it, well you should know how to compile it (F6)
    Edited by MasterMind555, 2011-06-22 20:48:50
  • Jallibad
    24th Jun 2011 Member 0 Permalink
    I'm fine with making basic elements, I'm just trying to learn by doing as they say. I tried it, and nothing happened, are you sure it's F6?
  • MasterMind555
    24th Jun 2011 Member 0 Permalink
    @Jallibad (View Post)
    F6 is Build, it will compile it, but not run it, look at the build history, it will have the path to the .exe or try F5 to Debug
    It may have errors if you didn't setted all correctly
    Edited by MasterMind555, 2011-06-22 21:07:27
  • Merbo
    24th Jun 2011 Member 0 Permalink
  • MasterMind555
    24th Jun 2011 Member 0 Permalink
    @Merbo (View Post)
    F6 is build

    Duh
  • Jallibad
    24th Jun 2011 Member 0 Permalink
    in Microsoft Visual Studio 2010 Express, I think it's F5, because that did something for me
  • MasterMind555
    24th Jun 2011 Member 0 Permalink
    @Jallibad (View Post)
    ...Read my post again

    F6 Is Build, it will compile it, but not run it, look at the build history, it will have the path to the .exe

    You'll have to press F6, get to the folder where the .exe is to be able to play out of Visual Studio.
  • pilojo
    24th Jun 2011 Member 0 Permalink
    @Jallibad (View Post)
    F9 builds and runs.
  • Jallibad
    24th Jun 2011 Member 0 Permalink
    @pilojo (View Post)
    that did not build and run for me...