VOGONS


First post, by Dosogger

User metadata
Rank Newbie
Rank
Newbie

I trying to write a simple game and have run into a dead end. I am using Turbo C 2.01 to write my game and am following this tutorial. AWhen i try to compile my game i get the error "unknown symbol _fmemcpy and _fmemset". I have included string.h which is supposed to contain those functions but, after further investigation does not. I am using the wrong version of turbo c or did i not install it correctly?Any assistance in this matter would be greatly appreciated.

Sincerely,

Dosogger

Reply 2 of 5, by Dosogger

User metadata
Rank Newbie
Rank
Newbie

Sorry about that. Do you know where i can post my question to have it answered as I'm totally stumped.

Sincerely,

Dosogger

Reply 3 of 5, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

sounds like you forgot to link against a library

Water flows down the stream
How to ask questions the smart way!

Reply 4 of 5, by bloodbat

User metadata
Rank Oldbie
Rank
Oldbie

Try memcpy and memset...

Reply 5 of 5, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Turbo C 2.01 is too old for these. You could try your luck with Open Watcom.

1+1=10