how to #define a global one
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Dear friends i have a doubt i am having “#define Integrated” in my every class. Is it possible to have it in a common file are in a general place only once defined Any help or Idea? By Joe
-
Dear friends i have a doubt i am having “#define Integrated” in my every class. Is it possible to have it in a common file are in a general place only once defined Any help or Idea? By Joe
-
You could define it at the compiler level in your project. See menu item Project -> Properties -> Build.
It's time for a new signature.
Thank you very much ..... :laugh: :laugh: :laugh: i used Conditional compilation symbols Thanks