QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

Will it build under Borland C++ Builder?

MySQL++
The only major feature that doesn't work out of the box is the Specialized SQL Structures. It can't work as-is due to a compiler limitation. A full discussion of the problem and possible workarounds is in this mailing list message. We do not ship BCBuilder project files with the package, and we likely never will, for a couple of reasons.

Can the static libraries generated by DLL to Lib be used in Borland C++ or Watcom C++?

FAQ
Currently DLL to Lib can only generate COFF-format static libraries. Since Borland C++ and Watcom C++ use Intel's OMF-format libraries. You must convert the static libraries generated by DLL to Lib into OMF format before using them in Borland C++ or Watcom C++. See similar questions...

Are there any project wizards for Borland C++ Builder?

Support - Frequently Asked Questions - The ACE ORB
Yes, Christopher Kohlhoff (chris@kohlhoff.com) has developed these and made them available at http://www.tenermerx.com/programming/corba/tao_bcb/using/index.html . MFC Libraries are libraries built with the ACE_HAS_MFC variable defined. See What issues are involved when using MFC with ACE/TAO? for more details of what this means. The OCI-produced binary installation kits do not contain MFC libraries for Windows platforms. See similar questions...

How do I use SDL with Borland C++?

Simple DirectMedia Layer
SDL 1.2.5 and newer have projects for C++ Builder 5 and 6 for Windows, Kylix 3, and the free Borland C++ command line tools. Take a look at Borland.html in the source archive. For both Watcom C/C++ and Borland C/C++ the compiler option that makes enums having the size of an int must be enabled. This is "-b" for Borland C/C++ and "-ei" for Watcom C/C++ (v11). You still need the SDL_MAIN.LIB file, so that you don't need to define WinMain() and all that junky windows stuff. You have no . See similar questions...

Are you planning to support Borland C/C++?

Tenberry Software's InstantC for Windows -- FAQ
Eventually, but Borland support isn't currently scheduled. If our customers want support for Borland or any other compiler, we will provide that support. In the meantime, we are concentrating on making InstantC for Windows as productive as possible. See similar questions...

Can you access Protégé using a C++ API?

Protégé FAQ
The Protégé API is only available in Java. You can access Java APIs from C and C++ using the Java Native Interface (JNI). The JavaSoft website and most intermediate/advanced Java programming books provide usage examples. See similar questions...

How do I get the user's name and password from within a C++ ISAPI DLL?

Flicks Software's FAQ
In the event log, I am getting "(!m_directory.IsEmpty())", "(!m_codeName.IsEmpty()", or "AXISP (7726725) error, directory not set" I am getting "Invalid License (Code4)!, (code 4) The software has not been installed correctly. Invalid license (Code5)! (Code 5) The installation went fine, but I'm having trouble making the authentication via the NT database work at all. See similar questions...

How do I get access to the Google SOAP Search API service?

Google SOAP Search API
We are no longer issuing new API keys for the SOAP Search API. (Developers with existing SOAP Search API keys will not be affected.) Depending on your application, the AJAX Search API may be a better choice for you instead. It tends to be better suited for search-based web applications and supports additional features like Video, News, Maps, and Blog search results. See similar questions...

Why do you distribute LCC-Win32 and Borland C/C++ compiled versions ?

MGGEN.COM : FAQ (Magic Software Enterprises)
So you have the choice ! I use LCC-Win32, and only compiled with Borland C/C++ in case I'll need C++. A few functions need recent system DLLs (such as comctl32.dll) to fully work. Try to install IE3 (at least). Make sure you have the good version on this PC (try 'get.about', this procedure shows an about box that shows the version). Magic did not find the DLL. The best place to put Magic DLLs is in your Magic folder (the same place as you mmgenw.exe or mgrntw.exe). See similar questions...

Can DOS/4GW be used with Borland Turbo C/C++?

DOS/4G and DOS/4GW FAQ: Compatibility
There are, however several 16-bit DOS extenders that you could use -- Phar Lap, Borland's PowerPack, and, of course our DOS/16M. Some versions of a program from Novell called TCPIP.EXE, a real mode program, will cause the high words of EAX and EDX to be altered during a hardware interrupt. This bug breaks protected mode software (and other real mode software that uses the 80386 registers). Novell has released a newer version of TCPIP that fixes the problem. See similar questions...

