Coding/VB C C++

Global conditional define (#const) statements in vb.net

smores 2016. 2. 3. 04:23
반응형

http://stackoverflow.com/questions/4375205/global-conditional-define-const-statements-in-vb-net


You can do this in the project properties (right-click the project in the Solution Explorer, select "Properties"), in the "Compile" tab. Click the "Advanced Compiler Options" button, and enter your constants into the "Custom constants" text box.


반응형

'Coding > VB C C++' 카테고리의 다른 글

(펌글) vb.net 프로그램 배포본 만드는 법  (0) 2016.02.06
vb.net - adding dll reference  (0) 2016.02.06
예술적인 C 코드  (0) 2008.02.19
[C&C++] Inheritance between classes  (0) 2007.12.18
[C&C++] friend  (0) 2007.12.17