Throws lots of errors when I attempt to compile, could you please post your compiler command line?
Thanks
Search found 458 matches
- May 23, 2011 17:30
- Forum: Projects
- Topic: visual sorts
- Replies: 5
- Views: 1591
- Feb 20, 2011 14:50
- Forum: Community Discussion
- Topic: Off Topic / Religion -> Bible chat rooms? [Closed]
- Replies: 149
- Views: 18021
@ j_milton On slaves: [snip] A slave is merely a name for a subordinate. Have you never tried to please a superior? Of course you have, it is inbuilt in us, you may kick yourself at the thought of it, but it is not a fault, it is survival, we are all slaves of one kind or another. The word "slave" ...
- Feb 20, 2011 14:10
- Forum: Community Discussion
- Topic: Off Topic / Religion -> Bible chat rooms? [Closed]
- Replies: 149
- Views: 18021
- Feb 20, 2011 5:54
- Forum: Community Discussion
- Topic: Off Topic / Religion -> Bible chat rooms? [Closed]
- Replies: 149
- Views: 18021
2 Kings: (2:23) "As he was going up by the way, there came forth little children out of the city, and mocked him, and said unto him, Go up, thou bald head; go up, thou bald head." (2:24) "And he turned back, and looked on them, and cursed them in the name of the LORD. And there came forth two she b...
- Jan 09, 2011 15:36
- Forum: General
- Topic: help: shell, or running external program
- Replies: 3
- Views: 1325
- Dec 13, 2010 19:55
- Forum: Beginners
- Topic: NEED MORE HELP WITH UNIT COVERSION SOFTWARE
- Replies: 2
- Views: 703
When you get stuck on a thing like this something to try is to forget for a while that you have a computer. Solve the problem manually; pen, paper, and calculator. Do this 2 or 3 times until you get correct answers and find the best method. Then write down step by step, in English (or whatever your ...
- Dec 13, 2010 5:01
- Forum: Beginners
- Topic: help me! need help with mass conversion calc im makin
- Replies: 5
- Views: 882
- Dec 08, 2010 16:04
- Forum: DOS
- Topic: Compling for DOS Error message - not a clue what it means -
- Replies: 27
- Views: 7640
OK folks it now complies BUT I am getting this message at the end of the build C:\FBC_WIN\fbc -target dos "NPoS.bas" c:/fbc_win/bin/dos/as.exe: NPoS.o: .text: reloc overflow: 0x109cf > 0xffff NPoS.o: File truncated NPoS.asm: Assembler messages: NPoS.asm:269318: FATAL: can't close NPoS.o : File trun...
- Dec 08, 2010 13:11
- Forum: DOS
- Topic: Compling for DOS Error message - not a clue what it means -
- Replies: 27
- Views: 7640
ok I tried it with the -target DOS option and now I am getting the following error C:\FBC_WIN\fbc -target dos "NPoS.bas" C:\FBC_WIN\inc\crt\sys\types.bi(17) error 24: File not found, "crt/sys/dos/types.bi" in '#include once "crt/sys/dos/types.bi"' Build error(s) Any idea's? change the forward slash...
- Dec 08, 2010 0:28
- Forum: Beginners
- Topic: this program crashes and i don't know how to prevent it.
- Replies: 11
- Views: 1245
- Dec 08, 2010 0:01
- Forum: Beginners
- Topic: this program crashes and i don't know how to prevent it.
- Replies: 11
- Views: 1245
it crashes when the input is greater than the type can carry.(ie.9387543857394857394857) compiler version .2 FBIde window xp pro ver 2002 sp3 this line in your program: if a > 18446744073709551615 then error 2 tells the program to throw an error and end if the value entered by the user is greater t...
- Dec 06, 2010 17:07
- Forum: General
- Topic: Catching A Crash
- Replies: 4
- Views: 1013
At the risk of being patronizing Google search on your error msg reveals extensive discussions about instability issues between 3rd party device drivers and win7. Mostly network adaptors, but also graphics and usb. Also bios issues on some mother boards that predate win7. Collective wisdom seems to ...
- Dec 06, 2010 16:44
- Forum: General
- Topic: Catching A Crash
- Replies: 4
- Views: 1013
- Nov 29, 2010 17:28
- Forum: Beginners
- Topic: Help with printing out the total, average and the difference
- Replies: 6
- Views: 1076
Re: Help with printing out the total, average and the differ
One more question: When do you know when to use double instead of single or integer? Barb If the numbers you are dealing with have fractional components, say 5.7 or 3.14 rather than 6 or 2 then you need to use a floating point type (single or double) to store that information. The significant advan...
- Nov 25, 2010 17:36
- Forum: General
- Topic: UDT Comparison, confused [solved]
- Replies: 5
- Views: 1209