|
-
Aug 9th, 2009, 06:59 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Help Using Resources
When adding resources into my project can anyone advise what difference it makes if I choose to copy them to the output directory?
-
Aug 9th, 2009, 07:22 AM
#2
Re: Help Using Resources
If they're copied to the output directory then they're not resources. The whole point of a resource is that it's compiled into the assembly. Do you actually mean a "reference" rather than a "resource"?
-
Aug 9th, 2009, 08:07 AM
#3
Thread Starter
Addicted Member
Re: Help Using Resources
No I am talking about resources. For example my app has many iamges which i have added as resources. If i publish the project and install it on another computer will that computer need to have those images or will this be included in the setup file?
-
Aug 9th, 2009, 08:45 AM
#4
Re: Help Using Resources
Like I said, the whole point of resources is that they are compiled into the assembly itself. All you need is the EXE, at least with respect to those resources. They are part of the EXE itself.
-
Aug 9th, 2009, 08:55 AM
#5
Thread Starter
Addicted 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
|