Search 5,000,000+ questions and answers.

Frequently Asked Questions

I'm seeing a problem or error with compiler-generated code. What do I do?

Byte Craft Limited FAQ | Byte Craft Limited
First, try to determine the nature of the compiler-generated code. The compiler often puts labels in sections of code that it generates to distinguish them. If errors appear in code generated at the end of the file, it is possibly the __DISPATCH() code that is at fault.
Related Questions

I'm seeing a QuickTime error when I extract. Why is this?

Miraizon Cinematize 2 FAQ
If you have any non-Apple QuickTime components installed that conflict with your version of QuickTime, it will affect all applications that use QuickTime (including Cinematize). Remove any non-Apple QuickTime components to check for such problems. Many components have had compatbility troubles with QuickTime 7. If you get this error while extracting to MPEG-4 File or iPod Movie File, most likely you are using the wrong settings.
Related Questions

Compiler concepts Q: What is the source code for the compiler?

Code Style: Java compiler frequently asked questions (FAQ)
The source code for a Java program is also known as a compilation unit, which contains the code for a top level Java class or interface. A Java compilation unit is usually created in the form of a file with a .java extension and is passed to the compiler as a file path reference. The Java source file naming convention is not a standard specified by the Java language but is a common feature of Java compilers, such as javac, to help locate source code.
Related Questions

The compiler generated a very large COF file, why?

HI-TECH Software Frequently Asked Questions
The compiler generated a very large COF file, why? A: Even though the file is large, it is valid and will work correctly. We have seen this happen with use of the CONFIG macro on the PICC-18 compiler. If you move the CONFIG macro to the top of the C file, this will fix the problem. Always be sure to install the latest updates for the compiler as these may fix the problem.
Related Questions

I'm getting this error, what could be the problem?

EzASPSite? : Frequently Asked Questions (FAQ)
This error usually indicates that you did not set the appropriate permissions on the database. The security account used by the web server IIS service should have at least ""Write"" permissions on the database file (Note: You cannot set the permissions from within IIS, see below). To adjust the file permissions, you need to locate the file by using ""My computer"". Right click on the file, click on ""Properties"". Next, click on ""Security"".
Related Questions

How good is the code generated by Metastorage?

MetaL - Metastorage Frequently Asked Questions
The code generated by Metastorage can be as good as code written by hand by a human developer because the generator was also hand written by a human developer. The generator is not based on static templates, XSLT (XML Style sheet Transformations) or any other method that is not self-validating. The generator produces MetaL language source code that is validated and compiled before it is outputted in the target language.
Related Questions

Does the code get generated each time when I compile the file in the Agent Toolkit Compiler tools?

AdventNet SNMP Agent Toolkit-SNMP Agent,SNMPv1/v2c Agent,Jav...
No. Code will be generated only when you do code generation for the loaded files and not while compilation. Source Code can be generated once, and instrumentation and compilation can be done any number of times without having to regenerate the code.
Related Questions

Why Am I Seeing an Error?

AWeber Knowledge Base :: Search :: login
If you see a red banner with an error message you don't understand, or if something just isn't working how you'd expected, our customer support team would be more than happy to help.In order to ge ... Affiliate commissions are tracked using cookies, the most widely used method of tracking commissions and website activity. If you referred someone to AWeber and they signed up for an account, but ...
Related Questions

Since I'm seeing you, do I have to keep seeing a doctor?

Frequently Asked Questions About Homeopathy- Homeopathy 4 Ev...
Yes! The great thing that doctors do is make a diagnosis and follow up with testing. Having a diagnosis is indespensible and we're so confident in our remedies that we welcome the testing! Also, sometimes surgery is absolutely necessary. We are not trying to take the place of doctors. Adding us to the care they provide, along with nutritional advice, physical therapy and counseling, etc. actually makes for a whole and complete practice of medicine.
Related Questions

Why am I getting compiler error messages for code that doesn't appear to be mine?

