Search found 18 matches

by 357mag
Thu Dec 14, 2017 6:34 pm
Forum: General
Topic: I can't complete running my program
Replies: 2
Views: 30644

I can't complete running my program

When I run my C# program inside Zeus only the beginning part of the program runs fine. But when I press the Enter key to run the rest of the code Zeus freezes and does not respond.

Let me explain:

Here is my program:

using System;

class GetInteger
{
static void Main()
{
int x;

Console.Write ...
by 357mag
Thu Dec 14, 2017 6:00 pm
Forum: General
Topic: Can you do C# Programming without using Visual Studio?
Replies: 3
Views: 36952

Re: Can you do C# Programming without using Visual Studio?

Okay I got the C# Tools and Compiler installed and added to my Path. I wrote some simple code inside Zeus and it compiled fine. My question is do I have any options in controllling the output window?

Currently as you will see in the screenshot I uploaded there is the copyright information and other ...
by 357mag
Tue Dec 12, 2017 7:38 am
Forum: General
Topic: Can you do C# Programming without using Visual Studio?
Replies: 3
Views: 36952

Can you do C# Programming without using Visual Studio?

Just wondering if a guy can do C# with a text editor like Zeus or whatever else. Reason I ask is because I would imagine you would have to download the C# Development Kit or whatever you call it. And does Microsoft allow this? Where can the C# Development Kit be downloaded from?
by 357mag
Mon Aug 28, 2017 3:57 pm
Forum: General
Topic: Oh no...that dreaded .dll file is ruining everything
Replies: 1
Views: 27139

Oh no...that dreaded .dll file is ruining everything

I had this same issue when I tried to install a program called Guitar Pro 7. I tried opening Zeus after installing it and I saw this:

api-ms-win-crt-runtime-1l-1-0.dll is missing from your computer. Try reinstalling and good luck with that...

Any tips how to solve this bugger? I'm using Windows 8 ...
by 357mag
Mon Jan 02, 2017 1:27 am
Forum: General
Topic: Two questions about Zeus
Replies: 4
Views: 49431

Re: Two questions about Zeus

Okay I got the font sizes looking bigger and nicer. Works good. I shut off that external DOS window also, but as you mentioned when I write a program that asks for user input things don't work again.

Isn't there a way to have the user enter his input in the same white output window that the program ...
by 357mag
Sun Jan 01, 2017 8:24 pm
Forum: General
Topic: Two questions about Zeus
Replies: 4
Views: 49431

Two questions about Zeus

Was wondering if there is a way to completely shut off that black external DOS window that appears briefly when you execute a .cpp file? I would like to set Zeus up so that my output goes directly to the white window since I like that much better.

And is there a way to change the font size in the ...
by 357mag
Fri Dec 30, 2016 12:51 am
Forum: General
Topic: What is involved in making a GUI program?
Replies: 2
Views: 34503

Re: What is involved in making a GUI program?

Thanks for the reply. So vast is this programming hobby. It's like the Atlantic. Huge.
by 357mag
Thu Dec 29, 2016 5:53 pm
Forum: General
Topic: What is involved in making a GUI program?
Replies: 2
Views: 34503

What is involved in making a GUI program?

If a guy wanted to eventually make some graphical programs in Zeus what additional stuff needs to be added? Does Zeus come with a built in GUI toolkit or what would I have to do or add to write some simple GUI programs?

Most of my prior programming stuff has been console so I have done very little ...
by 357mag
Thu May 26, 2016 2:08 am
Forum: General
Topic: I'm having a problem setting up Zeus with Java
Replies: 8
Views: 43561

Re: I'm having a problem setting up Zeus with Java

Thank You for the help. Just to give you a quick update, I have decided to use JCreator for my Java Programming. I've used JCreator before many years ago and it is an excellent IDE for Java. It's extremely simple to install and setup, and the interface is extremely easy and uncluttered. The only bad ...
by 357mag
Fri May 06, 2016 9:59 pm
Forum: General
Topic: I'm having a problem setting up Zeus with Java
Replies: 8
Views: 43561

Re: I'm having a problem setting up Zeus with Java

I just tried compiling and running my program in a command prompt. It compiled and ran as expected...Hello World.

But it will not run inside Zeus. I must have set something wrong somewhere.
by 357mag
Fri May 06, 2016 9:12 pm
Forum: General
Topic: I'm having a problem setting up Zeus with Java
Replies: 8
Views: 43561

Re: I'm having a problem setting up Zeus with Java

Well I restored my computer from a backup image file as I often do, and now that I have decided to use Zeus I am installing the JDK and Zeus again. But this time when I try to execute my code file all I get is cannot load or find Main class file.

I have been trying to figure out what I did this ...
by 357mag
Fri May 06, 2016 9:48 am
Forum: General
Topic: I'm having a problem setting up Zeus with Java
Replies: 8
Views: 43561

Re: I'm having a problem setting up Zeus with Java

I think I fixed it. After you type in that stuff in those 4 text boxes, you have to hit the Add button.

Otherwise it won't work.
by 357mag
Fri May 06, 2016 9:31 am
Forum: General
Topic: I'm having a problem setting up Zeus with Java
Replies: 8
Views: 43561

I'm having a problem setting up Zeus with Java

I'm following the instructions that are on this site entitled Setting up the Java JDK Compiler. I can compile my code successfully, but now I'm at the part of the instructions where they tell you how to configure a Zeus tool to execute the resulting Java Class file.

The instructions say go into ...
by 357mag
Sun May 01, 2016 3:06 am
Forum: General
Topic: Doing Java
Replies: 2
Views: 30376

Re: Doing Java

Never mind. I found the info easily on this site. You know I've tried lots and lots of code editors and many of them are just frightening to get set up. That's why I'm so amazed at how easy it is to set up Zeus. By the way I am just a hobbyist at this. I do it just for fun.
by 357mag
Sun May 01, 2016 2:54 am
Forum: General
Topic: Doing Java
Replies: 2
Views: 30376

Doing Java

If I am understanding things correctly, I believe that Zeus can be set up to do Java. Could you point me in the direction where you outline how to set it up for Java?

What a wonderful piece of programming software Zeus is.