Hartmut Schirmer escribió:
Hi,
while trying to get the WIN32 port running, MS-VC++ pointed out several problems with the GRX code, mostly in the BGI part. See attached patch.
Hartmut
PS: I gave up, couldn't get DJGPP-make passing long command lines to MS link
Some questions:
- Have you success to compile GRX with MS-VC?
- If we can not provide makefiles, I think is better not to add makedefs.cl
- About the line: ! #if !defined(user_time) && ( defined(unix) || defined(__WIN32__) || defined(_WIN32) )
Doesn't MS-VC define __WIN32__? If not, there are some other places to change, like ftable.c. But I think is better to define __WIN32__ when _WIN32 is defined in grx20.h.
Greetings. M.Alvarez