HPVM Frequently Asked Questions (FAQ)
Your handlers are improperly defined. Remember, streamify is not only picky about how handlers are coded, but it's also too stupid to output error messages if it can't completely parse your program. Instead, given unacceptable input, it produces incorrect output. (Think of streamify as a glorified sed script.) Scrutinize your code, and ensure you're following the requirements layed out in section Handlers.
Related Questions

My compiler reports an error in the library code. Is this a bug in Boost.Statechart?

The Boost Statechart Library - FAQ
Your compiler is too buggy to compile the library, see here for information on the status of your compiler. If you absolutely must use such a compiler for your project, I'm afraid Boost.Statechart is not for you. The error is reported on a line similar to the following: BOOST_STATIC_ASSERT( ( mpl::less< orthogonal_position, typename context_type::no_of_orthogonal_regions >::value ) ); Most probably, there is an error in your code.
Related Questions

I am hearing sound but not seeing any video. What could be the problem and how can I fix it?

Frequently Asked Fitness Altantic Questions
Some computers cannot display video unless they are in 24- or 32-bit color mode. To see if you are in this mode right-click on your desktop and choose 'Properties' then click the 'Settings' tab. There should be a box near the lower-right which says 'Color Quality'. From the dropdown menu, make sure either 24-bit (high color) or 32-bit (true color) is selected. Go through the Windows Update process and it should suggest a new Windows Media Player or Windows Media Player Codec for you to install.
Related Questions

Where can I see a sample of MetaL programs source and generated code?

MetaL - Frequently asked questions
The source code of the Hello world! program written in Metal and the generate code in the target languages PHP and Java. A template document definition written in MetaL for generating class documentation independent of the target format.
Related Questions

Why do you provide Java client code if it can be generated from WSDL?

Google SOAP Search API
We wanted to provide the simplest possible start for developers; shipping a complete Java implementation was the easiest way to do that. The custom Java client also has some convenience features such as default values for seldom-used parameters.
Related Questions

I'm having trouble compiling or running my generated code. What's wrong?

TCDesigner - Frequently Asked Questions
We have a special page for diagnosing compile or run-time issues. Click here to go there. Includes special instructions for VB.NET users!
Related Questions

I'm using the trial verrsion of Standard. How do I see the generated code?

TCDesigner - Frequently Asked Questions
To see what code will be generated when you register TCDesigner Standard, right mouse click on any class and select Code Preview or hit F7.
Related Questions

I'm getting a "Host Not Found" error (Error code 11001). What does that mean?

FAQ
This usually means that you're having problems with your Internet Service Provider (your DNS entries may not be set up properly). It can also mean that you typed the name of the IRIS server incorrectly and IRIS is unable to find the server. Check to make sure the server name in the login box is correct and that your DNS settings are correct.
Related Questions

My secret code is not working. What is the problem?

Frequently Asked Questions
There can be several reasons for this. Your baby's information may not have been updated on our website yet (click here), or it has been more than 6 months since your baby's web page has been posted (click here), or there may be a problem with our web server. Please try again, and make sure you have entered your code correctly. If the problem persists, click here for more help.
Related Questions

but the compiler gave me error messages. Can't a structure in C contain a pointer to itself?

Infrequently Asked Questions in comp.lang.c
Not exactly; it can contain a pointer to another structure of the same type. Try: typedef struct { char *item; double *next; } NODEFAKE; typedef struct { char *item; NODEFAKE *next; } NODEPTR;
Related Questions

How do I get SciTE to understand the error messages from my compiler?

SciTE FAQ
The set of error message formats is embedded in the Scintilla and SciTE code. To add support for another compiler, you will need to add a new style to scintilla/include/Scintilla.iface after the other SCE_ERR_* values, run HFacer.py, edit RecogniseErrorListLine in scintilla/src/LexOthers.cxx to recognise the error message, and edit DecodeMessage in scite/src/SciTEBuffers.cxx to extract the file name and line number.
Related Questions

