Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
MDL
bmake
.ma
C++
dlls
make file
MDL programming
MicroStation
MicroStation programming mvba mesh coordinates
MicroStation XM
MicroStation XM Edition
Programming
v8 xm
v8i
Visual C
编译
ms中make编译过程梳理
ning liu
一、常用宏定义,首先熟悉常用的mke文件定义的内部文件夹路径: 常用宏: $(o)=C:\Users\LN\AppData\Local\Temp\Bentley\MicroStationSDK\objects $(rscObjects)=C:\Users\LN\AppData\Local\Temp\Bentley\MicroStationSDK\reqdobjs $(reqdObjs)=C:\Users\LN\AppData\Local\Temp\Bentley…
over 1 year ago
中国BDN社区
中国BDN社区-威客
Using Connect SDK in V8i
HDR_Coder
I am very excited about the CONNECT Edition and the additions to the SDK. My company has not yet updated to CONNECT and uses V8i. I was wondering if it would be a bad pursuit to try and use the classes and their methods in the new SDK for V8i programs…
Answered
over 7 years ago
MicroStation Programming
MicroStation Programming Forum
[V8i C++] bmake building - error LNK2019: unresolved external symbol
SergeyFadeev
Hi everyone! Need some help with building MDL project (development in VS2005; project was built with MDLProjectWizard). It seems to do with linking to kisolid library: everything worked and built well until I tried to get the solid brep... In order to…
over 10 years ago
MicroStation Programming
MicroStation Programming Forum
Re: need information and HELP!
Jon Summers
The process of creating an MDL application is similar to creating a Windows application: you build a solution by compiling several source files and linking them. Whereas Viz Studio hides those several steps behind an Integrated Development Environment…
over 11 years ago
MicroStation Programming
[Archived] MicroStation V8 2004 Edition Programming Forum
Re: need information and HELP!
Jon Summers
najas said: After making make (.mke) file what should i need to do? Create a make file najas.mke . Run mstndevvars.bat to create a Windows shell with environment variables set up for building an MDL application. At the Windows prompt: bmake najas…
over 11 years ago
MicroStation Programming
[Archived] MicroStation V8 2004 Edition Programming Forum
Re: Getting ViewContext from IViewManager
Jon Summers
Build, Compile, or Link? Arpan: On compilation I am getting error : error LNK2019: unresolved external symbol _jmdlEmbeddedDPoint3dArray_new referenced in function C:\PROGRA~1\Bentley\MICROS~1\MICROS~1\mdlapps\ViewTransients.dll…
over 13 years ago
MicroStation Programming
[Archived] MicroStation V8i Programming Forum
Re: how to change the .mke file?
Jon Summers
dujimache said: $(o)NamedPipe$(oext) (baseDir)NamedPipe.cpp \$(baseDir)NamedPipe.h The above make file statement is incorrect. The backslash (\) is a continuation character and should only ever appear at the end of a line. The colon (:…
over 12 years ago
MicroStation Programming
[Archived] MicroStation V8i Programming Forum
Re: Compilation error
Jon Summers
Make File Syntax Rodrigo: #####PG baseDir = ./ baseDir = C:\MassaV8i\ Objs = $(baseDir)Massa.mo \ $(mdlLibs)ditemlib.dlo \ $(mdlLibs)mdllib.dlo \ $(mdlLibs)rdbmslib.dlo \ $(mdlLibs)BentleyDgn.dlo \ $(mdlLibs)toolsubs.dlo …
over 14 years ago
MicroStation Programming
[Archived] MicroStation V8i Programming Forum
Re: compilation problem
Jon Summers
Lena: The first problem I ran into was that I got this message: 'cl' is not recognized With MicroStation XM and later the Bentley build tools assume that we're attempting to compile a native C/C++ project. c1.exe is Microsoft's C++ compiler…
over 14 years ago
MicroStation Programming
[Archived] MicroStation V8i Programming Forum
MDL compiler include file logic
MarkSmit
Dear all, I have a problem understanding the logic of the way include files are loaded by the MDL compiler. According to the documentation, the -i switch should be interpreted as follows: -i<dir> Add the specified directory to the list of directories…
over 12 years ago
MicroStation Programming
[Archived] MicroStation V8 XM Edition Programming Forum