Questions tagged [resources]

Assets (like memory, disk space, CPU power or alike) necessary for effective operation or physical files (like images, configuration files or other) to provide some externalized enrichment to an application.

Typically resources are materials or other assets that are transformed to produce benefit and in the process may be consumed or made unavailable

9303 questions
4
votes
1 answer

Marshaling a message table resource

I need to read a Message Table resource in C#. I'm basically trying to port to C# the code in the answer to this question: Listing message IDs and symbolic names stored in a resource-only library (DLL) using Win32 API My problem is that I cannot…
Paolo Tedesco
  • 55,237
  • 33
  • 144
  • 193
4
votes
2 answers

Android HTML resource with references to other resources

I would like to add an HTML resource to my Android project with references to other resources (mainly drawables). Where should I put it and how do I reference other resources from it? Is there a particular way to pass the HTML resource to a…
hpique
  • 119,096
  • 131
  • 338
  • 476
4
votes
1 answer

Obtain a dataset id/name of a resource in CKAN via a single API call?

Please note the URLS contained in the post aren't real - just examples Is it possible to check what dataset/s a resource sits in via a single api query? It seems possible to do via a 3 step query such as: Get revision ID:…
boars
  • 351
  • 4
  • 8
4
votes
2 answers

In resources of a executable file, how does one find the default icon?

i need to find the default icon of a windows executable (PE file = dll, exe, com..) programatically. I do know how to walk throught the resources and identify what is an icon, what a cursor etc, but as far as i know none of the icons is in any way…
PeterK
  • 6,287
  • 5
  • 50
  • 86
4
votes
7 answers

Good Source Of .Net Design Patterns

I'm looking for a good online resource of software patterns. Preferably something with a comprehensive selection and concise well written explanations, not just a collection of links. .Net examples would be nice, but not essential.
Daniel M
  • 1,547
  • 12
  • 12
4
votes
2 answers

Grails 3 - Add font resource folder

I can't find where I can tell grails to include a font folder with some font-face (font-awesome). In past version, it would be include in the config.groovy file, but it don't seems like it have one in the version 3. Where can I put this…
Emmurd
  • 67
  • 1
  • 8
4
votes
3 answers

What is the best free/paid C++ Video Training resource out there?

I'm a .NET Developer, primarily using c#, asp.net mvc, entity framework and programming for the Web. I want to know what you guys recommend to get a quick startup in learning c++. My biggest worries are pointers, memory management and other…
Diego Correa
  • 767
  • 2
  • 9
  • 22
4
votes
5 answers

Dispose pattern in C++ vs Java and C#

I have some background in Java (and recently in C#) and would like to get to know C++ better as well. I think I'm aware of some of the basics of the differences in memory (and other resource) management between these languages. This is perhaps a…
Oly
  • 2,329
  • 1
  • 18
  • 23
4
votes
3 answers

Get resource file from dependency in sbt

I have a sbt-web project with some webjar and common jar dependencies. I want to get resource file from one of my jar dependency and use it in concatenation task. But I don't know how refer to the resource inside dependent jar in my build.sbt.
LMnet
  • 605
  • 1
  • 8
  • 17
4
votes
4 answers

fatal error CVT1100: duplicate resource. type:ICON, name:1 (C++, Visual Studio C++ 2010)

I tried to add custom icons (13x13 dimention) to a project. I cannot find why I cannot load icon. CVTRES : fatal error CVT1100: duplicate resource. type:ICON, name:1, language:0x0409 LINK : fatal error LNK1123: failure during conversion to…
John Boe
  • 3,501
  • 10
  • 37
  • 71
4
votes
0 answers

get local android test resources

When running standard junit tests (not AndroidTestCase) in Android, how can I get resources in src/test/resources? I have tried all the…
Rob McFeely
  • 2,823
  • 8
  • 33
  • 50
4
votes
1 answer

Grails resource tag generating wrong link

I am working on a project in which different modules are divided in different custom created plugins. As for example- AccountingPlugin UiPlugin Etc.... So like now I have all the UI related stuff inside UiPlugin and I am working on Accounting…
Chetan
  • 1,707
  • 10
  • 17
4
votes
0 answers

Localizable strings in Visual Studio's Shared Project

I'm trying to utilize a Shared Project concept to share the client application logic between WPF project and Android (Xamarin.Forms). In both projects I want to use the same localizable texts, therefore, it looks logical for me to move resource file…
ie.
  • 5,982
  • 1
  • 29
  • 44
4
votes
2 answers

Spring Web: Getting file from web context using Resource?

Is there a way to get a resource in a spring web application using a simple Resource? I am trying not to pass any context, and need to obtain a file from the WEB-INF/freemarker/email/ directory.
wuntee
  • 12,170
  • 26
  • 77
  • 106
4
votes
1 answer

.NET 2.0 vs .NET 4.0 loading error

My class library is compiled against .NET 2.0 and works just fine whenever I try to load it as a plugin under the 2.0 runtime. If however the master application is running the .NET 4.0 runtime, I get an exception as soon as the resources need to be…
David Rutten
  • 4,716
  • 6
  • 43
  • 72
1 2 3
99
100