PDA

View Full Version : Hello Team Any help for fix 2 error in compile emulator.


califor
December 9th, 2015, 04:51
Hello Team,

Any help for fix 2 error in compile emulator?
See this capture:

3022

I have complete files:

3023


Thank You!!



Califor.

Aimless
December 9th, 2015, 05:03
Which of these files above holds the definition for DoQuery and ChiperSent?

Looks like you forgot to import lib prototypes (if the DoQuery and ChiperSent are in a obj file) and/or forgot to link (during linking phase) with the external dll that may, if at all, provide these 2 functions.

Have Phun