On 08/22/2005 09:35 am, QUASAR wrote:
> Hi all!
> There is a problem with asmplan. When I run 'make install' then it works
> fine but when I compile my own version with nasm 0.98.37 or 0.98.39 then
> resulting binary doesn't properly recognize pressed keys for example:i
Groan... ignore my previous email about recompiling the library.
The AsmPlan program does not use the library. I now think the
problem can be found in a file called "subs.inc". Look for a line
like this:
db "\" ;\
nasm added a feature that uses the "\" as a comment continuation
just like in "c" programs. I'm not sure what version it appeared in
but the feature is not in version 98.22.
The easy fix is to remove the "\" at end of line or wait a few months
for the next release. This bug has bitten me numerous times now and
is difficult to find.
If that does not fix the problem, let me know and I'll keep looking.
all the best, jeff