Advertisement

MSVC Error : ___pfnBkCheck

Started by November 23, 2000 03:39 PM
2 comments, last by arno 23 years, 11 months ago
Hm, life really gets harder these days. VC6++ tells me, it''s missing some external symols called ___pfnBkCheck etc. Well, they must have been there, ''cause earlier sources compiled without problems. I probably killed the files while installing VC-SP2 manually.... Can anyone tell me what is missing & should be reinstalled ?? Pretty Please ?? arno
Do you have VC++ introductory edition (learning edition)?
In this edition there''s a function (___pfnBkCheck) in the crt libraries wich displays a messagebox before a program is executed.
(this msgbox says you can''t distribute your programs because they were compiled with VC++ introductory edition)

I don''t know how to remove this dependency
Advertisement
Hm, right, that''S my version. But what exactly is my
compiler missing when it''s telling me it couldn''t find
the symbols?? Am I missing a Lib-File or what ??


arno
This is a bit of a naughty solution, but you could try creating your own .lib that defines an identical function and linking to it when you make your executable.

I wouldn''t imagine that this is looked on favourably by Microsoft though.

This topic is closed to new replies.

Advertisement