Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Barok

  1. Barok

    Will manually compiling a program get rid of errors?

    completely forgot about '$dynamic. added it to the top of my program and it compiled like a charm! thanks!
  2. Barok

    Will manually compiling a program get rid of errors?

    yes, it runs in basic. it also has several arrays, such as buffer, and arrays to hold the mouse tile, map data, and tiles.
  3. Barok

    Will manually compiling a program get rid of errors?

    bc mapedit/O/T/C:512; Link @l.l L.L /EX /NOE /NOD:BRUN45.LIB MAPEDIT rel.lib 217 errors. BCOM45.LIB(../rt/pr0a.asm):error L2002: fixup overflow at 0011 in segment pos: 279E7 Record type: 9c BCom45.LIB(../rt/mtfloat.asm) : error L2002: fixup overflow at 0020 in segment pos: 2A11E Record...
  4. Barok

    Will manually compiling a program get rid of errors?

    when i compiled a program that used rellib, the compiling process showed hundreds of errors. however, it made an exe, but it wouldn't run. so i tried to learn about manual compiling with BC and LINK. To my dispair i came across more errors. I know my program runs because it runs in the IDE...
  5. Barok

    Graphics Compression

    how about the compression used on abc packets?
  6. Barok

    Graphics Compression

    can you be more specific? i'm nearly drawing a blank from what you just asked. do you mean zipping the files? or saving them smaller? or maybe making them smaller when they're loaded in qb? p.s. 32x30 is quite awkward. why not go a full 32x32?
  7. Barok

    COLOR

    when i want to make my own custom font routine, i just make one that uses my put routine (that clips and masks) to put the text in. fast and easy, plus switching fonts is a breeze.
  8. Barok

    compiling trouble

    make variables long instead of integers. try that. try: deflng a-z at the top of your code. slower, but it might work.
  9. Barok

    256x256x256 Mode Q

    wow. really sj, you should write a tutorial on setting new screen modes (modex, etc. etc.) and how memory works. make it well and it could be a winner.
  10. Barok

    problems compiling with dev-c++

    no qbiscool. you need to download the BIG version. the 12 mb one. the one that unzips to about 45 mb. not the one that unzips to 5 mb. THAT's the mistake i made.
  11. Barok

    problems compiling with dev-c++

    first of all, sorry it's not microsoft c++, but i couldn't find a better forum. (there's no plain old c++ forum.) i wanted a c++ compiler for my jumpdrive, so i downloaded dev-c++. unfortunately, when i try to compile, it won't. i get this message in the compile log. Compiler: Default...
  12. Barok

    Palette

    try the ugl. (ultimate graphics lib) or was it future lib? anyways, one of them supports svga.
  13. Barok

    256x256x256 Mode Q

    no, i don't know. it's not possible in pure qb (i think) without some asm. (why'd you want 256x256x256 anyways?)
  14. Barok

    manual compilation

    is there any tutorials around on manually compiling a program? typosoft has talked about it, and i don't have the time or patience to find it right now (i'm restricted to the ol' p 120) if anyone has any tut's around or know of any on the net, it'd be a big help. thx!!!
  15. Barok

    Qbasic reads my .bas wrong

    well, you learn something new every day. :D yeah, well it probably has something to do with the way notepad saves files.

Part and Inventory Search

Back
Top