Search:

Type: Posts; User: SteveRodrigue

Search: Search took 0.01 seconds.

  1. I think I'll try it out with callback and see how...

    I think I'll try it out with callback and see how it works. http://www.codeguru.com/cpp/cpp/cpp_mfc/callbacks/article.php/c10557/

    Thanks,
    Steve
  2. The functions are linked since I import the lib...

    The functions are linked since I import the lib file of my application into my dll, in visual studio.

    Should I link them doiing something else? Sorry, I'm new to DLLs.

    Thanks a lot for your...
  3. You mean, the APIGameObject::RegisterObject...

    You mean, the APIGameObject::RegisterObject function?

    I use the same .h for both the dll & the exe file.

    Here is the .h file of that APIGameObjct class:




    #ifndef _APIGameObject
  4. Creating an object in a dll & sending it to an exe file

    Hi,
    Im currently creating an object that inherit a base class named BaseObject, in my DLL, and Im sending it to my application using a static function declared in my application.

    The problem is...
Results 1 to 4 of 4