News:

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

Main Menu

JJditor problem ¿?

Started by HSE, May 27, 2021, 01:29:05 AM

Previous topic - Next topic

HSE

Hi JJ!

Are this things expected:
*** MasmBasic version 18.02.2021 ***
\masm32\MasmBasic\Res\MbGui.asm(3882) : Error A2164: Empty (null) string
repargA(85)[MasmBasic.inc]: Macro called from
  uChr$(1)[MasmBasic.inc]: Macro called from
   \masm32\MasmBasic\Res\MbGui.asm(3882): Included by
    SmallEditor.asm(5): Main line code
## MasmBasic GUI build ##
---------------------
---------------------
## creating 3 controls ##
SmallEditor.asm: 336 lines, 1 passes, 416 ms, 0 warnings, 1 errors

*** Start D:\masm32\MasmBasic\Res\bldallRM.bat ***
*** 32-bit assembly ***
OPT_Arg1: SmallEditor.asc

*** Assemble, link and run SmallEditor ***

SmallEditor.rc (4): error RC2135 : file not found: \Masm32\MasmBasic\Res\GuiData\IdeData.zip

SmallEditor.rc (5): error RC2135 : file not found: \Masm32\MasmBasic\Res\GuiData\Build.bat
*** Resource "SmallEditor.rc" could not be created ***
Equations in Assembly: SmplMath

jj2007

Quote from: HSE on May 27, 2021, 01:29:05 AM
Are this things expected:

Yes, absolutely :thumbsup:

Truth is I haven't updated the package for some months, and there are lots of improvements in the pipeline. So some sources may not build as they should :sad:

If it's urgent I can update the package in its current stage (it works fine for me).

If it's just for testing the RichEdit bug: see attachment, pure Masm32 SDK :cool:

HSE

Quote from: jj2007 on May 27, 2021, 01:33:35 AM
If it's just for testing the RichEdit bug:
:thumbsup: Perfect. Thanks.
Equations in Assembly: SmplMath