The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Projects
»
ObjAsm
(Moderator:
Biterider
) »
qEditor script to write a simple OOP application
« previous
next »
Print
Pages: [
1
]
Author
Topic: qEditor script to write a simple OOP application (Read 2945 times)
HSE
Member
Posts: 2499
AMD 7-32 / i3 10-64
qEditor script to write a simple OOP application
«
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.
Logged
Equations in Assembly:
SmplMath
Biterider
Moderator
Member
Posts: 1083
ObjAsm Developer
Re: qEditor script to write a simple OOP application
«
Reply #1 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
Logged
Visit the
ObjAsm Homepage
, the
development repository
or the
online documentation
.
HSE
Member
Posts: 2499
AMD 7-32 / i3 10-64
Re: qEditor script to write a simple OOP application
«
Reply #2 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.
Logged
Equations in Assembly:
SmplMath
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Projects
»
ObjAsm
(Moderator:
Biterider
) »
qEditor script to write a simple OOP application