Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!bb3.andrew.cmu.edu!newsfeed.pitt.edu!godot.cc.duq.edu!newsgate.duke.edu!news.mathworks.com!newsfeed.internetmci.com!chi-news.cic.net!news.cais.net!mr.net!news.mr.net!news.protocom.com!news.pclink.com!not-for-mail
From: Kevin Byrne <kbyrne@pclink.com>
Subject: Creating a .EXE in Parts
Message-ID: <31B30773.186@pclink.com>
Date: Mon, 03 Jun 1996 10:40:35 -0500
X-Mailer: Mozilla 2.02Gold (WinNT; I)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 26

This is my first posting and my first Smalltalk application so if I have violated any basic rules of 
the newsgroup please accept my apologies in advance. I have purchased a student copy of Visual 
Smalltalk that doesn't include support.

I developed an application using VisualSmalltalk (v3.1.1a) and Parts. I can bring my application up 
in a Workbench and run it ok. When I try to save it as an executable and then run it I get the 
following error:

"Unable to bind component "hams.sll" (Unresolved External(AssocExternal('SelectorPropertyAccessor')) 
while binding Smalltalk Library (hams.sll)).

hams.sll is my application specific library and some of my parts have custom Properties dialog. I am 
guessing that I do not have all the proper Parts libraries bound but so far I've followed all the 
documentation rules that I could find and am a little lost on how to correct this. I can elect to 
continue from this error and if I do the application seems to run ok. Can anybody help on this one? 
My bind file has the following entries:

PWWRUN31
VPTCH3B
PWCSTR31
hams.sll


Thanks in advance,
Kevin Byrne
kbyrne@pclink.com

