我也是个DirectX新手,我不知道你现在在看什么版本的SDK,有机会多多交流

解决方案 »

  1.   

    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    我也不知道,谢谢,^_^
      

  2.   

    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps: 1.Use the __stdcall calling convention. 这是什么意思,如何实现__stdcall函数调用规则??
    2.Set the entry-point symbol to DllEntryPoint@12. (In Microsoft® Visual C++® 6.0, choose Settings from the Project menu. Click the Link tab. In the Category list, click Output. Type DllEntryPoint@12 in the Entry-point Symbol box.) 我在vc中按照上面所说的做了,编译时错误(向导生成的代码,不按上面所说的做倒是没问题),我该怎么做?
    3.Use the multithreaded C run-time library. vc++里,怎么实现,是在向导里有选项吗?
    3.Include a definition (.def) file that exports the DLL functions. The following is an example of a definition file. The filter's output file is assumed to be Filter.dll. 怎么做才能实现这名话所说的??
    LIBRARY FILTER.DLL
    DESCRIPTION 'Description of my filter'
    PROTMODE
    EXPORTS 
        DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 
    请多多指教!!谢谢
    大赛发送 Building DirectShow Filters
    To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In add
      

  3.   

    to thd111(小蛐蛐):
    TNND,你是不是吃饱了撑着没事干呀,csdn有你这种无聊分子真是程序员的不幸,回家生孩子去。请各位赐教
      

  4.   

    哎,难兄难弟
    __stdcall是一种调用方式,和以__cdecl声明的函数以同样的方式返回值,指由被调用者来清除堆栈,在window下被定义为#define WINAPI __stdcall
    第二个问题不太清楚,不知道你想做什么,生成入口点函数吗?
    menu-->project-->setting-->(c/c++-->category-->code generation-->call convention)
    第四个生成一个.def文件,把上面这段抄上去就可以了吧!好象是这样的,用来生成dll的函数输出文件吧!
      

  5.   

    Building DirectShow Filters
     太难,看点别的吧DirectShow Filter 就是一个Com形式的 dll DllGetClassObject  
        DllCanUnloadNow  
        DllRegisterServer  
        DllUnregisterServer 这几个函数 vc的向导可以自动生成