Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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
