Go to the source code of this file.
Defines | |
#define | _DSTRUCT_MAIN 1 |
Functions | |
int | X__local_print (const char *,...) |
BOOL WINAPI | DllMain (HANDLE hDLL, DWORD dwReason, LPVOID lpReserved) |
BOOL CALLBACK | DlgProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
BOOL CALLBACK | DlgProcScale (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
void | UpdateProgress (FILE *dxfp) |
long | _Convert (HWND parent, char *iname, char *oname, X__STRUCTURE *lpevi) |
Variables | |
int(* | X__pri )(const char *,...) |
HWND | dlg = NULL |
HWND | hWndParent |
HWND | hWndProgress = NULL |
HINSTANCE | hInstance |
long | file_size = 1 |
int X__local_print | ( | const char * | format, | |
... | ||||
) |
BOOL WINAPI DllMain | ( | HANDLE | hDLL, | |
DWORD | dwReason, | |||
LPVOID | lpReserved | |||
) |
Definition at line 43 of file 3DSCON.C.
References DLL_PROCESS_ATTACH, DLL_PROCESS_DETACH, hInstance, and TRUE.
BOOL CALLBACK DlgProc | ( | HWND | hwnd, | |
UINT | msg, | |||
WPARAM | wparam, | |||
LPARAM | lparam | |||
) |
Definition at line 55 of file 3DSCON.C.
Referenced by _Convert(), _SetExternalParameters(), Do3dsConvert(), DoDialog(), and SetExternalParameters().
BOOL CALLBACK DlgProcScale | ( | HWND | hwnd, | |
UINT | msg, | |||
WPARAM | wparam, | |||
LPARAM | lparam | |||
) |
void UpdateProgress | ( | FILE * | dxfp | ) |
Definition at line 120 of file 3DSCON.C.
References file_size, and hWndProgress.
Referenced by Do3dsConvert(), DxfLoad(), get_faces(), and get_vertices().
long _Convert | ( | HWND | parent, | |
char * | iname, | |||
char * | oname, | |||
X__STRUCTURE * | lpevi | |||
) |
Definition at line 130 of file 3DSCON.C.
References DLG, dlg, DlgProc(), Do3dsConvert(), file_size, hInstance, hWndParent, X__Free, X__local_print(), X__Malloc, and X__pri.
int(* X__pri)(const char *,...) |
Referenced by _Convert(), check_error(), and DoDxfConvert().
HWND dlg = NULL |
HWND hWndParent |
Definition at line 33 of file 3DSCON.C.
Referenced by _Convert(), Do3dsConvert(), and rescale_model().
HWND hWndProgress = NULL |
HINSTANCE hInstance |
Definition at line 35 of file 3DSCON.C.
Referenced by _Convert(), DllMain(), Do3dsConvert(), rescale_model(), and ResourceX().
long file_size = 1 |