VOGONS

Common searches


Search results

Display options

Re: Is anyone familiar with watcom c compiler?

nothing simple. your missing libs/headers or your setup is not correct. the things your missing like PCI_AGP_CMD are present, but your not getting them in the output you need because they are not being defined and included by correct compiler dependancies. you dont seem to have the C knowledge to …

Re: What's your favorite DOS RPG?

martian dreams + savage empire are super buggy. its weird that they came out after u6 but have way way way more bugs than u6. lack of testing and qa. savage empire is the more fun of the two but your not missing anything not playing them.

Re: Is anyone familiar with watcom c compiler?

I took a quick look, I cant build it because I dont have a windows install. It wants to run under nt/98 which none of my systems that have watcom on it are. but, in the mftg directory run setenv.bat, then run clean.bat then build.bat looks like you might need NMAKE from MSVC 4.2, as well as some …

Re: What does your "workshop" area look like?

I'm in the midst of a wife ordered cleanup so it looks a mess. from left to right; the 'table that accumlates stuff that must go', roland sound canvases on top of 3 fluke power supplies, dc load, gpsdo server, loads of mouser parts, behind is is lots of amiga parts, pinball parts, 3d printer, top is …

Re: Is anyone familiar with watcom c compiler?

that _printf is missing says your not linking in the base libraries. is your watcom environment strings setup correctly? ohh also, your compiling windows source, __imp__GetVersionExA, is a win32 call. I guess I assumed you were doing DOS, but its win32. do you have all the win32 libraries installed …

Re: Is anyone familiar with watcom c compiler?

watcom has two kinds of libraries, register based libs and stack based (for calling convention). cant help without knowing the real error your getting. my guess is your tring to link against the wrong kinds of libraries. but, again, you need to paste the real output from wlink or wcl.

Page 68 of 71