Re: cannot build a dll for DOS?

new topic     » goto parent     » topic index » view thread      » older message » newer message
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 thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu