News:

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

Main Menu

qEditor script to write a simple OOP application

Started by HSE, August 02, 2018, 10:11:45 AM

Previous topic - Next topic

HSE

Hi!

Every time I want to make a new application I have to copy some working directory and change names, etc. This script took perhaps 3 times that of making changes but now things are easier, and there is a lot of possibilities to improve it.
Equations in Assembly: SmplMath

Biterider

Hi HSE
Good work here!
I can see, you added asmc as compilation option.
I never did, but if you succeeded, I will follow you  :t
Biterider

HSE

Quote from: Biterider on August 02, 2018, 07:40:09 PM
asmc ... but if you succeeded

Work perfectly. With nokeyword options, I use exactly the same code for AsmC or ML most of the time.

When calculations using SmplMath require long lines, I only use AsmC, wich in Nidud release allow 4 K lines (longer line I tested some time ago have 1380 characters after expansion).

Thanks.

Equations in Assembly: SmplMath