News:

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

Main Menu

Microsoft C using the 64 bit MASM library

Started by hutch--, August 01, 2019, 07:12:48 PM

Previous topic - Next topic

hutch--

Erol,

It worked fine here. Looking at the include at the start, now you know why I bundled them all together in one include directory.

TimoVJL

#16
I also just collected WDDK 7.10 inc files to a one include directory.
Those are WDDK msvc 2010 files and have a support for OS msvcrt.dll.

EDIT: for testing with Pelles C 9 headers:bin\cl.exe -GS- -MD -wd4068 -wd4103 -D__midl -D__POCC__=900 -D__POCC_TARGET__=1 -Drestrict=__restrict -D__WCHAR_TYPE__=short -D__SIZE_TYPE__=__int32 foo.cx64
__POCC_TARGET__=3
__SIZE_TYPE__=__int64

cl -GS- -Zl -O2 -wd4068 -wd4103 -DWIN32_LEAN_AND_MEAN -D__midl -D__POCC__=900 -D__POCC_TARGET__=3 -Drestrict=__restrict -D__WCHAR_TYPE__=short -D__SIZE_TYPE__=__int64 cplusasm.c kernel32.lib user32.lib gdi32.lib M:\masm32\m64lib\m64lib.lib  rsrc.res -link -nodefaultlib -entry:main -map -nocoffgrpinfo -safeseh:no -subsystem:windows,5.2
May the source be with you

daydreamer

my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding