Re: Solid Working Area
That has come up in the past fror sure, which is why we usually convert old models unless they are just for reference.
View ArticleRe: [v8i VBA] add link to element
Hi Mark,That is the solution. Thanks very much.John SchippersPara_Graph
View Articlemdl make file
Dear All,I am in process of converting v8 mdl coding to v8i mdl.You compiling I got the error "no rules to build in RSC file. I have attached screenshot for your referenceKindly help me to solve this...
View ArticleRe: mdl make file
A screen shot that shows the same error 5 times doesn't make it easier to diagnose the problem. That's like sending your doctor 5 photos of an injury to your arm and asking her to cure you.It would be...
View ArticleRe: How to convert Dgn file into image format (.jpg) using C# ?
@ taibcIam working with C# as well and currently doing image processing with image sdk. If you want , you can try image conversion component .it works well in my C# project.hope it could be aliitle bit...
View ArticleRe: How to convert Dgn file into image format (.jpg) using C# ?
camillem210:You can try image conversion component .it works well in my C# projectHow does that RasterEdge API help with a MicroStation DGN file? The RasterEdge supported formats don't include...
View ArticleProblem with Loading .dll ( Developed Using C# .Net) file from server system...
Dear Sir,I am getting a problem while loading the .dll file from server system.Procedure i am using to load .dll files.1) Workspace -> Configuration -> All(Alphabetical) -> MS_ADDINPATH ->...
View ArticleRe: fseek, ftell Problems in C-style native code DLL
Thanks to all,I think, I found a solution for the ftell, fssek problems.My C-style program now runs without errors.The files are opened without association to the MDL program (as described in the...
View ArticleRe: Problem with Loading .dll ( Developed Using C# .Net) file from server...
You have to find a way to load an assembly from a network location, by default is is prohibited by the system. This is not MicroStation specific, MicroSoft prevents you from loading a .dll from any...
View ArticleRe: Problem with Loading .dll ( Developed Using C# .Net) file from server...
Daniel Christopher:Working fine if i am using local system path.I am getting a problem while loading the .dll file from server.This has nothing to do with MicroStation. As Michael writes, it's a...
View Article[V8i mdl] mdlFile_move is still available?
Hello,I need to use mdlFile_move, but get:error: MDL buil t-in 'mdlFile_move' used but not declared. You probably need to include the appr opriate FDF file.In which FDF file it's stored? For...
View ArticleRe: [V8i mdl] mdlFile_move is still available?
Juliawhere did you get the function mdlFile_move from ? Do you change older code ? I could not find any entry in help or even in any of the delivered include files. Or do you simply expect a...
View ArticleRe: [V8i mdl] mdlFile_move is still available?
Julia Frid:In which FDF file is mdlFile_move stored?I don't see mdlFile_move in any header file, nor is it mentioned in the MDL Function Reference Manual.
View ArticleRe: [V8i mdl] mdlFile_move is still available?
Thank You for so fast reply.I just saw this by this link "http://discussion.bentley.com/cgi-bin/dnewsweb.exe?cmd=article&group=bentley.microstation.v8.mdl&item=14353&utag=" and was very...
View ArticleRe: For Each oRaster In theRasters error theRasters no definie
my installation is break , i test in an other PC it's works
View ArticleRe: [V8i mdl] mdlFile_move is still available?
If you are using pseudo-code MDL you can copy using mdlFile_copy() and then use the standard C library functions: remove() or unlink(). If creating Microsoft native code MDL, the you may want to call...
View ArticleRe: [V8i mdl] mdlFile_move is still available?
Julia Frid: Is there any built-in function to delete a file or folder?You need to tell us whether you are using pure MDL, or if you are writing a native-code app. with C or C++.Classic C (also works...
View ArticleRe: How to convert Dgn file into image format (.jpg) using C# ?
Only drawback that built-in print command won't be able to create raster with coordinates(SRS).
View Article[v8i SS2, VBA] Constructing custom linestlyes in code, on the fly
I'd posted about this quite a while back, but never followed up with the results. I've uploaded a utility for generating simple repeating text linestyles.LinestyleGenerator.mvbaRather than attempting...
View ArticleRe: MdlCommandName & MdlCommandNumber - MDL or Native code one or the other...
Resurrecting this due to end of semester and having to mark mountains of undergrad assignments getting in the way, I've played with this some more and still no joy. I am getting the error number 32768...
View Article