News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

easycode for masm

Started by scjain, June 07, 2010, 07:41:32 AM

Previous topic - Next topic

scjain

Hi!
Thanks for making Easy Code for masm which is a great IDE .I made a programme in version 1.2 which was working
fine, but after loading version 1.4 i am having the problem, for examples -
ComAdd.asm(11) : error A2006: undefined symbol : pDB
ComAdd.asm(11) : error A2006: undefined symbol : DBName
whereas the above variables are defined in separate module .
pl help,

Thank you!

scjain

Ramon Sala

Hi scjain,

It seems there are two external symbols (pDB and DBName) in the CommAdd.asm file. Are you including the file containing those symbols ml asks for?

Anyway, if you tell me what example are you referring to, I'll look for the problem. Please send the source code to me or post it here.

Regards,

Ramon
Greetings from Catalonia

scjain

Hi Ramonji,
Thanks for your kind and prompt reply.I am enclosing part of my prog.which after compiling in ver.1.02.0.0007 works fine,but
if the same is compiled in ver 1.04.0.0007 errors as stated earlier is reported and compilation fails.Pl note I have not included sqlite3.dll
for want of siize which may be copied in debug folder.
one request, if a grid type of control can be included in visual ID of easycode for masm,entry,view and edit of database table can be
easier in the said grid control .

Thanking You

SCJain

Ramon Sala

Hi scjain,

In a first quick look, I saw the problem is due to Easy Code, which doesn't proccess the 'Err' macro properly. Until I fix the problem, and for you to be able to work, please comment all the 'Err' macro, in the Module1.asm, like this:

;Err MACRO y:VARARG
;   LOCAL sym

;CONST segment
;   IFIDNI <y>,<>
;      sym DB 0
;   ELSE
;      sym DB y,0
;   ENDIF
;CONST ends

;   Invoke MessageBox, hWnd1, Offset sym, Offset DBName, MB_OK
;   mov    eax,TRUE
;EndM



I'll fix the bug as soon as possible.

Regards,

Ramon

Greetings from Catalonia

Ramon Sala

Hi scjain,

A new version of Easy Code, fixing the bug you reported, has just been released. Please download it at:

http://www.easycode.cat/English/Download.htm


Thanks,

Ramon
Greetings from Catalonia

scjain

Hi Ramonji,
Thanks for your latest ver 1.04.0.0012 . Pl let me know where to put those own micros so that it could be compiled withour error.

Thanking You

SCJain

monk

hi All !
please help me
How can I get the full text of program  to link other IDE .