I am trying to get the Microsoft Mappoint OCX working in C++ Builder 6.0 Pro.
So far I can place pushpins and delete them but I cannot attach a name or note.
When the compiler is in Debug mode the code will compile without any error but crashes when running Mappoint related code.
It reports - Debugger Exception Notification
Project MapTest2.exe raised exceptionclas EAccessViolation with message 'Access violationat address 00401DD3 in module 'MapTest2.exe.
Reda of address 00000000'. Process stopped. Use Step or Run to continue.
It would appear that the C++ cannot handle the Microsoft Mappoint OCX properly - all suggestions welcome.
When the complier is in Release mode the code works.
:rolleyes: