Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 586409
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T15:06:15+00:00 2026-05-13T15:06:15+00:00

The reason why it should be empty is because I need to write it

  • 0

The reason why it should be empty is because I need to write it in C:

https://stackoverflow.com/questions/951516/what-good-ides-are-availble-for-c/951582#951582

But how to write a dll from scratch?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T15:06:16+00:00Added an answer on May 13, 2026 at 3:06 pm

    Windows DLL are written using this skeleton

    #include <windows.h>
    
    BOOL WINAPI DllMain(
      __in  HINSTANCE hinstDLL,
      __in  DWORD fdwReason,
      __in  LPVOID lpvReserved
    ){
       switch(fdwReason){
          case DLL_PROCESS_ATTACH:
               break;
          case DLL_PROCESS_DETACH:
               break;
          case DLL_THREAD_ATTACH:
               break;
          case DLL_THREAD_DETACH:
               break;
       }
       return 0;
    }
    

    See here on the MSDN for this and an example of it here. Here is a tutorial on creating a DLL. A more in-depth tutorial can be found here.

    Hope this helps,
    Best regards,
    Tom.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 494k
  • Answers 494k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Why iterate over every key/value pair? Use accValues["SomeString"] or, if… May 16, 2026 at 10:55 am
  • Editorial Team
    Editorial Team added an answer After studying the ISO table and the Currency class documentation,… May 16, 2026 at 10:55 am
  • Editorial Team
    Editorial Team added an answer In your global page, you cannot use safari.self.tab because the… May 16, 2026 at 10:55 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

Should I initialize class fields at declaration like this? public class SomeTest extends TestCase
Some classes, like exceptions or templates, only need the header file (.h), often there
I have a WSDL generated by WCF and now this WSDL should be used
For some reason, XCode has decided to start copying a huge Prefix.pch.gch file into
I have a Drupal view which should output a video player using flash. I
From what I understand about twisted, nothing running in the reactor thread should block.
Here is a twofold question, with a theoretical part, and a practical one: When
I'm wondering if there is an equivalent function to PHP's call_user_func() in ASP.NET application.
I am extending the Visual Studio 2003 debugger using autoexp.dat and a DLL to
I have a view that I'm trying to filter with something similar to DISTINCT

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.