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…
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…
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…
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…
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…
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 (:…
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…
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…