
Visual C++ Runtime error in Windows XP, but not in Windows 2000
I have narrowed the C Runtime problem down some. I have a third party OCX
control on the main form of the app. The control performs licensing
operations for the application. On one of the methods that is called on
InitDialog() is causing the crashing. The OCX control is Bit-Arts Softlocx.
It has been stated to work with any language that supports COM and that is
works on XP. However, I get the C runtime error on this method only in a
Windows XP environment. I do not know if this is ATL/MFC related or not. How
can I go about finding a solution to this problem. I have contacted tech
support but they tend to be too slow for my time frame. Does anyone know of
differences in 2000 and XP that might be causing this issue. Thanks in
advance.
--
Ryan Taylor
Quote:
> Hello.
> I have compiled a COM extention to an ESRI application. On a Windows 2000
> machine the application runs like a charm. On a windows 2000 application I
> get a Runtime Error in the Runtime library. Does anyone know what may
cause
> this. Thanks in advance.
> --
> Ryan Taylor