News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

IDE

Started by Manos, February 09, 2019, 10:34:37 PM

Previous topic - Next topic

Manos

I uploaded the IDE.
It works on WinVista and later.
After download it, you have to do the following steps:
1). Copy the include and lib folders and put them into CoderStudio directory,
so that you will have three subfolders: bin, include and lib in CoderStudio directory.
2). Put in the bin folder the ML.exe and ML.err
3). You must have in your system the masm32 include.
Run the IDE and move the second Toolbar up in the same line as the first Toolbar
to increase the client area.

The IDE supports C and MASM projects.
Of course it is not completed.

Note:
The IDE use Pelle's polib and pomake and Scintilla edit control.
Also supports three Vortex's Tools.

You can download it from: http://www.manoscoder.gr/mysite/coderstudio.htm

Manos.

ragdog

Hi Manos

Look nice and quick test works fine :t

Manos

Thank you ragdog.

After I complete it, the next step is to implement an embed Resource Editor.

Manos.

ragdog

Quote
the next step is to implement an embed Resource Editor

I have see.

Nice  :t

Other question can you add a option for the gui style, blue is not mine ?


Manos

Quote
Other question can you add a option for the gui style, blue is not mine ?

It is a little difficult because I should add much code and now
I am trying to complete it.

Manos.