Discussion Overview
The discussion centers around the use of ActiveX controls within a Windows Visual C++ console application, exploring the feasibility of calling their functions without a graphical user interface. Participants share their experiences and challenges related to this topic, including potential workarounds and alternative approaches.
Discussion Character
- Exploratory, Technical explanation, Debate/contested
Main Points Raised
- One participant expresses the need to use an ActiveX control in a console application and seeks guidance on how to achieve this, noting their experience with MFC applications.
- Another participant mentions ongoing research into the topic and indicates that they have multiple projects that could benefit from a solution.
- A different participant suggests that the ActiveX control may need to be run in a Windows program rather than a console application, implying potential limitations.
- One participant describes their workaround, which involved creating an MFC application to interface with the ActiveX control, despite acknowledging the bloat of the solution and expressing a desire to eventually port the code to Linux.
- Another participant is exploring the use of Flash UI for editing within a console application, indicating a shift in approach.
Areas of Agreement / Disagreement
Participants do not reach a consensus on the feasibility of using ActiveX controls in a console application, with some suggesting limitations while others propose alternative methods. The discussion remains unresolved regarding the best approach.
Contextual Notes
There are limitations related to the specific ActiveX controls in question and the requirements for their operation, which may depend on the application type (console vs. GUI). Additionally, there are unresolved issues regarding the implementation details and potential dependencies on Windows-specific features.