Re: is there an idiots guide to building euphoria?
- Posted by rkdavis Dec 10, 2008
- 1053 views
jimcbrown said...
EUVISTA is a developer-only setting and generally should not be used. What it does is workaround the OpenWatcom library's issue of requesting full screen mode even when all that is wanted is a 80x25 console window. (It is not needed if builting eu with Watcom 10's graphic library, since the issue is not present there.) This only works for text mode applications.
ok that explains why the can't use full screen dos error message went away when i was doing a wmake -f makefile.wat all on the dos portion of the build although it failed elsewhere anyway :)
so they are all pretty much w9x things and i shouldn't worry about them
thanks