SCOUG Logo


Next Meeting: Sat, TBD
Meeting Directions


Be a Member
Join SCOUG

Navigation:


Help with Searching

20 Most Recent Documents
Search Archives
Index by date, title, author, category.


Features:

Mr. Know-It-All
Ink
Download!










SCOUG:

Home

Email Lists

SIGs (Internet, General Interest, Programming, Network, more..)

Online Chats

Business

Past Presentations

Credits

Submissions

Contact SCOUG

Copyright SCOUG



warp expowest
Pictures from Sept. 1999

The views expressed in articles on this site are those of their authors.

warptech
SCOUG was there!


Copyright 1998-2024, Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.

The Southern California OS/2 User Group
USA

SCOUG-HELP Mailing List Archives

Return to [ 15 | January | 2002 ]

<< Previous Message << >> Next Message >>


Date: Tue, 15 Jan 2002 20:51:48 PST7
From: "Steven Levine" <steve53@earthlink.net >
Reply-To: scoug-help@scoug.com
To: scoug-help@scoug.com
Subject: SCOUG-Help: OS/2 16 bit versus 32 bit applications

=====================================================
If you are responding to someone asking for help who
may not be a member of this list, be sure to use the
REPLY TO ALL feature of your email program.
=====================================================

In <3C44C9A5.A2374AE5@attglobal.net>, on 01/15/02
at 07:30 PM, Harry Chris Motin said:

>that the 16 bit linker is looking for os2.lib. There is nothing in the
>source file. Therefore, it's hard coded into the linker, unless there's a
>configuration file, or an options selection I can make??

It's not hard coded. Somewhere there is a .lrf file or something like
that. Often it gets built dynamically by the makefile.

Here's an example from one of the ddk makefiles:

$(NAME).lrf: makefile
@%write $^@ system os2 dll
@%write $^@ option quiet
@%write $^@ option verbose
@%write $^@ option caseexact
@%write $^@ option symfile=$(NAME).dbg
@%write $^@ debug codeview
@%write $^@ option cache
@%write $^@ option map=$(WMAPNAME).
@%write $^@ option description '@$#$(_VENDOR):$(_VERSION)$#@ OS/2
Audio DD Sample'
@%write $^@ name $(NAME).sys
@for %f in ($(OBJS)) do @%append $^@ file %f
@%write $^@ import DOSIODELAYCNT DOSCALLS.427
@%write $^@ library ..\..\..\..\lib\os2286.lib
@%write $^@ library ..\wpddlib2\runtime.lib
@%write $^@ library ..\..\resource\rmcalls\rmcalls.lib

See the library statement (which could be abbreviated to l or lib).

FWIW, if you read:

http://www.scoug.com/os24u/2001/scoug012.mrkia.html

you would know that you could help your self by telling me which sample
you are trying to build and showing me the input you are attempting to
use. I'm pretty good at visualization, but often not perfect.

Steven

--
----------------------------------------------------------------
"Steven Levine" MR2/ICE 2.30a #10183 Warp4/FP15
www.scoug.com irc.webbnet.org #scoug (Wed 7pm PST)
----------------------------------------------------------------

=====================================================

To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".

For problems, contact the list owner at
"rollin@scoug.com".

=====================================================


<< Previous Message << >> Next Message >>

Return to [ 15 | January | 2002 ]



The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA

Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.