473,397 Members | 2,068 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

application with plugin support ?

Hi,

i want to write a application with pluginsupport,
with some extras.

The application is devided in several parts.

1) function classes a la <math.h> for 3d-calculation, matrix, vector,
.....
Mesh-classes,
other geometry classes,
2) ObjectBaseclass with:
attributes like position,rotation, dimension, flags in several
variables. (double,long,..)
instances of 3D-Mesh-objects etc.

childs from type of ObjectBaseclass-pointer (to make a tree of
objects/nodes)
iackpointer to BaseAppClass so every object can start
pBaseAppClass->ShowTree()....

virtual functions like Move(),Show(),Print(),
onMouseOver,MouseMove..
wich can be overloaded by an inherit class.
functions to go recursiv through the tree and call
object->Show().... etc. for each node.
functions to add a new childobject/node as pointer to the current
childlist. (via fabric-design-pattern)


3) BaseAppClass with:
The root object as instance of ObjectBaseclass called "World".
functions like ShowTree() or PrintTree()
global variables, buffers etc.
4) Application (ActiveX with ATL) with:
Instance of BaseAppClass;
Interface to Scripting (JavaScript, VB,Delphi,...COM)
5) Now there are object-developer wich can inherit a
class from ObjectBaseclass and do some special behaviour or
manipulation for the
special object he/she designs.

That is the way it works now.

1-3,5 are AnsiC++
4 Implementationspecific now ActiveX, later maybe other
implementations
First goal is to run the ActiveX with PlugIns.
I am searching vor a way (doc,tips,hints,links or books about this
theme) to make
the part 5 in plugins.
What do you think about ?
Thanks in advance,
Howie

Jul 19 '05 #1
1 1525
On Wed, 27 Aug 2003 13:01:25 +0200, Howie <ho****@webb.de> wrote in
comp.lang.c++:
Hi,

i want to write a application with pluginsupport,
with some extras.


You need to ask this in a group that supports your particular
compiler/operating system combination. It is not possible to do this
using standard C++, so it's off-topic here.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++ ftp://snurse-l.org/pub/acllc-c++/faq
Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Simon Roses Femerling | last post by:
Dear pythonnians :) Hopeful somebody can help me about implementing plugin support. I'm working on a python/wxpython app that needs plugin support. My problem is: The way my app works is a...
2
by: Default User | last post by:
Hi there. I have a few newbie questions. My employer has chosen to use IBM WebSphere Application Server to deploy apps on. As one of my first steps in learning Java/J2EE I need to choose and IDE....
1
by: Derek | last post by:
Hi All, I am developing a Windows based application that consists of several different modules. These modules are effectively separate from each other yet share information in a common database....
7
by: Saso Zagoranski | last post by:
Hi! I mentioned this in my other post today but at that time I though I had it all figured out. When I got a reply regarding my other questing I saw that I don't :) Here's my problem: I...
6
by: Amy Snyder | last post by:
I have a classic ASP application and don't plan on converting to .NET. But, I would like to create a web service using the .NET Framework to include in this application. Is this possible? If so,...
3
by: John | last post by:
Hi I am working on an application that has several modules. Each module is represented by an icon on an outlook like list bar on the left. I want users to be able to select modules at...
2
by: Edvard Majakari | last post by:
Hi, My idea is to create a system working as follows: each module knows path to plugin directory, and that directory contains modules which may add hooks to some points in the code. Inspired...
2
by: Ron | last post by:
Hello, I'm attempting to develop a plugin framework for an application that I'm working on. I wish to develop something in which all plugins exist in a directory tree. The framework need only...
4
by: Paciente8159 AKA Klayman | last post by:
Hi, I have a couple of doubts reggarding a plugin based application in C++? I want to build a c++ plugin based app. I have searched alot of things in the net but I still don't know how to...
1
by: =?Utf-8?B?TWFyaw==?= | last post by:
Hi... Apologies in advance if this isn't the right place for this question, but I didn't see another group that seemed more appropriate. One of my co-workers is trying to write a C# plugin for...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.