Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
5answers
678 views

Advantages and disadvantages of Open Watcom

Since in some post on StackOverflow it was recommended to try to support multiple (in this case C/C++) compilers if feasible, since this forces you to code more standard compliant and helps finding ...
1
vote
2answers
211 views

Where to find the reference of dos.h for the c programming language?

I'm looking for the reference/documentation of the dos.h API. (especially for an openwatcom specific version). Where to get the documentation?
1
vote
3answers
214 views

XMS allocation in 16-bit DOS

Please forgive my attempts at necromancy, but I actually need to write some code for 16-bit DOS (!). I have to verify that a piece of software executes correctly when built for a 16-bit platform, and ...
1
vote
1answer
186 views

Open a Watcom DB with C#

So, I was just asked if I can open a watcom db file through C# as we need to retrieve some data from it, and neither Access nor Sql Server appear capable of importing it. I don't know where to ...