Search:

Type: Posts; User: crazybucky

Search: Search took 0.00 seconds.

  1. Thread: DLL issue

    by crazybucky
    Replies
    1
    Views
    1,515

    DLL issue

    Let me start by saying that I’m a total beginner when it comes to C++. Recently I’ve created a .dll for a project I’m working on that suppose to XOR each character in a string and then out puts the...
  2. Replies
    29
    Views
    7,567

    how do you do that?

    how do you do that?
  3. Replies
    29
    Views
    7,567

    Help again

    Thanks you all for your help. Using your help I thought I got my dll to work but I have a bug someone might be able to help with with.


    #include "stdafx.h"
    #include <stdio.h> // for namespace...
  4. Replies
    29
    Views
    7,567

    You all rock! Thank you SO, SO much!

    You all rock! Thank you SO, SO much!
  5. Replies
    29
    Views
    7,567

    The other program I am using I'm not acually...

    The other program I am using I'm not acually writing, so it can't convert, say the char of "N" to a hex value of "4e". So i'll need the dll to do that. The main trouble I having still is I still...
  6. Replies
    29
    Views
    7,567

    Any examples? Sorry to be suck a pain!

    Any examples? Sorry to be suck a pain!
  7. Replies
    29
    Views
    7,567

    Anyone still know how to return a HEX value then?

    Anyone still know how to return a HEX value then?
  8. Replies
    29
    Views
    7,567

    So in that case does anyone know how to assign...

    So in that case does anyone know how to assign the 2 digit hex value of a character to a variable?
  9. Replies
    29
    Views
    7,567

    I've tried but I don't understand how to export...

    I've tried but I don't understand how to export the results to an external program. That and from what little I understand you need to return the info I need thru the return command, not the print...
  10. Replies
    29
    Views
    7,567

    Help with simple console to dll code

    I hope someone can help. I’m new to Visual C++ 2008 and I just need help converting a program I wrote to a dll. Here's the program...


    #include "stdafx.h"
    #include <stdio.h>
    #include...
Results 1 to 10 of 10