Hi Chris;
InfoMaker (like PowerBuilder) can often suffer from problems during the
linkedit step of a compile. The process going on behind the scenes is the
compilation and linking of the C++ code. The "C" Linkage Editor creates
allot of temporary files and is can be sensitive to the path to the
temporary folder - especially, if it is a long path name or riddled with
spaces. I normally change my TEMP folder location to "C:\Temp" in the System
Environment Variable section of XP, Vista, etc. Normally, MS-Windows will
use a local setting like "C:\Documents and Settings\User Name\Local
Settings\Temp" for example. I use a System setting mapping both the TMP and
TEMP variables to "C:\Temp".
Note: On MS-VISTA, allocate the TEMP folder's security to EveryOne
(public).
--
Regards ... Chris
ISUG - NA RUG Director
http://chrispollach.pbdjmagazine.com
Post by unknownWhen trying to build an executable from a .pbl object in
Infomaker, I'm told that the build failed due to a "link
error". What could be causing this?