Search:

Type: Posts; User: greg2

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,045

    Using a DLL without .a file

    I have create a DLL with a class in it with DevCpp.

    But my project create also a .a file i have to link in the project of the program which use the DLL.

    I want to create a libaray which can...
  2. Replies
    2
    Views
    3,256

    Sorry. I have made big mistake while writting my...

    Sorry. I have made big mistake while writting my class.
    I works know.

    Here is my new source code:

    DLL:

    print.cpp:
  3. Replies
    2
    Views
    3,256

    Using class with DLL

    I have found a tutorial about how to use DLL, but it use just one function in a DLL.

    I am a beginner and i want to use a class in a DLL and not just a function.
    I have tried to create 2 programs...
Results 1 to 3 of 3