1. cannot build a dll for DOS?

When trying to make a dll with any recent svn version of Euphoria i get the this error "cannot build a dll for DOS" i have found a solution. Will some one conform this.

And if confirmed make the change.

It works for me..

change line 155 in trainit.e 
from 
if dll_option and not (TDOS) then 
to 
if dll_option and not (TWINDOWS) then 

TJ

new topic     » topic index » view message » categorize

2. Re: cannot build a dll for DOS?

Thomas said...

When trying to make a dll with any recent svn version of Euphoria i get the this error "cannot build a dll for DOS" i have found a solution. Will some one conform this.

if dll_option and not (TDOS) then 

Thanks for the catch. Actually, it should be:

if dll_option and (TDOS) then 

Matt

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu