Icon/Res trouble

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

(I tried do to this post before so if I've already done so... well I can't
find it searching at least)

When I added an ImageList to my app and some images (icons to it) and some
code that will use them at startup, the app will crash saying resource load
fails. This doesn't hapend in the emu, though. Visual Studio has built those
RESX files for me and i've tried to add the icons to the proj folder as
embedded resource, but it didn't help..
 
I have the Jornada 728 HPC 2000 (where ARM compact net cf *does* work)
My cf fw version is SP3. I have a feeling this problem must be due to
something else than the device not beeing officially supported.. but I might
be wrong.

Any other ideas? I'm thinking about skipping the ImageList and just loading
some Image objects from a manually created RESX-file using Lutz Roeder's
Resourcer (http://www.aisto.com/roeder/dotnet/)

But I can't get the code to fetch resources right. I tried to copy that VS
generates for ImageList (and tried modifs) without luck. If resources are the
same in CF, if someone could show me a little resource snippet (icon-image)
i'd be happy.
 
Back
Top