Results 1 to 4 of 4

Thread: Active X dll

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2005
    Posts
    51

    Active X dll

    I have a game that accesses images and text that is stored in activex dll files. I'm not having any problems accessing the images or text, but I am getting an Out Of Memory error message. I'm using VB6 to program the game. Why am I getting this error and how can I fix it?

  2. #2

    Thread Starter
    Member
    Join Date
    Feb 2005
    Posts
    51

    Re: Active X dll

    My game uses a lot of graphics. Could that be causeing a out of memory error to occur? Whats is the best way to use a lot of graphics in a vb game? Is there a memery limit for vb applications?

  3. #3
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: Active X dll

    The best way to use a lot of graphics in VB is to use DirectX. DirectX allows you to do realtime 2D and 3D graphics, input, sound, music, media, and networking; all made for making games.

    Here's a massive tutorial on DirectX8
    DirectX4VB

    And I'm currently writing a massive tutorial myself on it.
    Massive DirectX8 2D Tutorial For VB5/VB6

  4. #4

    Thread Starter
    Member
    Join Date
    Feb 2005
    Posts
    51

    Re: Active X dll

    I've decided to not load all the images at start up. Instead I'll load the images as needed. I think that should get rid of the out of memory error.

    I'm still trying to figure out how to use directx with my game. I'm wanting to do a client server type setup since the server is the one telling the clients what to do. I'm just haveing problems coding it so that it will work.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width