Click to See Complete Forum and Search --> : ActiveX


ZComplx
July 24th, 2002, 02:28 PM
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.

stober
July 24th, 2002, 06:33 PM
To my knowledge that control is not supported for WinCE. Instead, I use this free one:

http://www.codeproject.com/miscctrl/gridctrl.asp

ZComplx
July 25th, 2002, 11:54 AM
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 "

stober
July 25th, 2002, 12:28 PM
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.

ZComplx
July 25th, 2002, 12:31 PM
I just implemented it as a static library to my project.

ZComplx
July 25th, 2002, 12:37 PM
...so I don't know why there is an unknown application in my project unless these classes are trying to import some file?

ZComplx
July 25th, 2002, 01:03 PM
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?