#includes in .Net?
Author: ZDavid
Creation Date: 4/19/2009 4:04 PM
profile picture

ZDavid

#1
You can tell how long it's been :p

I have a bunch of files with functions I'd like to access from my main without crowding. Where do I need to put these files and how should they be labeled?
profile picture

Eugene

#2
A bunch of files isn't going to work. You'll need to organize them and compile in Visual Studio (Express) or SharpDevelop as a dynamically linked library (DLL). Then you will be calling them using the standard "using" directive. A couple of related discussions:

attaching a new library to use in Strategy code
WLD 4.5 vs 5.1 base coding language change
profile picture

Eugene

#3
Here's an example of a Wealth-Lab 5 function library:

Home - Community.Components
profile picture

ZDavid

#4
thank you sir!
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).