MicroStation API VS2003 Example

Hi Guys,

 I have found it extremely hard trying to find some sort of documentation regarding getting mdl to work in visual studio 2003..

Could someone please provide a very simple example visual studio project which will allow for both mdl and microstation api?

 

Thanks.

 

 

Parents Reply
  • Thanks Jon, your always very helpful.

     I have been to your website and set up everything.

    The issue i was having was that when i tried to compile, it wouldnever find the MicroStationAPI.h

     i found the solution to be  adding these lines to the mke file

    dirToSearch = $(MSMDE)mdl/MicroStationAPI/
    %include cincapnd.mki 

     for anyone else having that problem ^_^

     

    I believe everything is ok now. Thanks!

Children