I want to use dynamic file name in #include directive like this dim name name = "test.htm" <!--- #include file = name ---> Please help me in doing this. Thanks!
M
Member 170135
@Member 170135
Posts
-
#include directive -
#include directiveI want to use dynamic file name in #include directive like this dim name name = "test.htm" <!--- #include file = name ---> Please help me in doing this. Thanks!
-
COM BeginnerThe problem is related to ATL Wizard in VC 6.0. When we add some interface, we have to specify its threaded model. There are four threaded models are given. 1. Single 2. Apartment 3. Both 4. Free My COM take data as input and passes it to corresponding server, and I m using this COM in ASP. I have confusion of which threaded model should I have to use so that the COM can fullfill multiple requests at the same time. Thanks!
-
_SHELL_CallDllHi... The function _SHELL_CallDll is used in VxD to call a 16-bit DLL function. Can we use this function to call a 32-bit DLL? Thanks!