DAO-Problem
-
Wer kann mir bei der Lösung 2 helfen
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;q236991
Rebuild the library for the variant you need. For example, to build the static MFC library, debug version, non-Unicode, with no browser files use the following command at the command prompt in the MFC\SRC folder:
nmake DEBUG=1
for release:
nmake DEBUG=0for unicode builds:
nmake DEBUG=1 UNICODE=1
nmake DEBUG=0 UNICODE=1Ich verstehe nicht wie das gemeint ist, bzw. wo ich dies einfügen soll.
Vielen Dank für Lösungsvorschläge
MfG
RunSeb
-
Dieser Thread wurde von Moderator/in HumeSikkins aus dem Forum C++ in das Forum MFC mit dem Visual C++ verschoben.
Im Zweifelsfall bitte auch folgende Hinweise beachten:
C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?Dieses Posting wurde automatisch erzeugt.