DllmainLibscilab.c File Reference

#include <windows.h>

Include dependency graph for DllmainLibscilab.c:

Go to the source code of this file.

Functions

int WINAPI DllMain (HINSTANCE hInstance, DWORD reason, PVOID pvReserved)
BOOL BuildWithVS8ExpressF2C (void)


Function Documentation

BOOL BuildWithVS8ExpressF2C ( void   ) 

Definition at line 77 of file DllmainLibscilab.c.

References FALSE, and TRUE.

Referenced by ON_ABOUT_WM_INITDIALOG().

00078 {
00079         #ifdef USE_F2C
00080                 return TRUE;
00081         #else
00082                 return FALSE;
00083         #endif
00084 }

Here is the caller graph for this function:

int WINAPI DllMain ( HINSTANCE  hInstance,
DWORD  reason,
PVOID  pvReserved 
)

Definition at line 61 of file DllmainLibscilab.c.

00062 {
00063   switch (reason) 
00064     {
00065     case DLL_PROCESS_ATTACH:
00066       break;
00067     case DLL_PROCESS_DETACH:
00068       break;
00069     case DLL_THREAD_ATTACH:
00070       break;
00071     case DLL_THREAD_DETACH:
00072       break;
00073     }
00074   return 1;
00075 }


Generated on Sun Mar 4 15:11:36 2007 for Scilab [trunk] by  doxygen 1.5.1