Hi,
I have been trying to debug one of the example code in Microstation CONNECT 10.08.00.37 using Visual Studio 2015 Community Edition. Is there any documentation on how to go about doing this. Every document I find either is for 8i or a different version of Visual Studio. I can't seem to be able to even locate where to specify to Visual Studio about the location of the DLL. I also find that it needs the location of the pdb file (in the mdlApps folder). It would be nice for Bentley to create a documentation which which outlines the whole debug process.
If anyone has this info, I would greatly appreciate it.
Thanks.
Dilip Bhandarkar said: I can't seem to be able to even locate where to specify to Visual Studio about the location of the DLL
I don't understand your statement. If you've used Viz Studio to build your project, it clearly knows the location of the DLL it has built for you. You specify the DLL location in Viz Studio's project Properties|Linker...
In this example, Windows environment variable MS contains the MicroStation folder. Viz Studio understands Windows environment variables: it treats it as a built-in macro using syntax $(MS). If you don't have that variable defined, you can use the full path.
MS
$(MS)
Regards, Jon Summers LA Solutions
Jon,
Thanks. I will try it.
Please cancel my subscription as I have retired.
Dilip Bhandarkar