include (variable with path/file) ?
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Sep 14, 2000
- 443 views
Oh no! I think I have run into the "conditional include" problem I've seen others complain about!? I just spent some time making a "search" routine to find whatever versions of Win32Lib might be resident on a users system, so as to allow selection of v50+, in order to find and run all the examples that are sent with it (just in case it *wasn't* put into the "include" folder); but having *found* and (user) selected a directory with Win32Lib.ew in it, (returned in DirectoryWithWin32LibInIt), I then said: include DirectoryWithWin32LibInIt & "Win32Lib.ew" but it won't take it. Won't take any variable placed there as far as I can tell. My suspicion is that there is *no* current solution to this, right?? Dan