comp.lang.ada
 help / color / mirror / Atom feed
From: Bruce.Conroy@jpl.nasa.gov
Subject: Re: How to create OS/2 PM applications? (Leonid Dulman)
Date: 1996/07/30
Date: 1996-07-30T00:00:00+00:00	[thread overview]
Message-ID: <1996Jul30.175347.14487@llyene.jpl.nasa.gov> (raw)
In-Reply-To: 4tcqla$293k@news-s01.ny.us.ibm.net


In <4tcqla$293k@news-s01.ny.us.ibm.net>, dulman@ibm.net writes:
>   I had no any problems with Os/2 PM applications in GNAT 2.0
>After RC <program>.res <program>.exe I got program to PM.
>But in GNAT 3.x I can't  create this file and by RC (SYS3175 A program
>generated an access violation at 1bd32dfa PMMERGE.DLL)
>and by commands (adae.cmd):
>@echo  Creation Pm exe file
>call gnatbl -o  %1.exe  %1.ali
>call emxbind -bp -d%1.def -r%1.res d:\gnat30\bin\emxl.exe %1.exe
>emxbind:The input and output files have the same name
>after command
>call emxbind -bp -d%1.def -r%1.res d:\gnat30\bin\emxl.exe %1.exe new.exe
>emxbind: invalid a.out file (header)
>How to create OS/2  PM application ?
>   Leonid ( dulman@ibm.net)

I think your mistake is putting the ".exe" on the gnatbl command. Try

call gnatbl -o  %1  %1.ali
call emxbind -bp -d%1.def -r%1.res d:\gnat30\bin\emxl.exe %1

emxbind dosen't like an exe file as input and will generate an exe file
on output without being told.

Also, I have used either the "-bp" option,
or the ".def" file to make a PM application as independant methods.

Bruce Conroy





  parent reply	other threads:[~1996-07-30  0:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-07-27  0:00 How to create OS/2 PM applications? (Leonid Dulman) dulman
1996-07-29  0:00 ` Dale Pontius
1996-07-30  0:00 ` Bruce.Conroy [this message]
  -- strict thread matches above, loose matches on Subject: below --
1996-07-25  0:00 How to create OS/2 PM applications?(Leonid Dulman) dulman
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox