[connect C++]The property 'NMakeBuildCommandLine' doesn't exist
Hi,When I try to build a example of connectSDK. I got following error message:----------------------->C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets(37,5): warning...
View ArticleRE: [V8i VBA or .NET Addin] Linestyle definition location
[quote user="Jan Slegr"] I am pretty sure there is no such method or property available in VBA[/quote]You're probably right. Here's an analogous situation: does a Text Style definition exist in the...
View Article[V8i VBA or .NET Addin] Linestyle definition location
Is there a way in either VBA or .NET addin to determine if the definition of a linestyle resides in a dgnlib or RSC file?
View ArticleRE: [Connect VBA] Problem with rotation matrix3d
Hi,I use the latest version of MicroStationIf it works whit you, there must be an other reason.Since the routine work for you, the cause must lie elsewhere.Could it be that the cause lies somewhere in...
View ArticleRE: [V8i - MDL/CPP] Bug in mdlPattern_addAssociative in V8i SS4 (8.11.09.832)
I am able to reproduce the problem and am investigating...
View ArticleRE: [Connect VBA] Problem with rotation matrix3d
Hi, if settings are the reason, I would suggest first to compare the settings of the dgn file itself. Did you test the functionality with the same .dgn file in V8i and CE? Just to test with same...
View ArticleRE: [Connect VBA] Problem with rotation matrix3d
Hi,For testing all off my routines I use the same dgn-file.And I don't use textstyle for testing this.Screenshots whit MS V8i:Settings textResult using the routine:Now for MC Connect: settings text and...
View ArticleRE: [V8i C#] No symbols loaded
Ok, even more testing and now I have something that works!If I run MicroStation using F5 (as I always have) it seems that VS thinks that ustation.exe is a 4.0, 4.5 app.That probably messes things...
View ArticleRE: [V8i C#] No symbols loaded
Hi Krister,[quote user="ksurell"]my VS Express 2013 projects[/quote]It's a bit off-topic, but why Express Edition? Visual Studio Community Edition is also available for free (under some conditions, but...
View ArticleRE: [V8i C#] No symbols loaded
No reason except I did not know :) I will download and give it try! Any immediate advantages? /Krister
View ArticleRE: [V8i C#] No symbols loaded
Express editions of Visual Studio do not support Add-Ins and extensions... so no ReSharper for example.
View Article[V8i C#] No symbols loaded
I'm about getting totally crazy! All of a sudden (after some holiday) all of my VS Express 2013 projects cannot be debugged anymore. They have been working for a long time but now most (have not tried...
View ArticleRE: [c# v8i] Addin and VBA. RegAsm error.
P:\ is not network drive. It is a local drive on my computer.I tried to compile the example from http://www.la-solutions.co.uk/content/DotNet/DotNet-ComServerGuide.htmCode (files ElementInfo.cs and...
View ArticleRE: [c# v8i] Addin and VBA. RegAsm error.
Hello, have you started Visual Studio as an administrator? regasm.exe needs admin rights. Martin
View ArticleRE: [c# v8i] Addin and VBA. RegAsm error.
[quote user="Martin Roling"]regasm.exe needs admin rights[/quote]Correct! That is, you must start Viz Studio with admin rights.Your Viz Studio project must use a 32-bit configuration for MicroStation...
View Article[CONNECT C++] Paste function can not be called
Hi,I am trying to implement a "paste" function. The following is my code:---------------------------------------------------------------int ClipboardDataFormats ( int *numResponsesP,...
View ArticleRE: [c# v8i] Addin and VBA. RegAsm error.
It's not work(((I tried compile this project on another computer and I have problem too.Perhaps it is important to: in my work I use innovoCAD tools... But all project's properties as in example...
View Article[CONNECT C++] "paste special" did not show my data type
Hi,I tried to add a new data type under the "paste special". But it does not work for me. The following is my code:--------------------------extern "C" DLLEXPORT void MdlMain(int argc, WCharCP...
View ArticleRE: [c# v8i] Addin and VBA. RegAsm error.
Can you build our XSL Transformer project? It has no dependencies on MicroStation, so it's simple to understand and should be simple to build.
View ArticleRE: Selection Set
It's ok, I've done it in VBA. Thank you for advice! Now I have another question: how can I select all elements on one or more levels in a reference? The reference file and the active model have the...
View Article