AuthorMessage
BlackSonar
n00b
Posts: 42

I can't compiling the source code, because old, incompatible masm32 include and library files.
The assembler process output:
 Assembling: \hexhub.asm
\cmdparam.h(75) : error A2070: invalid instruction operands
\cmdparam.h(78) : error A2070: invalid instruction operands
\cmdparam.h(80) : error A2070: invalid instruction operands
\cmdparam.h(203) : error A2070: invalid instruction operands
\search.h(692) : error A2022: instruction operands must be the same size
\hexhub.asm(986) : error A2022: instruction operands must be the same size
\hexhub.asm(996) : error A2022: instruction operands must be the same size
\hexhub.asm(999) : error A2022: instruction operands must be the same size
\hexhub.asm(1000) : error A2022: instruction operands must be the same size
\hexhub.asm(1001) : error A2022: instruction operands must be the same size
\hexhub.asm(1004) : error A2022: instruction operands must be the same size
\hexhub.asm(1221) : error A2022: instruction operands must be the same size
\hexhub.asm(1254) : error A2022: instruction operands must be the same size
\command.h(285) : error A2022: instruction operands must be the same size
\command.h(2982) : error A2022: instruction operands must be the same size
\command.h(2997) : error A2022: instruction operands must be the same size
\command.h(3024) : error A2022: instruction operands must be the same size
\command.h(3037) : error A2022: instruction operands must be the same size
\command.h(3053) : error A2022: instruction operands must be the same size
\command1.h(5250) : error A2022: instruction operands must be the same size
\command1.h(5292) : error A2022: instruction operands must be the same size
\cmdparam.h(325) : error A2022: instruction operands must be the same size
\plugins.h(4838) : error A2022: instruction operands must be the same size
\tzari.h(672) : error A2022: instruction operands must be the same size
\tzari.h(719) : error A2022: instruction operands must be the same size
\tzari.h(749) : error A2022: instruction operands must be the same size
\masm32\include\windows.inc(17530) : error A2138: invalid data initializer
Lord_Zero
Ametuar
Posts: 122

Before trying to compile hexhub you may want to learn the language hexhub is written in. If you do that maybe you'll know how to resolve your compatibility issues.
BlackSonar
n00b
Posts: 42

thanks...