Thread: Learning 13h Graphics, can't compiel some given code

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Wen Resu
    Join Date
    May 2003
    Posts
    219

    Learning 13h Graphics, can't compiel some given code

    First
    Dev-C++ compiler
    Problem
    30 d:\docume~1\iamien\mydocu~1\c\newfol~1\untitl~1.cp p
    aggregate `union REGS regs' has incomplete type and cannot be initialized


    Code can be found here
    http://www.brackeen.com/home/vga/sou...1/pixel.c.html

    Part which declares reg
    <line 49 > union REGS regs;

    Is it my compiler, or is code wrong <which i doubt>
    Using windows xp,
    On a precompiled program that i try to run i get message, cannot access first 640k of memory
    Last edited by Iamien; 10-27-2003 at 01:12 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Enforcing Machine Code Restrictions?
    By SMurf in forum Tech Board
    Replies: 21
    Last Post: 03-30-2009, 07:34 AM
  2. learning to work with SDKs & source code out there...
    By psasidisrcum in forum C++ Programming
    Replies: 3
    Last Post: 05-14-2005, 09:26 PM
  3. Obfuscated Code Contest: The Results
    By Stack Overflow in forum Contests Board
    Replies: 29
    Last Post: 02-18-2005, 05:39 PM
  4. Replies: 4
    Last Post: 01-16-2002, 12:04 AM
  5. learning to code
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 10-30-2001, 08:49 AM