Thread: DLL a creating in Visual Studio 2010 Help me.

  1. #1
    Registered User
    Join Date
    Feb 2015
    Posts
    74

    DLL a creating in Visual Studio 2010 Help me.

    DLL a creating in Visual Studio 2010 Help me.

    My Projects. https://mega.co.nz/#!LhJB0IZI!tacaDA...Y5--NKN3daNyIA
    This code I do not know
    #ifdef FUNCSDLL_EXPORTS
    #define FUNCSDLL_API __declspec(dllexport)
    #else
    #define FUNCSDLL_API __declspec(dllimport)
    #endif


    I do not understand anything. Or almost did not understand.
    Where is the definition? How it generally works? As to my Projects that would be correct?
    I have more than a week i can not understand how it is right and skillfully.
    I even really i can not.

  2. #2
    Registered User
    Join Date
    Feb 2015
    Posts
    74
    Я так розумію що в готовій
    ДЛЛ макрос вже не існує!
    Там прописано щось одне.
    Я смутно зрозумів що макрос відіграє свою роль при самої компіляції.
    А чи можна зробити як би мовити зворотний хід - тобто дізнатися, які ж макроси вже позначені в цьому коді при компіляції?

    I understand that finished
    DLL macro does not exist!
    There spelled one thing.
    I vaguely realized that the macro plays a role in the compilation itself.
    Is it possible to make as it were reversed - that is, find out what kind of macros are indicated in this code when compiling?

  3. #3
    Guest
    Guest
    I'm 100% sure there is an active Russian/Ukranian C++ forum on the web, and Bloc countries love MS Windows, so why not go there where you can have a straight forward discussion?

  4. #4
    Registered User
    Join Date
    Feb 2015
    Posts
    74
    I created this theme in the Ukrainian-speaking forum, and while I have no answer.
    America - the birthplace of computer technology and the most programming languages. The number of people
    America ten times times more than in Ukraine. Forum is also in a variety of lively, active, byychishe.

  5. #5
    Guest
    Guest
    Hmm, I see. I feel the same as you about the U.S. and frequent American sites for the same reason.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to create .bat file in Visual C++? Ms Visual Studio 2010
    By rousse101 in forum Game Programming
    Replies: 0
    Last Post: 01-25-2015, 04:55 PM
  2. Visual C++ 2010, sans visual studio pro 2010?
    By ysg in forum C++ Programming
    Replies: 4
    Last Post: 02-25-2013, 02:02 PM
  3. Visual Studio 2010 .exe help
    By omGeeK in forum Game Programming
    Replies: 4
    Last Post: 03-20-2011, 01:36 PM
  4. Windows 7 RC, Visual Studio 2010 Beta, Office 2010 beta, anyone in?
    By indigo0086 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 05-20-2009, 01:57 PM