Hi Experts,
I am new to Microstation Application(C++) development, and i have no experience about the make file configuration, and would like to write, compile and link code with just Visual studio, so my question is whether we can avoid to use Miscrostation SDK tool to build and link the C++ code,
can we just configure the Visual Studio project to reference the right Include head files, and the reference .lib files, then build the dll, load by Microstation?
I have read a lot thread in the forum,and start with this wiki: https://communities.bentley.com/communities/other_communities/bdn_other_communities/b/bdn-blog/posts/mdl-1
to build my first application, but the environment configuration is really difficult for me, i can't successfully build the Hello application.
thanks,
Rick