Coder Social home page Coder Social logo

dll_practice's Introduction

dll_practice

Project Purpose

  • This project is just a DLL file practice for myself and often refers to some website notes such as Web1 , Web2, Web3, and Web4.

Knowledge

  • This page talked about what exactly are dllimport and dllexport, though I can't aware of this.

Something Important

  • DEV-C++ IDE

    • I use C language as my DLL file and use python as my main file language.
    • All these files must run or compile in DEV-C++ IDE because the special macro DLLIMPORT is written by DEV-C++. I can't use it in other IDE like Visual Studio, etc.(of course I know)
    • Call_DLL.c file which is the main file to call the DLL file is what I get in Web2. But when I compile the file, I got an error like this.compile errorUnfortunately, I can't solve it by browsing some websites. So, I just keep it, maybe someday I can solve it somehow.
    • SolvedI got another error about C language. Please check Add function in dllmain.c file. I can't received the whole string but the other int type parameters. An error message like thisparse_errorAccording to the image, I can just receive one character and show it on the monitor and I have no idea.
  • VS IDE


Solved

  • According to Stackoverflow post, you have to transfer the data type of stu_id parameter before passing through the function.

dll_practice's People

Contributors

bernie6401 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.