Results 1 to 5 of 5

Thread: Resource File Size

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Fox, OK
    Posts
    381

    Resource File Size

    Does VB2008 have the same limit on resource files as VB6? I was trying to store a large text file in my VB6 app (almost 3 mb) but all I could access was 32k of the file. I need to be able to compile the 3mb file into my .exe.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Resource File Size

    I'm not aware of a size limit but, if there was one, I very much doubt that you'd be allowed to embed the file and then only access that small part.

    I will say though, embedding such a large file into your executable isn't really a good idea. I'd look at a satellite assembly if I was you.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Fox, OK
    Posts
    381

    Re: Resource File Size

    I have no idea how to do that.

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Resource File Size

    Quote Originally Posted by DroopyPawn View Post
    I have no idea how to do that.
    You have no idea how to go to the MSDN web site and search for satellite assembly?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Fox, OK
    Posts
    381

    Re: Resource File Size

    I CAN do that.

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