Design vs RUN mode and DLLs 
Author Message
 Design vs RUN mode and DLLs



Quote:
>The LIB clause is where the application
>gets the path to the DLL to load.

I never found a path stored in compiled modules. The DLL _must_ reside
either in the app directory, or in the Windows path.

Perhaps you can try an explicit LoadModule, and give a path there, then
the module is used in subsequent calls to the Declared functions. But don't
forget then, to unload the module at the end of the program!

DoDi



Thu, 24 Feb 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Please Help......Design mode Vs. Run mode detection

2. Browser Control: Design Mode vs Compiled Mode

3. Browser Control: Design Mode vs Compiled Mode

4. change from running mode to design mode

5. Debug mode vs. Run mode

6. Runs in design mode, NOT Run Time.

7. Runs in Design Mode, NOT Run Time

8. Form size changes in runtime vs design time modes

9. Best Way to Detect Design-Time vs RunTime Mode of an Applicatin

10. Determine whether running in design mode or not

11. ?: Want to determine whether program runs in design mode or not

12. How Design/Running Modes Differ?

 

 
Powered by phpBB® Forum Software