MSVC Error : ___pfnBkCheck
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
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
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
compiler missing when it''s telling me it couldn''t find
the symbols?? Am I missing a Lib-File or what ??
arno
November 24, 2000 04:48 AM
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.
I wouldn''t imagine that this is looked on favourably by Microsoft though.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement