View Single Post

  #8 (permalink)  
Old 09-08-2005
ma2005pp ma2005pp is offline
Junior Member
White Belt
 
Join Date: Sep 2005
Posts: 5
I think you should

(1) double check the file mpna82.tlb

On my machine, the file is

Code:
C:\WINDOWS\system32>dir "C:\Program Files\Microsoft MapPoint\mpna82.tlb"
 Volume in drive C has no label.
 Volume Serial Number is B058-A879

 Directory of C:\Program Files\Microsoft MapPoint

06/20/2003  02:11 AM           134,832 MPNA82.tlb
               1 File(s)        134,832 bytes
(2) if there are files mpna82.tlh and mpna82.tli
in your debug or release folder

(3) Build the code with map file, and try to find if the missing symbols are in the map file. For example, I could find method "Quit" in my map file

Code:
0001:000001d0       ?Quit@_Application@MapPoint@@QAEJXZ 004011d0 f   ComInterfaces.obj
Reply With Quote