<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Visual C++ 6 Ressourcendatei mit anderer IDE Verwenden]]></title><description><![CDATA[<p>Servus,<br />
ich würde gerne eine Resourcendatei die ich unter Visual C 6 erstellt habe, unter einer anderen IDE (lcc oder sonstige Freeware/GNU)verwenden. - Sie muss nicht unter der IDE editierbar sein; aber compilierbar. Das es generell möglich ist nehme ich an, doch ich hätte gern gewusst, wer schon die Erfahrung gemacht hat und ob dies mit einem großem Aufwand verbunden ist oder nicht.</p>
<p>lg</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/86832/visual-c-6-ressourcendatei-mit-anderer-ide-verwenden</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 18:30:46 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/86832.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 22 Sep 2004 21:01:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Visual C++ 6 Ressourcendatei mit anderer IDE Verwenden on Wed, 22 Sep 2004 21:01:41 GMT]]></title><description><![CDATA[<p>Servus,<br />
ich würde gerne eine Resourcendatei die ich unter Visual C 6 erstellt habe, unter einer anderen IDE (lcc oder sonstige Freeware/GNU)verwenden. - Sie muss nicht unter der IDE editierbar sein; aber compilierbar. Das es generell möglich ist nehme ich an, doch ich hätte gern gewusst, wer schon die Erfahrung gemacht hat und ob dies mit einem großem Aufwand verbunden ist oder nicht.</p>
<p>lg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/613247</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/613247</guid><dc:creator><![CDATA[ewitt7u0]]></dc:creator><pubDate>Wed, 22 Sep 2004 21:01:41 GMT</pubDate></item><item><title><![CDATA[Reply to Visual C++ 6 Ressourcendatei mit anderer IDE Verwenden on Wed, 22 Sep 2004 21:12:30 GMT]]></title><description><![CDATA[<p>Resourcendateien sind teil der Standard-WinAPI. Insofern deifnitiv und problemlos pauschal ja..<br />
wissen kann man aber nie <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>Wozu willst du das machen ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/613254</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/613254</guid><dc:creator><![CDATA[DocJunioR]]></dc:creator><pubDate>Wed, 22 Sep 2004 21:12:30 GMT</pubDate></item><item><title><![CDATA[Reply to Visual C++ 6 Ressourcendatei mit anderer IDE Verwenden on Wed, 22 Sep 2004 21:23:17 GMT]]></title><description><![CDATA[<p>Naja ich hab zwar Visual C++ Studio, aber nur eine Schülerversion. Das Programm soll aber kommerziell genützt werden. Also will ich es unter einen anderem Compiler übersetzten.<br />
... hm editierbar ist meine resourcendatei unter lcc nicht. komisch</p>
<pre><code>//Microsoft Developer Studio generated resource script.
//
#include &quot;resource.h&quot;

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#define APSTUDIO_HIDDEN_SYMBOLS
#include &quot;windows.h&quot;
#undef APSTUDIO_HIDDEN_SYMBOLS
#include &quot;resource.h&quot;

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// Deutsch (Deutschland) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
#ifdef _WIN32
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
#pragma code_page(1252)
#endif //_WIN32

/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_HALLOWELT           ICON    DISCARDABLE     &quot;hallowelt.ICO&quot;
IDI_SMALL               ICON    DISCARDABLE     &quot;SMALL.ICO&quot;

/////////////////////////////////////////////////////////////////////////////
//
// Menu
//

IDC_HALLOWELT MENU DISCARDABLE 
BEGIN
    POPUP &quot;&amp;Datei&quot;
    BEGIN
        MENUITEM &quot;&amp;Beenden&quot;,                    IDM_EXIT
        MENUITEM &quot;&amp;Verbindung herstellen&quot;,      IDM_START
        MENUITEM &quot;&amp;Typumwandlung&quot;,              IDM_TYP
    END
    POPUP &quot;&amp;Hilfe&quot;
    BEGIN
        MENUITEM &quot;&amp;Info...&quot;,                    IDM_ABOUT
    END
END

/////////////////////////////////////////////////////////////////////////////
//
// Accelerator
//

IDC_HALLOWELT ACCELERATORS MOVEABLE PURE 
BEGIN
    &quot;?&quot;,            IDM_ABOUT,              ASCII,  ALT
    &quot;/&quot;,            IDM_ABOUT,              ASCII,  ALT
END

/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//

IDD_ABOUTBOX DIALOG DISCARDABLE  22, 17, 230, 75
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
CAPTION &quot;Info&quot;
FONT 8, &quot;System&quot;
BEGIN
    ICON            IDI_HALLOWELT,IDC_MYICON,14,9,16,16
    LTEXT           &quot;hallowelt Version 1.0&quot;,IDC_STATIC,49,10,119,8,
                    SS_NOPREFIX
    LTEXT           &quot;Copyright (C) 2004&quot;,IDC_STATIC,49,20,119,8
    DEFPUSHBUTTON   &quot;OK&quot;,IDOK,195,6,30,11,WS_GROUP
END

IDD_STARTDIALOG DIALOGEX 0, 0, 367, 231
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION &quot;Logger - Einstellungen&quot;
FONT 8, &quot;MS Sans Serif&quot;
BEGIN
    DEFPUSHBUTTON   &quot;OK&quot;,IDOK,245,210,50,14
    PUSHBUTTON      &quot;Abbrechen&quot;,IDCANCEL,300,210,50,14
    GROUPBOX        &quot;Kanäle&quot;,IDC_STATIC,10,10,105,75
    CHECKBOX        &quot;Temperatur&quot;,IDC_CHECK_CS0,20,25,52,10
    CHECKBOX        &quot;ADC 1&quot;,IDC_CHECK_CS1,20,40,37,10
    CHECKBOX        &quot;ADC 2&quot;,IDC_CHECK_CS2,20,55,37,10
    CHECKBOX        &quot;ADC 3&quot;,IDC_CHECK_CS3,20,70,37,10
    GROUPBOX        &quot;Messintervall&quot;,IDC_STATIC,10,90,105,55
    EDITTEXT        IDC_BOX_INTERVAL,20,105,25,14,ES_AUTOHSCROLL | ES_NUMBER
    LTEXT           &quot;Sekunden&quot;,IDC_STATIC,50,110,34,8
    GROUPBOX        &quot;Startverzögerung&quot;,IDC_STATIC,10,150,105,55
    EDITTEXT        IDC_BOX_DELAY,20,165,25,14,ES_AUTOHSCROLL | ES_NUMBER
    LTEXT           &quot;Minuten&quot;,IDC_STATIC,50,170,26,8
    GROUPBOX        &quot;Alarm - Schwellwerte&quot;,IDC_STATIC,125,10,235,195
    LTEXT           &quot;Temperatur min.&quot;,IDC_STATIC,141,30,52,8
    LTEXT           &quot;Temperatur max.&quot;,IDC_STATIC,141,70,54,8
    LTEXT           &quot;ADC 2 min.&quot;,IDC_STATIC,141,135,36,8
    LTEXT           &quot;ADC 2 max.&quot;,IDC_STATIC,141,175,38,8
    LTEXT           &quot;ADC 1 min.&quot;,IDC_STATIC,255,30,36,8
    LTEXT           &quot;ADC 1 max.&quot;,IDC_STATIC,255,70,38,8
    LTEXT           &quot;ADC 3 min.&quot;,IDC_STATIC,255,135,36,8
    LTEXT           &quot;ADC 3 max.&quot;,IDC_STATIC,255,175,38,8
    EDITTEXT        IDC_BOX_CS0MIN,195,25,25,14,ES_AUTOHSCROLL | WS_DISABLED
    EDITTEXT        IDC_BOX_CS0MAX,195,65,25,14,ES_AUTOHSCROLL | WS_DISABLED
    EDITTEXT        IDC_BOX_CS2MIN,195,130,25,14,ES_AUTOHSCROLL | 
                    WS_DISABLED
    EDITTEXT        IDC_BOX_CS2MAX,195,170,25,14,ES_AUTOHSCROLL | 
                    WS_DISABLED
    EDITTEXT        IDC_BOX_CS1MIN,305,25,25,14,ES_AUTOHSCROLL | WS_DISABLED
    EDITTEXT        IDC_BOX_CS1MAX,305,65,25,14,ES_AUTOHSCROLL | WS_DISABLED
    EDITTEXT        IDC_BOX_CS3MIN,305,130,25,14,ES_AUTOHSCROLL | 
                    WS_DISABLED
    EDITTEXT        IDC_BOX_CS3MAX,305,170,25,14,ES_AUTOHSCROLL | 
                    WS_DISABLED
    CONTROL         &quot;Slider2&quot;,IDC_INTERVAL,&quot;msctls_trackbar32&quot;,TBS_BOTH | 
                    TBS_NOTICKS | WS_TABSTOP,15,125,95,15
    CONTROL         &quot;Slider2&quot;,IDC_DELAY,&quot;msctls_trackbar32&quot;,TBS_BOTH | 
                    TBS_NOTICKS | WS_TABSTOP,15,185,95,15
    CONTROL         &quot;Slider2&quot;,IDC_CS3MAX,&quot;msctls_trackbar32&quot;,TBS_BOTH | 
                    TBS_NOTICKS | WS_DISABLED | WS_TABSTOP,251,185,105,15
    CONTROL         &quot;Slider2&quot;,IDC_CS3MIN,&quot;msctls_trackbar32&quot;,TBS_BOTH | 
                    TBS_NOTICKS | WS_DISABLED | WS_TABSTOP,251,145,105,15
    CONTROL         &quot;Slider2&quot;,IDC_CS1MAX,&quot;msctls_trackbar32&quot;,TBS_BOTH | 
                    TBS_NOTICKS | WS_DISABLED | WS_TABSTOP,251,90,105,15
    CONTROL         &quot;Slider2&quot;,IDC_CS1MIN,&quot;msctls_trackbar32&quot;,TBS_BOTH | 
                    TBS_NOTICKS | WS_DISABLED | WS_TABSTOP,251,45,105,15
    CONTROL         &quot;Slider2&quot;,IDC_CS2MAX,&quot;msctls_trackbar32&quot;,TBS_BOTH | 
                    TBS_NOTICKS | WS_DISABLED | WS_TABSTOP,135,185,105,15
    CONTROL         &quot;Slider2&quot;,IDC_CS2MIN,&quot;msctls_trackbar32&quot;,TBS_BOTH | 
                    TBS_NOTICKS | WS_DISABLED | WS_TABSTOP,135,145,105,15
    CONTROL         &quot;Slider2&quot;,IDC_CS0MAX,&quot;msctls_trackbar32&quot;,TBS_BOTH | 
                    TBS_NOTICKS | WS_DISABLED | WS_TABSTOP,135,90,105,15
    CONTROL         &quot;Slider2&quot;,IDC_CS0MIN,&quot;msctls_trackbar32&quot;,TBS_BOTH | 
                    TBS_NOTICKS | WS_DISABLED | WS_TABSTOP,135,45,105,15
    LTEXT           &quot;°C&quot;,IDC_STATIC,225,30,8,8
    LTEXT           &quot;°C&quot;,IDC_STATIC,225,70,8,8
    LTEXT           &quot;V&quot;,IDC_STATIC,225,135,8,8,0,WS_EX_RIGHT
    LTEXT           &quot;V&quot;,IDC_STATIC,225,175,8,8,0,WS_EX_RIGHT
    LTEXT           &quot;V&quot;,IDC_STATIC,335,30,8,8,0,WS_EX_RIGHT
    LTEXT           &quot;V&quot;,IDC_STATIC,335,70,8,8,0,WS_EX_RIGHT
    LTEXT           &quot;V&quot;,IDC_STATIC,335,135,8,8,0,WS_EX_RIGHT
    LTEXT           &quot;V&quot;,IDC_STATIC,335,175,8,8,0,WS_EX_RIGHT
END

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

2 TEXTINCLUDE DISCARDABLE 
BEGIN
    &quot;#define APSTUDIO_HIDDEN_SYMBOLS\r\n&quot;
    &quot;#include &quot;&quot;windows.h&quot;&quot;\r\n&quot;
    &quot;#undef APSTUDIO_HIDDEN_SYMBOLS\r\n&quot;
    &quot;#include &quot;&quot;resource.h&quot;&quot;\r\n&quot;
    &quot;\0&quot;
END

3 TEXTINCLUDE DISCARDABLE 
BEGIN
    &quot;\r\n&quot;
    &quot;\0&quot;
END

#endif    // APSTUDIO_INVOKED

/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO DISCARDABLE 
BEGIN
    IDD_STARTDIALOG, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 360
        TOPMARGIN, 7
        BOTTOMMARGIN, 224
    END
END
#endif    // APSTUDIO_INVOKED

/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_APP_TITLE           &quot;hallowelt&quot;
    IDS_HELLO               &quot;Hallo Welt!&quot;
    IDC_HALLOWELT           &quot;HALLOWELT&quot;
END

#endif    // Deutsch (Deutschland) resources
/////////////////////////////////////////////////////////////////////////////

/////////////////////////////////////////////////////////////////////////////
// Deutsch (Österreich) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEA)
#ifdef _WIN32
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN_AUSTRIAN
#pragma code_page(1252)
#endif //_WIN32

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE DISCARDABLE 
BEGIN
    &quot;resource.h\0&quot;
END

#endif    // APSTUDIO_INVOKED

/////////////////////////////////////////////////////////////////////////////
//
// Toolbar
//

IDR_TOOLBAR1 TOOLBAR DISCARDABLE  16, 16
BEGIN
    BUTTON      IDM_START
    BUTTON      IDC_GETALLBUTTON
    BUTTON      IDC_STARTBUTTON
    BUTTON      IDC_STOPBUTTON
    BUTTON      ID_BUTTON32778
END

/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//

IDR_TOOLBAR1            BITMAP  DISCARDABLE     &quot;toolbar1.bmp&quot;
#endif    // Deutsch (Österreich) resources
/////////////////////////////////////////////////////////////////////////////

#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//

/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/613259</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/613259</guid><dc:creator><![CDATA[ewitt7u0]]></dc:creator><pubDate>Wed, 22 Sep 2004 21:23:17 GMT</pubDate></item><item><title><![CDATA[Reply to Visual C++ 6 Ressourcendatei mit anderer IDE Verwenden on Thu, 23 Sep 2004 05:59:44 GMT]]></title><description><![CDATA[<p>im LCC haste ja auch nen Resource-Editor. Der kommt möglicherweise mit den ganzen Deklarationen nicht klar.<br />
btw: dass der LCC nur ein C-Compiler ist, ist dir klar? Er kann keine Klassen oder ähnliches...</p>
<p>Haste das schonmal im DEVCpp probiert ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/613317</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/613317</guid><dc:creator><![CDATA[DocJunioR]]></dc:creator><pubDate>Thu, 23 Sep 2004 05:59:44 GMT</pubDate></item><item><title><![CDATA[Reply to Visual C++ 6 Ressourcendatei mit anderer IDE Verwenden on Thu, 23 Sep 2004 09:47:40 GMT]]></title><description><![CDATA[<p>Es scheint wirklich so als würde er mit den ganzen Deklarationen nicht klar kommen, denn: Wenn man eine Resourcendatei(ASCII nicht dll) mit dem lcc anlegt, so fragt er normalerweise nach der dazugehörigen Headerdatei, öffnet man jedoch eine bereits vorhandene Resourcendatei die mit dem Visual Studio erstellt wurde so fragt er nach nix und es erscheint auch nix zum editieren. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /><br />
Ja, dass der LCC nur ein Compiler für C ist, ist mir klar. Nein DEV-C++ hab ich noch nicht probiert, werds mir aber mal anschaun. Ist die IDE empfehlenswert?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/613520</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/613520</guid><dc:creator><![CDATA[ewitt7unull]]></dc:creator><pubDate>Thu, 23 Sep 2004 09:47:40 GMT</pubDate></item><item><title><![CDATA[Reply to Visual C++ 6 Ressourcendatei mit anderer IDE Verwenden on Thu, 23 Sep 2004 11:54:48 GMT]]></title><description><![CDATA[<p>DevCpp hat eine Oberfläche die sich inzwischen stark am VC++ orientiert.<br />
Allerdings ist hier kein graphischer Resourceneditor bei.<br />
Ansonsten hast du alles, was du brauchst. Syntax highlighting, Hint texte, Automatische Vervollständigung, Debugging, Projektverwaltung, CVS, ne riesen Community, ...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/613645</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/613645</guid><dc:creator><![CDATA[DocJunioR]]></dc:creator><pubDate>Thu, 23 Sep 2004 11:54:48 GMT</pubDate></item></channel></rss>