Search:

Type: Posts; User: KKR_WE_RULE

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    1,802

    I've got it :) Now it seems to be working :)...

    I've got it :)
    Now it seems to be working :)
    Thanx a bunch guys :)
  2. Replies
    13
    Views
    1,802

    Doesn't help :( Now my ECC.h reads as : ...

    Doesn't help :(

    Now my ECC.h reads as :


    #include <windows.h>
    #pragma once
    class ECC
    {
    public:
  3. Replies
    13
    Views
    1,802

    Then the original problem remains.. ...

    Then the original problem remains..

    1>Source.obj : error LNK2019: unresolved external symbol "public: void __thiscall ECC::InitEllipticCurve(__int64,__int64,__int64)"...
  4. Replies
    13
    Views
    1,802

    [C++] ECC.h: ------ #include #pragma...

    [C++] ECC.h: ------ #include <windows.h> #pragma once class ECC { public: ECC( - Pastebin.com

    here you go :)
  5. Replies
    13
    Views
    1,802

    lol.. Now the list of errors is even greater :p ...

    lol.. Now the list of errors is even greater :p

    1>------ Build started: Project: ECLibrary, Configuration: Debug Win32 ------
    1>Compiling...
    1>Source.cpp
    1>Linking...
    1>ECC.obj : error...
  6. Replies
    13
    Views
    1,802

    ECC is a class that I am writing from scratch....

    ECC is a class that I am writing from scratch.
    It has only one cpp file, ECC.cpp.

    I've added the ECC.h in my project, do I need to add the ECC.cpp too ?
  7. Replies
    13
    Views
    1,802

    Unresolved External In Class In VC++ 2008

    I am trying to write a new class for performing some functions.
    Basically I am writing a ECC math class.

    I declared a variable as :

    ECC a;
    a.InitEllipticCurve(a, b, prime); //This is where i...
  8. hehe.. sry.. I'll also attach the .cpp file. But...

    hehe.. sry.. I'll also attach the .cpp file.
    But the thing only has the code required for the thing to work properly.

    But you will need the ntl static library to be able to compile it.

    Thats...
  9. Elliptic Curve Implementation using NTL library in C++ [Problem]

    Ok.. Guys.. Let me be very clear about this.
    This is in no way related to any shady business like keygenning any commercial software.

    I love working on writing softwares & cryptography.
    I've...
  10. omg.. No..I am trying to write a demo protection...

    omg.. No..I am trying to write a demo protection scheme to protect my software & release it in Net to see how vulnarable it is to rce.

    This in no way is related to hacking a real software.
  11. The errors that I see are : ...

    The errors that I see are :

    Mrcl.lib(mrcore.obj) : error LNK2001: unresolved external symbol _mr_alloc
    Mrcl.lib(mrcore.obj) : error LNK2001: unresolved external symbol _mr_first_alloc...
  12. Replies
    4
    Views
    1,883

    Thats where BigNum libraries come in :) Google...

    Thats where BigNum libraries come in :)
    Google for bignum libraries for c++.

    Miracl is a commonly used one :)

    Shamus Software Limited - Home --> Miracl .

    Best Regards
    KKR
  13. Ok guys, I did everything according to the...

    Ok guys, I did everything according to the manual.
    Created everything from scratch.

    But now that I include them & try to make a demo protection , I get the same problems.

    Here is the download...
  14. Alright.. Doing it right away :)

    Alright.. Doing it right away :)
  15. Yeah.. read that.. but I dont have that ms32.lib...

    Yeah.. read that.. but I dont have that ms32.lib :(
    Its not included in the downloaded miracl package:(

    Step 3 : Select “library fil es (. li b)” from the “Files of type” drop-down li st. Lo ok...
  16. hmm.. How to do that ?

    hmm.. How to do that ?
  17. I am not quite famaliar with C++ workings. I've...

    I am not quite famaliar with C++ workings.
    I've included miracl.h & mirdef.h
    Do I include the project ?
  18. Problem with Miracl Library(Shamus Softwares)

    Guys, as for introducion, I can code up simple stuff with c++.
    But what I suck in is installing & making third party libraies work.

    As for my hobby, I love cryptography & I am basically a Delphi...
Results 1 to 18 of 18