Close
// Aes Encrypt.cpp : Defines the entry point for the console application. // #include "stdafx.h" ->#include "Rijndael.h" #include <fstream> #include <iostream> using namespace std;
omg.... falsche forum ...... denkst du auch mal nach bevor du was schreibstQuote:
Getestet und:
Typ des fehlers in der 5 Zeile ist =>
Error C1083: Datei (Include) kann nicht geöffnet werden: "Rijndael.h": No such file or directory.
Entweder gibts "Rijndael.h" bei den Includes nicht oder es ist ein falscher befehl für das programm. :DCode:// Aes Encrypt.cpp : Defines the entry point for the console application. // #include "stdafx.h" ->#include "Rijndael.h" #include <fstream> #include <iostream> using namespace std;
MfG