rlz@astroatc.UUCP (Robert Ziegler) (08/24/88)
Folks, I've had interesting times getting a program to run after recompiling it under LSC 3.0. Hope this helps someone. LightSpeed 3.0 has changed its predefined compiler macro from LIGHTSPEED to THINK_C. You'll get some nasty problems if your code still uses #ifdef LIGHTSPEED. If you set up a SIZE resource in your .rsrc file, LSC will replace this resource with its own when you build your application, so you'll need to define the size in the Set Project Type menu. The same goes for Multifinder Aware flags. Also, my program wouldn't run under Multifinder until I set the flags in any projects that were included as libraries. Robert L. Ziegler ...uwvax:astroatc:rlz