I have a hard time seeing at night and far distances, what could be the problem?

FAQ Eye Doctor Denver | Eye Care, Exam, Vision Care, Laser S...
If your eyes check out as being healthy you might have what is called myopia or near-sightedness. An eye exam can determine if your eyes are healthy and what prescription you may need in order to see better at night.
Related Questions

When do I have to hand-modify the code generated by ResQSoft™ Engineer?

Engineer FAQ
You typically do not have to hand-modify the code once it is generated. At the start of the project, there is normally some modification of the templates that s done by hand. And, you will write some custom code, because it really isn't possible to automatically write all of the code for every application. Remember, there is no silver bullet! For simple applications (basically filing and reporting), you might not have to do any hand coding.
Related Questions

Is C++ a superset of C? Can I use a C++ compiler to compile C code?

Infrequently Asked Questions in comp.lang.c
C++ is a superset of something, we're not sure what. You can use a C++ compiler to compile C code, but the results may surprise you.
Related Questions

I'm getting a UDP error, what can I do?

BitWise IM - FAQ
The cause of this error is that you are unable to receive UDP data on port 4137. Our direct connection documentation provides assistance to configure your home network and/or firewall to work with BitWise: Direct Connection Information. If you need additional assistance, our users and BitWise administrators will be happy to help you in the forums.
Related Questions

I'm getting some kind of error, what do I do?

Text reading software FAQ - questions and answers about Text...
TextAloud uses SAPI4 and SAPI5, standard speech interfaces that are part of Windows. In rare occasions, installation of other speech or sound programs can cause problems with these speech interfaces. If you get an error, please send us email to support@nextup.com with the text of the error message you receive, and we'll quickly help you get things corrected. You can also look for quick help in our Advanced FAQ Forum.
Related Questions

I'm getting a "No Route to Host" error (Error code 11047). What does that mean?

FAQ
This is probably a network problem. Check to see that you are properly connected to your Internet provider and that you can connect to other sites on the Internet (for example, with your web browser).
Related Questions

I'm using C++ but would prefer to use a different compiler than the one on CEC. Is this possible?

CS 241 Frequently Asked Questions (FAQs)
Sure. However, you will be responsible for making any needed modifications to the provided code. The provided IntervalTimer will not work on other platforms since it makes calls into the Unix operating system. You can replace this by whatever system utility you have to get the time. Then by getting the time before and after the algorithm runs you can take their difference to determine the elapsed time. Just be sure that your procedure is the only process running.
Related Questions

I am seeing other error messages on my screen, what should I do.?

Skilled Driver |
Don't panic, occasionally error messages appear on websites. What you need to do is to carefully write down the information displayed in the error message, and then call our Customer Service number at 800-559-8766. Give the information to the custormer service representative. If the problem is coming from your system, you will be given directions to either fix the problem or to contact your computer dealer or software manufacturer for the fix.
Related Questions

I'm receiving the error code "Datapac not responding." What does that mean?

The Canadian Dental Association - The Dental Profession - Pr...
When you receive any sort of transmission error or have problems connecting, call your software vendor to have them check your dial-up numbers programmed in the modem. If necessary, have those numbers changed. On occasion, the networks go through a migration schedule which de-activates certain phone numbers, which then need to be replaced with new ones. Dental office staff should discuss this with the vendor.
Related Questions

I'm getting a specific error message or code. What do I do?

F.A.Q. :: NAKEDSWORD *turbo*
Make sure you have downloaded all recent updates for your video card driver and DirectX from the Windows Update page. If that doesn't solve the problem, turn down (or turn off) video acceleration. To do this in Windows Media Player 9 Series, go to the Options dialog box and look for the video acceleration option on the Performance tab. Also, in some instances, clearing the Start player in Media Guide check box on the Player tab of the Options dialog box might resolve video problems.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact