Notes About Usage of C ++ API

zhaozj2021-02-16  47

1, programming environment:

A. Must add -w32 in the C-pre-processing program definition in the project file.

LINK L-object / library module plus --NOTESCPP.LIB, LIBCIMT.LIB;

B, specify the relevant file location, or copy the relevant files together.

2, when generating a DLL, pay attention to the .h file plus extern "c" {};

3, in the system environment, plus PATH, INCLUDE, LIB related information; if it is VC , then the system environment should be added to the CPU, the parameter value is I386.

转载请注明原文地址:https://www.9cbs.com/read-24819.html

New Post(0)