Home > Software engineering >  11 c
11 c

Time:11-20

In vs2017 generated DLL excuse me I have a c + + 11 features function

I call in vs2010 will have a problem?
To solve! thank you

CodePudding user response:

Can't call, but you header files may need to rewrite the exported functions

CodePudding user response:

There is a problem, general test version.

CodePudding user response:

reference 1st floor WJN92 response:
can't call, but you export function header files may need to rewrite the

The header file? Can you make a such as

My header file does not contain any c + + 11

CodePudding user response:

refer to the second floor chixiang1111 response:
there will be a problem, usually test version,

The forehead that how to do

CodePudding user response:

The c + + 11. H header file kao, put the c + + 11. The CPP program files kao, got his vs2010, of course, only used kao. H header file, use. The CPP program files, otherwise the workload is too big,

CodePudding user response:

reference 5 floor chixiang1111 reply:
c + + 11. H header file copy to come over, put the c + + 11. The CPP program files kao, got his vs2010, of course, only the use of kao. H header file, and use. The CPP program files, otherwise the workload is too big,

Don't know where to download the c + + 11 header files do you have a website

CodePudding user response:

Can you search in the c + + 11. H, search,

CodePudding user response:

Upstairs to mislead the building Lord, export in C style, can have what problem?
Even if you use some other language DLL, as long as the export in C style, can call, this is the essence of the DLL,

CodePudding user response:

refer to the eighth floor bluesen response:
upstairs to mislead the building Lord, export in C style, can have what problem?
Even if you use some other language DLL, as long as the export in C style, can call, this is the essence of the DLL,
mean I in vs2017 encapsulates the C + + 11 things in vs2010 call completely ok? Such as vs2010 an unsupported features are ok?

CodePudding user response:

As long as you to export to the DLL C style, no matter what the compiler of C + + can be used

CodePudding user response:

The use of the DLL has nothing to do with language and its version

CodePudding user response:

Can be derived using extern "c", can also be used in other languages, let alone the VS2010