Menu

window program

DLN
2007-08-07
2012-09-26
  • DLN

    DLN - 2007-08-07

    Is there any way to create dialog-based window programa without importing functions from msvcrt.dll with dev-c++? ("Do not use standard system startup files or libraries" option turns on)

     
    • DLN

      DLN - 2007-08-07

      Just curious, because I' ve seen some dialogbox-based programs written in asm that didn't link to this library (msvcrt.dll). I wonder if dev-c++ can create the program like that.

       
    • Nobody/Anonymous

      No. The functions are actually called at runtime, not imported into Dev-Cpp. All that is added to your program is the dll linkage, which is very small. Why do you want to do this?

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.