Question 9: How do I debug Visual C++ applications for InRoads?
SELECTservices | 6218 - Bentley InRoads SDK FAQFrom the InRoads Explorer, Tools->Run Macro, then select the Visual C++ DLL file(Debug configuration). The screen will flip back to VC++ at the breakpoint, use the VC++ debugger commands to step through the code.
Related QuestionsQuestion 6: How do I debug Visual Basic applications for Bentley InRoads?
SELECTservices | 6218 - Bentley InRoads SDK FAQGo to Tools > Run Macro and select Visual Basic DLL. The focus will flip back to VC++ at the breakpoint. All you need to do to debug an Out-Of-Process application is, use the Visual Basic debugger commands.
Related QuestionsQuestion 7: How do I compile Visual C++ applications for Bentley InRoads?
SELECTservices | 6218 - Bentley InRoads SDK FAQIn order to have access to the InRoads SDK function signatures, set the Additional include directories under Project > Settings > C/C++ tab > Preprocessor Category to point to: the current location of the InRoads SDK for example; c:\Bentley\Selectcad\sdk. In order to link, go to the Project Settings dialog and the Link tab and set Object/library modules to: the current location of SCadSDK.lib. For example, C:\Bentley\SelectCAD\sdk\SCadSDK.lib.
Related QuestionsQuestion 8: How do I run Visual C++ applications for InRoads?
SELECTservices | 6218 - Bentley InRoads SDK FAQFrom the InRoads Explorer go to Tools > Run Macro, then select the Visual C++ DLL file(Release configuration).
Related QuestionsQuestion 4: How do I compile Visual Basic applications for Bentley InRoads?
SELECTservices | 6218 - Bentley InRoads SDK FAQAnswer: It depends on whether you are going to create an In-Process or Out-Of-Process application. Below is the process for both: Compile with Project Type as "ActiveX DLL". Use the installed VBSamples InProcess example as a template. Copy the contents of the InProcess directory to a new directory and rename the project (vbp) file. Either modify the startForm.frm or delete it and create a new startForm.frm. A startForm.frm is required. Compile with Project Type as "Standard EXE" .
Related QuestionsQuestion 5: How do I run Visual Basic applications for Bentley InRoads?
SELECTservices | 6218 - Bentley InRoads SDK FAQAnswer: Again, this depends on whether the application is In-Process or Out-Of-Process. Below are explanations for both:
Related QuestionsWhy do I encounter linking errors when building Debug applications in Windows with Visual C++?
Support - Frequently Asked Questions - The ACE ORBIf you're linking debug versions of an executable or DLL and have unresolved symbols, there are several possible reasons:
Related QuestionsHow to debug LessTif applications ?
LessTif Frequently Asked QuestionsWe have some documents which should help to track down bugs in LessTif-based applications. BUG-HUNTING.html describes some specifics of LessTif's built-in debugging facilities while bugs.html covers more general the topic of debugging X11 applications.
Related QuestionsHow do I compile/build/debug MESS with Visual C?
faq [MESS DevWiki]You can invoke the build with MSVC_BUILD=1 and the build will use Visual C instead of MinGW. Note that MinGW is still required as GNU make is used rather than nmake. Using the Microsoft compilers allows one to use the Visual C debugger to debug MESS, but one does not get the full benefits of the IDE.
Related QuestionsWhat types of applications can I build with Visual C# 2005 Express?
Frequently Asked Questions (FAQ)Visual C# 2005 Express can be used to build Windows applications, consoles (sometimes referred to as "command line applications"), and reusable components. If you want to create interactive Web sites, you should use Visual Web Developer 2005 Express Edition which fully supports the Visual C# language.
Related QuestionsCan I debug code easily using MSDEV / MS Visual C++?
FAQ Section - Support for WinDriver, KernelDriver, DriverBui...YES! The code of the device driver you write runs in normal Win32 user mode. Therefore, you can compile and debug your code using MSDEV/MSVC++. Please refer to Technical Document #19 for more information regarding debugging your driver code with WinDriver and KernelDriver. If you need to define more than WD_CARD_ITEMS items for your card (currently 20 items, according to the definition of WD_CARD_ITEMS in windrvr.
Related QuestionsQuestion 9: What are some examples of applications of constructive uses of radioactive isotopes?
Questions and Answers.There are many, many more: see Radiation Specialties Section of our site. Also, see Radioactive Materials and Beneficial Uses and Production of Isotopes.
Related QuestionsCan I use OCXs in my 16-bit Visual C++ 1.5x applications?
ActiveX Control FAQ - GeneralThe 16-bit version of Visual C++ (1.5x) only supports the development of OLE controls. It does not allow for the use of them in any way. Other 16-bit tools, such as Visual Basic 4.0 (16-bit) and Oracle's Power Objects, however, do allow their use. I think that Borland's 32/16-bit environment does allow their use too, but does not allow any "design time" configuration of the controls.
Related QuestionsWhy can't I use Visual C++ debugger with SDL applications?
Simple DirectMedia LayerYou need to pass the SDL_INIT_NOPARACHUTE flag to your calls to SDL_Init() to make the msvc debugger work. Otherwise the debugger will be unable to trace exceptions, and other debugging features like run to cursor won't work.
Related QuestionsHow do I debug a designer for a control in Visual Studio?
Debugging - Windows Forms FAQsYou need to use a second instance of Visual Studio to debug the one that's running the code. Put your control on a form. Start a second instance of Visual Studio and choose the Debug | Processes menu item. Double-click devenv.exe and choose Common...
Related QuestionsWhy Visual C++?
Base One - Frequently Asked Questions about BFCVisual C++ is Microsoft's premiere Windows programming environment. While there are several interesting, up-and-coming contenders in the client/server marketplace, C++ has proven itself to be the best tool available today for building large-scale, mission-critical applications. Although "Fourth Generation" programming environments offer features for rapid development, the end-results are often disappointing or impractical for large-scale implementations.
Related QuestionsQuestion 1: What is the Bentley InRoads SDK?
SELECTservices | 6218 - Bentley InRoads SDK FAQAnswer: The Bentley InRoads SDK provides interfaces for Visual Basic, Visual C++, and MDL development tools that will allow you to create custom applications in the following areas:
Related QuestionsHow to use Dynamic Web TWAIN in Visual C++ Non-Dialog Based Applications?
Dynamic Web TWAIN ActiveX/Plug-inFor more information about this question, please refer to Using Dynamic Web TWAIN in Visual C++ Non-Dialog Based Applications (SDI, MDI).
Related QuestionsWhat's the difference between C++ and Visual C++?
Compiler dependencies Updated! , C++ FAQ LiteRecall that when you delete[] an array, the runtime system magically knows how many destructors to run. This FAQ describes a technique used by some C++ compilers to do this (the other common technique is to use an associative array). If the compiler uses the "over-allocation" technique, the code for p = new Fred[n] looks something like the following.
Related QuestionsWhy can't I see the C-Sharpener For VB menu in Visual Studio .NET?
Frequently Asked Questions (FAQ) about C-Sharpener For VBAssuming that you have successfully installed C-Sharpener For VB, the menu option should automatically appear. If it doesn't appear, then try the following: Turn on the checkbox to the left of C-Sharpener For VB and click the OK button. The menu option should now appear.
Related QuestionsAre there any compatibility issues with Visual C++?
SGI STL: Frequently Asked QuestionsVisual C++ provides its own STL implementation, and some of the other Microsoft C++ library headers may rely on that implementation. In particular, the SGI STL has not been tested in combination with Microsoft's new <iostream> header. It has been used successfully with the older <iostream.h> header.
Related QuestionsQuestion 9 - Besides games, does Maxis have other Java applications?
Configuration FAQMaxis is currently offering enhanced games at the moment. More JAVA applications will follow suite in the near future.
Related QuestionsCan I integrate STATISTICA into other applications, such as a custom Visual Basic application?
FAQ 5Yes. STATISTICA can be controlled from within other applications, such as Visual Basic, using the STATISTICA Command Language (SCL). Programs written in SCL can be executed from within Visual Basic using the SHELL command. This allows for the complete integration of STATISTICA into your custom application or other applications such as ms Excel, ms Access, or ms Word. See the STATISTICA Development Environment for information about how to manage STATISTICA data files from within Visual Basic.
Related QuestionsHow can I "debug" my CSPro applications?
FAQ - CSProCan I create a view of two multiple records or items similar to the way a SELECT statement in SQL uses a JOIN? Browse all FAQs in this section:
Related QuestionsHow do I view debug or trace statements when debugging an application in Visual Studio?
Debugging - Windows Forms FAQsWhen your application is launched from Visual Studio in Debug mode, you will see all trace and debug messages in the Output window. Contributed from George Shepherd's Windows Forms FAQ
Related QuestionsHow do I debug paint and focus problems since Visual Studio always gets in the way?
Debugging - Windows Forms FAQsUsing dual monitors is one way to tackle this problem. If you happen to be running on a terminal server machine there's an even better way to do this. Create a terminal server session to your own machine and start the exe in the terminal server window...
Related QuestionsCan I deploy managed C++ applications with "ClickOnce"?
General - Windows Forms FAQsYou can use "ClickOnce" to deploy .NET Framework based applications built with any language, including C++.
Related QuestionsQuestion: Can VB6 and older Visual Studio applications apply for Windows Vista Logo certification?
Dario Airoldi TechNotes : Frequently asked questions on Wind...Answer: Yes, as long as the application conform to logo requirements. Sometimes older runtime libraries violate security rules (es. Write access to WRP resources) or reliability rules (es. Fail APPVerifier checks). Migration to Framewark 2 is recommended but not required. In such cases, the ISV can contact swlogo@microsoft.com to work out solutions on a case by case basis. Answer: Certificates can be obtained from third party Certificate Authorities such as Verisign or Geotrust.
Related Questions