User Profile

Collapse

Profile Sidebar

Collapse
Kunihiro
Kunihiro
Last Activity: Oct 7 '10, 02:32 AM
Joined: Jul 13 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Kunihiro
    replied to Memory Mapping error.
    It's this line
    Code:
     public MMFKeyboardCommand[] Commands;
    but you can't use field initializers in a struct, so I'm not sure how to initialize it.
    See more | Go to post

    Leave a comment:


  • Kunihiro
    started a topic Memory Mapping error.

    Memory Mapping error.

    I keep getting this error when I try to run my code, "Object reference not set to an instance of an object." I'm assuming something in my struct isn't done correctly because that's where the error seems to be coming from. Any help on the matter would be appreciated, Thanks.


    Code:
       public struct MMFKeyboardCommand
            {
                public int Command;
                public fixed char Alias[256];
    ...
    See more | Go to post
No activity results to display
Show More
Working...