|
-
May 18th, 2009, 09:53 PM
#1
Thread Starter
Hyperactive Member
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.
-
May 18th, 2009, 10:17 PM
#2
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.
-
May 18th, 2009, 11:19 PM
#3
Thread Starter
Hyperactive Member
Re: Resource File Size
I have no idea how to do that.
-
May 18th, 2009, 11:23 PM
#4
Re: Resource File Size
 Originally Posted by DroopyPawn
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?
-
May 19th, 2009, 07:09 AM
#5
Thread Starter
Hyperactive Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|