max number of progressprocs in ActiveX-proxy

niklas

New Member
NT4.0 progress 9.0b

I try to compile an ActiveX proxy with 78 progress procedures. I get the error message "MIDL error 0xc0000005: unexpected compiler problem. Try to find a work around." If I remove 8 procs from the proxydefinition then the generation works fine. Is there a maximum number of procedures? I cant find anything of that in the documention.

Anyone have any idea? Is there a problem in progress or in some microsoft sw?
 

niklas

New Member
change midl compiler

I tried to change the midl compiler from j++ 1.1 to visual c++ 6.0, and it worked alright then. You can read about how you change this in the section "Setting Up the Environment to Run the MIDL Compiler" in the Open Clients developers Guide.
 
Top