NO

Author Topic: Japheth WinInc v2 problems  (Read 4266 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Japheth WinInc v2 problems
« on: October 05, 2011, 05:31:56 PM »
Japheth WinInc v2 shows errors with poasm.
Least these changes are missing from WinAsmP.inc at line 64 ??
Code: [Select]
ifdef _WIN64
WINSTDCALLCONV equ <fastcall>
@DefProto macro apiqual:REQ, name_:REQ, type_, namesuffix, parms, suffix
;;echo defproto: apiqual
ifidn <apiqual>,<__declspec ( dllimport )>
  proto_&name_ typedef proto parms
  externdef __imp_&name_: ptr proto_&name_
  name_&namesuffix equ <__imp_&name_>
else
  name_&namesuffix proto parms
endif
endm
else
WINSTDCALLCONV equ <stdcall>
..
endif
I test windows.inc with WIN32_LEAN_AND_MEAN equ 1
« Last Edit: October 05, 2011, 05:41:08 PM by timovjl »
May the source be with you

Offline Vortex

  • Member
  • *
  • Posts: 802
    • http://www.vortex.masmcode.com
Re: Japheth WinInc v2 problems
« Reply #1 on: October 05, 2011, 07:34:52 PM »
Hi timovjl,

As you know, Poasm's macro engine is not 100% compatible with Masm and Jwasm's engine. You can post to the Jwasm forum SourceForge.net :

http://sourceforge.net/tracker/?group_id=255677&atid=1126895
Code it... That's all...