Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/21/02 10:26
Read: times


 
#31140 - RE: How to call lib functions from asm
Have you added the appropriate 'C' library to your Project?
You don't need to do this when you write in 'C', because Linker automatically "knows" that it's a 'C' project and therefore automatically includes the required 'C' runtime.
But, if the rest of your project is Assembler, you won't get this automatic 'C' support - you have to do it yourself.

List of 2 messages in thread
TopicAuthorDate
How to call lib functions from asm            01/01/70 00:00      
RE: How to call lib functions from asm            01/01/70 00:00      

Back to Subject List