The MASM Forum

Projects => ObjAsm => Topic started by: HSE on August 02, 2018, 10:11:45 AM

Title: qEditor script to write a simple OOP application
Post by: HSE on August 02, 2018, 10:11:45 AM
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.
Title: Re: qEditor script to write a simple OOP application
Post by: Biterider on August 02, 2018, 07:40:09 PM
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
Title: Re: qEditor script to write a simple OOP application
Post by: HSE on August 03, 2018, 12:06:45 AM
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.