1. DOS32 VS WIN32

lately i have been tinkering with dos32lib.e and i have come to like 
the look of this mock operating system. i would like to use it for my 
next project, but that next project requires dll calls, which DOS32 
does not support. i tried running a dos32lib program with exw but exw 
does not support pallete() and other DOS32 routines. is there a happy 
medium here? can i run dos32lib or the like on the win32 platform?

~Greg
g.haberek at comcast.net

new topic     » topic index » view message » categorize

2. Re: DOS32 VS WIN32

Greg wrote:

> can i run dos32lib or the like on the win32 platform?

Not really, sorry.

-- David Cuny

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

3. Re: DOS32 VS WIN32

>... but that next project requires dll calls, which DOS32
>does not support. i tried running a dos32lib program with exw but exw
>does not support pallete() and other DOS32 routines. is there a happy
>medium here? can i run dos32lib or the like on the win32 platform?
>

What kind of dll calls? Win API calls, or some functions that you wrote 
yourself? Because i've written a library that lets you use dll:s in 
DOS/Linux (search for "dll" in the recent user contributions). For DOS i've 
"emulated" a tiny subset of the Win API (like CreateFile, CloseHandle, 
WriteConsole, LocalAlloc etc), so calling those works.

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

4. Re: DOS32 VS WIN32

Maybe somebody could write Win32 code that emulates the DOS-Only Euphoria
routines. I leave this as
an exercise for the reader blink


23/10/2002 6:50:19 PM, David Cuny <dcuny at LANSET.COM> wrote:

>
>Greg wrote:
>
>> can i run dos32lib or the like on the win32 platform?
>
>Not really, sorry.
>
>-- David Cuny
>
>==^^===============================================================
>This email was sent to: ddparnell at bigpond.com
>
>
>
---------
Cheers,
Derek Parnell 
ICQ# 7647806

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

5. Re: DOS32 VS WIN32

i'm using euLibnet for a chat program. it uses euLibnet.dll

~Greg
g.haberek at comcast.net



----- Original Message -----
From: stabmaster_ at hotmail.com
Subject: Re: DOS32 VS WIN32

> 
> >... but that next project requires dll calls, which DOS32
> >does not support. i tried running a dos32lib program with exw but exw
> >does not support pallete() and other DOS32 routines. is there a happy
> >medium here? can i run dos32lib or the like on the win32 platform?
> >
> 
> What kind of dll calls? Win API calls, or some functions that you 
> wrote 
> yourself? Because i've written a library that lets you use dll:s 
> in 
> DOS/Linux (search for "dll" in the recent user contributions). For 
> DOS i've 
> "emulated" a tiny subset of the Win API (like CreateFile, 
> CloseHandle, 
> WriteConsole, LocalAlloc etc), so calling those works.
> 
> 
> 
>

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

6. Re: DOS32 VS WIN32

>i'm using euLibnet for a chat program. it uses euLibnet.dll

Ah, so i'm guessing euLibnet.dll contains calls to lots of network 
functions. I don't emulate any of those and i'm 99.9% sure i never will.. :) 
  Looks like you're "stuck" with windows.

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

7. Re: DOS32 VS WIN32

>  Looks like you're "stuck" with windows.

Damn.

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

8. Re: DOS32 VS WIN32

The only thing I'm looking for from dos32lib is the look, a kind of 
Mac/Linux mixer. I think I'm going to move my project to ExoticaX using 
GuiX and make my own skins...

~Greg
g.haberek at comcast.net

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

9. Re: DOS32 VS WIN32

Well can you an old version of win32lib?

If not, can you hack up pallete() and other routines via
dll calls to win32?

Basicly those are your 2 options. (It IS possible for a DOS program to
make
Windows DLL calls under certain versions of Windows, but if you knew how
to
do that you wouldnt have asked the mailing list this question ...)

jbrown

On  0, g.haberek at comcast.net wrote:
> 
> lately i have been tinkering with dos32lib.e and i have come to like 
> the look of this mock operating system. i would like to use it for my 
> next project, but that next project requires dll calls, which DOS32 
> does not support. i tried running a dos32lib program with exw but exw 
> does not support pallete() and other DOS32 routines. is there a happy 
> medium here? can i run dos32lib or the like on the win32 platform?
> 
> ~Greg
> g.haberek at comcast.net
> 
> 
> 
> 

-- 

Linux User:190064
Linux Machine:84163


-- 
are

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

Search



Quick Links

User menu

Not signed in.

Misc Menu