Tagged Questions

1
vote
4answers
27 views

C#: How to get a resource string from a certain culture

I have a resource assembly with translated texts in various languages. Project kind of looks like this: FooBar.resx FooBar.nb-NO.resx FooBar.sv-SE.resx ... I can get the texts using static …
0
votes
1answer
29 views

UIImage not being loaded but file is there.

Hey guys, I can't seem to load an image, but I'm sure it is at the path I specify. Here is the code that tries to load the image: - (UIImage*) CPPlistImageToUIImage: (NSString *) CPPlistImage { …
0
votes
1answer
24 views

Finding free individual note sounds for procedural music

If you want to make procedural music, generally you're going to need individual note sounds (for whatever instrument) which you can string together. Is there somewhere i can get these for free, …
1
vote
2answers
38 views

How to include resources in iphone static library ?

I'd like to include files, data and images in a static library API so the users won't need to include them manually in their project. I see that there isn't obvious way to do it but is there some hack …
0
votes
1answer
14 views

iPhone: string resource not resolved

Hi all, preemptive sorry for the newbie question. I'm trying to load strings from a resource file in an iPhone project (XCode, Objective C++). I've created a file called s.strings with the following …
3
votes
3answers
87 views

Can someone please explain to me in clear, layman’s terms what the deal is with mapped resources and named routes in Ruby on Rails?

I've been using Ruby for the first time on a project at my work, so I am still somewhat learning the ropes (and loving every minute of it). While I understand the point of the map.connect functions …
0
votes
1answer
20 views

Where To Get Some Resources To Learn HyperTalk?

Hello, I'm now emulating a Macintosh IIci(System 7.5.5 68k) and now I want to learn HyperTalk(HyperCard), but I don't know where to start, then if someone can help me I will be very happy! :D
0
votes
3answers
61 views

What’s limiting my PHP resources?

I'm having a problem getting more memory out of PHP. This is the error message: Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 82 bytes) in ... Yet: I've set …
0
votes
1answer
15 views

Embedding native win32 resources into .NET assembly?

Is it possible to embed a .net resource (resx) into compiled assembly as a native win32 resource? Like I need an array of native resource images writing my MMC custom snap-in.
0
votes
1answer
16 views

Check if a packed resource exists in WPF

Is there a way to check in code if a resource exists at an Uri such as: "pack://application:,,,/MyResource.jpg"
0
votes
0answers
21 views

Directory tree in a Resource without extraction…

Hi all, i am looking for a way to store a complete directory including sub directories in an application's resource and not have to extract it to use it. Details: We would like to use GeckoFx …
0
votes
4answers
79 views

Starting OpenGL Programming “Ultimate” Resource

So I have a class for OpenGL programming next term. I would at least like to have my feet (maybe even my ankles!) wet in the OpenGL pool before the class starts. I am looking for a resource for …
0
votes
1answer
52 views

What are some authoritative/respected “best known implementation” websites/resources?

EDIT: Wow, the initial response to this question was quite negative. I think I might have triggered some pretty strong emotions by using the word "best"; it seems like a few people latched onto that …
0
votes
1answer
41 views

C# Form resx usage for programmatic strings?

Hi All, Had a basic WinForm question: By default a resx file is created for every form or usercontrol (along with the designer.cs). This resx works fine for all the controls and the text added to the …
2
votes
2answers
67 views

Working with relative file paths in .Net

I have a C# project where I include some resources which I need to refer using the Uri-class. For this specific problem I have some shaders placed in a "Shaders" folder in the root of the project, but …

1 2 3 4 5 39 next
15 30 50 per page