Crash while Encrypt Aes

02/28/2011 06:33 Lazeboy#1
Close
02/28/2011 09:31 CrashXx#2
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.
Code:
  // Aes Encrypt.cpp : Defines the entry point for the console application.
  //

  #include "stdafx.h"
->#include "Rijndael.h"
  #include <fstream>
  #include <iostream>
  using namespace std;
Entweder gibts "Rijndael.h" bei den Includes nicht oder es ist ein falscher befehl für das programm. :D
MfG
02/28/2011 15:06 Lazeboy#3
Quote:
Originally Posted by CrashXx View Post
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.
Code:
  // Aes Encrypt.cpp : Defines the entry point for the console application.
  //

  #include "stdafx.h"
->#include "Rijndael.h"
  #include <fstream>
  #include <iostream>
  using namespace std;
Entweder gibts "Rijndael.h" bei den Includes nicht oder es ist ein falscher befehl für das programm. :D
MfG
omg.... falsche forum ...... denkst du auch mal nach bevor du was schreibst
02/28/2011 22:48 king-kongs#4
what is this all about? i dont understand it ><