473,668 Members | 2,350 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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,rotati on, 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(),P rint(),
onMouseOver,Mou seMove..
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,...CO M)
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 Implementations pecific 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 1542
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.l earn.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
2061
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 python module (plugin) that contains (imbedded) XML defining the classname and some extra information and the app will be load the module using the classname: Example:
2
10067
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. Some of the questions I can't figure out are: > Since WSAD (WebSphere Application Developer Studio) is very expensive but based off Eclipse, is it true to say that Eclipse could suffice as an IDE when applications will be deployed on WebSphere...
1
9937
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. I would like to be able deliver specific modules depending on what the needs of the client are. Some clients may only need Module A and B, while others may need the functionality in Module D. What I am trying to figure out is the best way to go...
7
1579
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 would like to have an application where I would write the core and the users could write
6
1112
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, how do I go about doing it? Thanks! *** Sent via Developersdex http://www.developersdex.com ***
3
1412
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 installation and in the installed app the listbar icons should reflect the modules installed. The question is how should I structure my application in the first place (separate assemblies, classes, what?) and how would it relate to the installation wizard...
2
2785
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 by http://www.python.org/pycon/2005/papers/7/pyconHooking.html I would create a class like this:
2
3316
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 be given the root of the tree. The framework then uses os.path.walk to search all for all files named 'plugin.pyc'. These are then loaded using imp.load_compiled(). They need contain only one variable called 'plugin' which is a reference to an...
4
3715
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 start this. For example: I want the plugin to be able to expose functions and HANDLES (for synchronization with WaitForSingleObject for example).
1
1531
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 a MOM management server and we're having some difficulty getting it to work. When he wrote the plugin, he wrote a little winforms app harness to test it, and we can see the results when the plugin is run this way.
0
8459
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8890
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8791
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8575
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7398
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4202
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4373
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2018
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1783
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.