Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Writing C toolkit, I can't seem to get rid of these linker warnings. Basically I am charged with locally defining functions that are base C functions. Is there a way to fix these. I see there was a previous topic in this as well, but it was with OTK.
1>jobdump.obj : warning LNK4217: locally defined symbol fclose imported in function BnoteAdjustViewScales
1>jobdump.obj : warning LNK4217: locally defined symbol fflush imported in function BnoteAdjustViewScales
1>jobdump.obj : warning LNK4217: locally defined symbol fgets imported in function user_action
1>jobdump.obj : warning LNK4217: locally defined symbol fopen imported infunctionBnoteAdjustViewScale 1>jobdump.obj : warning LNK4217: locally defined symbol remove imported in function user_action
1>jobdump.obj : warning LNK4217: locally defined symbol sprintf imported in function oteConstructNoteText
1>jobdump.obj : warning LNK4217: locally defined symbol memmove imported in function FtoA
1>jobdump.obj : warning LNK4217: locally defined symbol strncmp imported in function user_action