• OT: Csharp, converting images to resx files

    From Wanderer@21:1/5 to All on Mon Jan 22 08:19:45 2024
    I apologize for being in the wrong group. I can't find a C# group and it's not much of C# question. I think it's more of an xml question.

    I downloaded a C# source file and I want to compile it with CSC.exe. I don't have Visual Studio. I'm converting the cproj file to an rsp file for the command line tool but I get stuck at the resource files

    </ItemGroup>
    <ItemGroup>
    <Content Include="CHANGES.txt" />
    <Content Include="Parts\CBAtexture.png" />
    </ItemGroup>
    <ItemGroup>
    <None Include="LICENSE.txt" />
    <None Include="Parts\CBA.cfg" />
    <None Include="Parts\CBA.mu" />
    </ItemGroup>

    I'm suppose to convert them into resx files. resgen.exe will convert the
    text files but I'm stuck for the binary ping and mu files.

    How do I convert image and binary files into resx files? Is there a command line tool for that?

    Thanks

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Kaz Kylheku@21:1/5 to Wanderer on Tue Jan 23 01:27:07 2024
    On 2024-01-22, Wanderer <[email protected]> wrote:
    I can't find a C# group and it's not much of C# question.

    I found three, of which two are active. Do you speak Polish? Or
    Taiwanese Mandarin?

    21 alt.pl.comp.lang.csharp
    47 tw.bbs.comp.lang.csharp

    The third one with zero articles is Russian:

    0 fido7.ru.c-sharp

    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @[email protected]
    NOTE: If you use Google Groups, I don't see you, unless you're whitelisted.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tristan Wibberley@21:1/5 to Wanderer on Tue Mar 5 14:26:09 2024
    On 22/01/2024 08:19, Wanderer wrote:
    I apologize for being in the wrong group. I can't find a C# group and it's not much of C# question. I think it's more of an xml question.

    That's not a C# question, it might be a dotNET question, it's definitely
    a microsoft development tools question.

    I found alt.comp.microsoft.development-tools, not sure why I can't
    subscribe to any such thing in the comp heirarchy. Maybe all the other developers in the whole world are satisfied with microsoft's
    documentation, even though none of the old links work. Try
    learn.microsoft.com going in from the top level. Yuck "learn" sounds so "activity-oriented".

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)