Q9. What is the history of the IEEE POSIX 1003.1 System Application Interface (C API) ?

POSIX.1 FAQ
Historically, POSIX 1003.1 has been the base standard upon which the POSIX family of standards has been built. In keeping with its original focus on the UNIX system, it is aimed at interactive timesharing computing environments. The first edition of IEEE Std 1003.1 was published in 1988. Subsequent editions were published in 1990, 1996 and 2001. The 1990 edition was a revision to the 1988 edition and became the stable base standard onto which further amendments were added. See similar questions...

Do you support C++ Builder or Delphi?

Frequently Asked Questions
No. Both of these products often have trouble importing ActiveX controls and components that have been created using Microsoft development products. See similar questions...

Can I use my Borland or Microsoft compiler with Paradigm C++ Professional?

Frequently Asked Questions
Currently there is no support in the IDE for older Borland or Microsoft compilers. Debugging is fully supported with the Paradigm C++ integrated debugger. See similar questions...

Where can I get information about the C++ compiler from {Borland, IBM, Microsoft, Sun, etc.}?

Compiler dependencies Updated! , C++ FAQ Lite
GNU C++ ("g++" or "GCC"): gcc.gnu.org/. Note: there are two versions precompiled for Win32: Cygwin and minGW. If anyone has other suggestions that should go into this list, please let me know; thanks; (cline@parashift.com)]. See similar questions...

I'm having trouble installing the Borland C++ compiler--can you help?

Professor Smiley's C# FAQ's
Yes I can--I've written an article (complete with pictures) that will guide you through the process. It's my September 2001 article and can be found here. Associates | Books I have written | Bookstore | C++ | C# | Classes/Seminars/Bootcamps | Contract Programming/Consulting | Free Stuff | Help for the beginner programmer | Java | Join Professor Smiley's Mailing list | Join my HelpwithVB group | Make a donation | News| Teaching | TV appearances | Visual Basic See similar questions...

Can I access my C/Fortran library routines in PDL?

PDL::FAQ - Frequently asked questions about PDL
Yes, you can, in fact it is very simple for many simple applications. What you want is the PDL pre-prosessor PP ( PDL::PP ). This will allow you to make a simple interface to your C routine. The two functions you need to learn (at least first) are pp_def which defines the calling interface to the function, specifying input and output parameters, and contains the code that links to the external library. The other command is pp_end which finishes the PP definitions. See similar questions...

edit] How do I get the Python bindings to work when building VTK with Borland C++?

VTK FAQ - KitwarePublic
If you've built VTK with the freely downloadable Borland C++ 5.5 (or its commercial counterpart) and you're using the Python binaries from http://www.python. See similar questions...

Do I have FTP access for my website builder?

Website Builder
No. The WSB (Website Builder) is a template based wizard which creates a simple website for you online. Therefore you cannot upload or download these files. The primary uses for a WSB website would be for an informational website or a simple site for the novice users who wish to have a presence on the web. See similar questions...

Can I use ODE in C++ Builder 6?

FAQ - ODE Wiki
Yes. You need to add the "include" directory that comes with your ODE distribution (the full path, wherever you place it) in the "Include path" of your project. You also need to convert the export library that comes with the dll using coff2omf coff2omf ode.lib ode_omf.lib and include this library in your proyect. If you use the single precission version of the library, you may also need to add the following defines to "Conditional defines" sqrtf=sqrt;fabsf=fabs;atan2f=atan2;cosf=cos;sinf=sin See similar questions...

Explore Other Topics

How do I use a Tachymetre/Decimal/Telemetre/etc. Bezel?
How long does a CT Scan take?
Are they UL rated?
My organization requires a W9 form before I can process my PO. Can I get one?
What are the "Disney Look" guidelines?
How are orthodontics covered under the Dental Expense Plan and DPOs?
What can I do to about tree roots in my sewer or water line?
Should water be draining from my humidifier?
How much is too much? How long can I listen to Holosync each day?
How often do I need to paint or stain my Maine DeckŪ decking and is it really maintenance free?
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact