ActiveX

Programming in Embedded c++, I tryed using ActiveX FlexGrid in my dialog application but there were no controls in the ActiveX folder. Instead I used the Control from Visual c++. For some reason when I initialize the dialog it will not open. Please help.
[257 byte] By [ZComplx] at [2007-11-17 18:04:53]
# 1 Re: ActiveX
To my knowledge that control is not supported for WinCE. Instead, I use this free one:

http://www.codeproject.com/miscctrl/gridctrl.asp
stober at 2007-11-9 12:22:36 >
# 2 Re: ActiveX
So I implemented the Grid Ctrl files. Does anyone know why I would get this error message in the CE platform once the progrma is initialized:

" <unknown application>: File afxwin1.inl, Line 19 "
ZComplx at 2007-11-9 12:23:46 >
# 3 Re: ActiveX
Did you implement that grid control as a dll or a static lib? If its a dll, did you copy the dll to your emulator and/or device? It should be in the \windows directory or the same directory where your application program is located.
stober at 2007-11-9 12:24:44 >
# 4 Re: ActiveX
I just implemented it as a static library to my project.
ZComplx at 2007-11-9 12:25:38 >
# 5 Re: ActiveX
...so I don't know why there is an unknown application in my project unless these classes are trying to import some file?
ZComplx at 2007-11-9 12:26:42 >
# 6 Re: ActiveX
hey 'stober',
Do you have a .dll or some files that I could possible get of this class for CE so I can see what I'm doing wrong?
ZComplx at 2007-11-9 12:27:40 >