Unresolved external '__InitVCL' (war: Komische Sache)
-
grüßt euch, weiß jemand was ich tun muss, damit nicht beim kompilieren einer komponente folgender fehler auftritt: [Linker Fehler] Unresolved external '__InitVCL' referenced from C:\PROGRAMME\BORLAND\CBUILDER5\LIB\CP32MTI.LIB|crtlvcl
das ist zu hoch für mich und muss man hoffentlich als anfänger auch nicht verstehen. bis jetzt gabs nämlich noch keine probleme beim installieren neuer komponenten!
thx
<edit>Bitte aussagekräftige Überschrifen wählen! Danke.</edit>
[ Dieser Beitrag wurde am 23.04.2003 um 08:24 Uhr von junix editiert. ]
-
danke für den betreffs-tipp, aber kann auch jemand zum problem helfen?
-
google:
Q: When I try to compile and run the program using Borland C++ Builder v. 5, I get two error messages that refer to linker errors, unresolved external '__InitVCL' and '__ExitVCL'. What is wrong?
A: What has happened is that when you created the project, the 'C++' and 'Use VCL' options were selected in the Console Wizard dialog box. See step 2(b) in the instructions above. Next time, select only the 'C' and 'Console Application' options. To fix the problem this time without having to create a new project, just add the line '#include <vcl.h> at the top of your program and it will work.
ist in der source in der betreffenden komponente die vcl.h inkludiert?
-
Ja, vcl.h ist ganz oben eingebunden. Trotzdem erscheinen diese Fehler, aber eben irgendwie mit einer "komischen Datei": LIB\CP32MTI.LIB|crtlvcl
Vielleicht hat noch jemand eine Idee.
-
du bist zumindest nicht alleine: http://www.gameprogrammer.com/archive/html/msg08672.html
hast dus schon direkt bei borland versucht, scheint ja was spezielleres zu sein...
hast du die komponenten selbst entwickelt oder sind das sourcen aus dem internet? dann kannst du ja auch mal beim entwicklier anklopfen...