• [CONNECT C++] Error LNK2001 calling function from another cpp file

    Hi, I already asked a similar question and the problem was a missing library in the *.mke file. At the moment I have my "main" .cpp file and I want to call an Initialization function from another .cpp file. I did it in a similar way to the "exampleSolids…
  • [Connect] missing mdlDialog_rectWidth()

    Any idea how to replace or substitute this function? TIA!
  • Simple C++ function call

    Hello all, I have the MicroStation Developer Shell working and am able to build and run all of the projects in the SDK. I have taken the file CustomizeTestApp.cpp and have left in the headers but stripped away all the functions and anything inside…
  • DRAFTPAL command

    I came across this line in a macro while trying to figure out why it wouldn't work. MbeSendCommand "DRAFTPAL KEYIN mdl silentload CHNGTXT" I would assume it's suppose to send a keyin command to open the CHNGTXT dialog box. Only it wouldn't until…
  • MV8.RasterManager.ExportRasterFile in VB.NET

    Hi to everyone, I'm trying to make a batch raster conversion through an external vb.net application. First of all, the task, manually, is to do: utilities | image | convert | Raster Convert. Every .cot file will generate a .JPEG + .HGR…
  • resource to show a jpg??

    hi again.. i need help again... i must compose a window like this (vb6 generated) one http://lh5.ggpht.com/_db1SZJ4YlKc/SUt-po4TXnI/AAAAAAAADok/0aDqTiGdm7w/logomicrosoft.jpg i have a groupbox, three text, one optionbutton, three pushbutton, and…
  • ProjectWise API - unable to copy project

    I am trying to use the aaApi_CopyProject function from the PW SDK to copy a project but keep getting an error with a returned (and unhelpful) message: "Folder copy failed" from aaApi_GetLastErrorMessage. I am logged in using the aaApi_AdminLoginDlg function…
  • Re: Select windows printer/plotter

    the v7 .mc source file is about 15.000 lines long, the .r file is about 2500 lines long, and i'm quite new to mdl programming I am new too with VC++, but i know i can add some funcionalities with it i have some code void get_printers(char *impresora…
  • Custom extension

    We use a custom extension that replaces the .dgn for our sheet files. We are finally upgrading to XM and we would like our custom extension to be listed as an option in the "files of type" filter on the open dialog. in previous versions, once you typed…