Community discussion forum

How To Create DLL file in C not C++

Tags:
  • 2 years ago

    maybe you can try like this:

     ShellExecute(this->m_hWnd,"open","calc.exe","c:\\mylog.log","",SW_SHOW);

    Good luck! 

  • 2 years ago

    Here is a tip:

    If you don't need the C Runtime, change the entry point to your DLLMain function and you will reduce significantly the DLL size in release builds.

    You can use the DLL from VB6 using TypeLib libraries created with MIDL tool (from .odl files) because that will make it easier for Visual Basic to make the calls and you will never need to deal with "Declare" statement.

    Have a nice day!

     

  • 2 years ago

    Can you tell detais

  • 2 years ago

    I question create dll file in c language no that in Visual C

  • 2 years ago

    Can you tell detais?

  • 2 years ago

    I use turbo C++ 3.0

  • 1 year ago

    Thanks!

  • 19 days ago

    Its possible to create a DLL using Turbo C++ and use it in programming (like JNI)

    Check out a complete Step-By-Step tutorial - here

Post a reply

Enter your message below

Sign in or Join us (it's free).

We'd love to hear what you think! Submit ideas or give us feedback