Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Win32/Win64 API (native code) (https://www.delphipraxis.net/17-win32-win64-api-native-code/)
-   -   Delphi Res --> DLL (https://www.delphipraxis.net/169137-res-dll.html)

ATS3788 1. Jul 2012 20:50

Res --> DLL
 
Delphi-Quellcode:

library MyIconLib;
{$R MyIconLib.RES}
begin
end.
Zitat:

D:\>brcc32 -32 -v -m MyIconLib.dpr
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Lines: Current 0, Total 0
New File: MyIconLib.dpr
Lines: Current 1, Total 0
New File: D:\MyIconLib.dpr
Lines: Current 4, Total 3
Compiling MyIconLib: library

Error MyIconLib.dpr 4 2: Expecting END

Wenn ich das mit BRCC32.exe versuche zu Compilieren
sagt der Compiler mir

Zitat:

Error MyIconLib.dpr 4 2: Expecting END
Was mache ich falsch:|

jaenicke 1. Jul 2012 21:11

AW: Res --> DLL
 
Die brcc32.exe ist der Ressourcencompiler. Damit kannst du keine Delphiprojekte kompilieren, sondern nur die .res Datei zum Einbinden erstellen (aus dem .rc Ressourcenskript).

Das Projekt musst du mit dem normalen Delphicompiler kompilieren.

ATS3788 1. Jul 2012 21:20

AW: Res --> DLL
 
Ach so Danke:oops:

Das geht mit dcc32.exe
richtig.


Alle Zeitangaben in WEZ +1. Es ist jetzt 08:22 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz