I call a "C" function from assembler. The module containing the function is in a library that works for many other calls . Is it a fact that there is a bug in 7.0 and previous making assembler externs not look in library. Erik
PLEASE IGNORE, other cause, fixed Erik
Uhhh, If you have a project that is only assembly modules, there is no default library that is included. You must include one manually. Jon