Search 5,000,000+ questions and answers.

Frequently Asked Questions

How to debug LessTif applications ?

LessTif Frequently Asked Questions
We 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 Questions

Can I use LessTif in my applications?

LessTif Frequently Asked Questions
You should be able to compile and run your code, how well it works is another matter... If it doesn't, then we're very interested in hearing about what doesn't work and why (we can't fix bugs that we don't know about), and we're even more interested in a fix. If your favorite application does work, please tell us so we add it to the list of apps known to work.
Related Questions

What is LessTif?

LessTif Frequently Asked Questions
LessTif is a clone of the Motif® toolkit. Currently LessTif is partially implemented with most of the API in place. Saying this a lot of the internal functionality is still missing. Compatibility can have several degrees, the ultimate one being binary compatibility. This is the one we're aiming for.
Related Questions

Who is developing LessTif?

LessTif Frequently Asked Questions
A few Internet based individuals as listed in core.html. Nobody is paid to work on it, all is effort by volunteers. Look for an all-time list of authors in the AUTHORS file in the LessTif distribution, while CREDITS acknowledges the contributions of various other people. Keeping a list of developers for each widget is not really possible mainly because the we're not fanatic about ownership of a widget. We do keep in touch enough to know who's messing with what so we don't overlap too much.
Related Questions

Is there a LessTif newsgroup?

LessTif Frequently Asked Questions
Regularly, questions about LessTif (or about any free Motif®) clone are asked in comp.windows.x or comp.windows.x.motif .
Related Questions

What Platforms is LessTif on?

LessTif Frequently Asked Questions
A more accurate list is available in an extraneous file. Here's an excerpt, with version numbers stripped for brevity: Linux, FreeBSD, NetBSD, OpenBSD, BSDi (BSD/OS), Sun (SunOS, Solaris), MkLinux, OS/2, AIX, Digital UNIX/Compaq Tru64, HP/UX, Windows NT, Windows 95 (with cygwin)
Related Questions

How complete is LessTif ?

LessTif Frequently Asked Questions
Actually most LessTif widgets work somewhat. Many work fairly well. Things like traversal and focus handling have been worked on, but probably aren't really all that functional yet. The menu system is quickly losing its child diseases (occasionally freezing the X server with grabs). If you're not in a rush when working the menus, the odds are low that you'll get in much trouble. Also dragging in the menus will get you in trouble faster than clicking.
Related Questions

Is there any documentation for LessTif ?

LessTif Frequently Asked Questions
Yes the LessTif Documentation Project (LessDox) check out the LessDox home page at: http://www.lesstif.org/Lessdox/lesstif.html
Related Questions

How can I "debug" my CSPro applications?

FAQ - CSPro
Can 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 Questions

How can I build debug applications with non-debug libraries?

Support - Frequently Asked Questions - The ACE ORB
During development, you will normally want to build your application code with debugging enabled. However, you may be using non-debug versions of the ACE, TAO, and CIAO libraries. Depending upon your platform and development environment, special care must be taken to make sure your debug-enabled application can link against non-debug ACE, TAO, and CIAO libraries.
Related Questions

Can I debug applications that have been obfuscated by Spices.Obfuscator?

Rays.Net - Spices.Net Suite - Spices.Net/Spices.Obfuscator F...
Yes, with Spices.VSIP.Obfuscator, you can integrate obfuscation into the build-process, and debug applications in Visual Studio immediately after obfuscation if you set the StripDebugInfo option to False for complete support of the code.
Related Questions

How can I debug my EJB applications?

www.adobians.com
Borland's JBuilder 3.5, Foundation Edition allows you to debug any Java 2 application, including the Inprise Application Server, WebLogic Server and J2EE Reference implementation. You can download it free from www.borland.com/jbuilder. There are other IDE's out there including NetBeans/Forte www.sun.com/forte/ffj/ce/ that can also debug EJB.
Related Questions

Will LessTif be Motif1.2 Compliant?

LessTif Frequently Asked Questions
Up to now we are very close, all interfaces are in place, we might only have to fight against some remaining bugs ... Therefore, we expanded the source directory tree to make it easy to add new stuff, and to build several versions of the library (and the corresponding tools). So if anybody has a widget, or an application, to offer which can advance us in the 2.x or CDE areas, please E-mail us. Somewhere along 1997 we actually started building 2.0 compliant widgets.
Related Questions

Is it more difficult to debug uClinux applications than Linux applications?

faq [Blackfin Linux Docs]
Debugging uClinux application is the same as debugging Linux application. We can use printk() to print out kernel information; use GDB to debug applications; or use KGDB to debug the kernel or drivers.
Related Questions

Can I use the SMC's debug output facility for my own applications?

BeBOP Sparse Matrix Converter FAQ
Yes you can, although currently you may find that increasing the debug output verbosity (via either the SPMV_DEBUG_LEVEL environment variable or the smvm_set_debug_level() function) will cause the SMC to run much more slowly than usual (due to debugging code) and produce a lot of debugging output. Check out bebop_util/log.h for more details.
Related Questions

Can TracePlus debug applications running as a limited user?

FAQ
The following versions of TracePlus are installed under the "All Users" profile and have been updated to debug applications running as a limited user: TracePlus has native support for Win32 executables written in C# and Managed C++. API calls from both managed and unmanaged code can be captured.
Related Questions

Question 6: How do I debug Visual Basic applications for Bentley InRoads?

SELECTservices | 6218 - Bentley InRoads SDK FAQ
Go 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 Questions

Question 9: How do I debug Visual C++ applications for InRoads?

SELECTservices | 6218 - Bentley InRoads SDK FAQ
From 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 Questions

Can I debug applications compiled using the WIDCOMM BTW-CE DK?

Broadcom Corporation - Bluetooth Support - BTW-CE FAQ
Yes there is a debug mode. Just as you can compile regular Microsoft Visual C++ 6.0 applications in debug mode, you can do the same using Embedded Visual C++ 3.0. To debug, do the following: NOTE: If your Pocket PC device is based upon SH3 or MIPS processors, you will have to alter these settings. You should be able to step through your program from there. For further details, see your Microsoft Embedded Visual C++ documentation.
Related Questions

I installed LessTif but I can't compile apps with it. What's wrong ?

LessTif Frequently Asked Questions
You may have an application that's not error-free; or (more likely) one which needs configuration for your site, computer platform, etc. If it's not a bug within the application it probably has to do with your compiler options. If it's indeed that, there are several possibilities. In the examples we'll give now, we'll be using some installation directories that may differ from your installation.
Related Questions

When are applications due?

FAQ
Because the MMH Program begins in May each year, our selection process concludes earlier than most other graduate programs. Deadlines vary depending on your campus choice: Ithaca or Singapore. You must complete your application and a personal interview before an application deadline in order to receive an admission decision by the corresponding notification date.
Related Questions

What is Motif (LessTif)?

Grace FAQ (for Grace-5.1.12)
Throughout the Grace docs, saying "M*tif" we actually refer to the M*tif API, defining a set of functions for building graphical user interfaces (GUI) via numerous widgets (buttons, labels, etc). Grace makes a heavy use of the M*tif API. There are several implementations of the interface. The original OSF Motif (see http://www.opengroup.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact