We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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