473,654 Members | 3,011 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Runtime DB?

I have a client who is requesting the following:

Description:
-database should be a runtime version of MS Access so that it would not be
necessary for the user to have any Microsoft products in order to operate
the program.
-key function is to help automate some time consuming tasks that occupy a
business owner the most and join several other programs functions into one
precise and easy to use system that will eliminate other bulky programs and
system resource hogs.
-program should be designed so that it is upgradeable and expandable.
-database should be designed in two parts
-Front End (Forms)
-Back End (Tables, Queries, Macros and Modules)
-Optional password protection defined by end user

Features:
-Contact Management
-Task List Management
-Time Keeper Function
-Rate Organizer
-Rate vs. Time Calculator
-Invoicing for Retainer and Project
-Time Reporting
-PC compatible only
-Password Protected (optional) - prompt in install
-Duplication Protected
-Run Time Version (Don't need Access to use it)
-Network Install
-Help File
-Suggestion List

Is it possible to design an *MS Access* db as a runtime version? Just what
kind of programming is involved here and what would it require and
potentially cost?

Thanks in advance to any kind soul who can help. Feel free, if you prefer,
to contact me off list:

ch*****@comcast .net

--
Charisma

someone's alterego

Nov 13 '05 #1
9 1953
On Mon, 31 Oct 2005 22:21:10 -0500, "Charisma" <ch@risma> wrote:

A few hundred bucks to purchase the Access Developer Toolkit for
whatever version of Access you were intending to use. MSFT calls this
product differently with each release - check their website. This
product allows you to redistribute the runtime version of MsAccess.
Typically this is done in the form of a setup program that installs
this runtime (a collection of msaccess.exe plus several DLLs and aux
files) plus your application. There is no special programming needed;
actually you have to go out of your way to detect if you're running on
the runtime version of Access versus the full version. Most apps are
totally agnostic to this.

One requirement is peculiar: in a split db design, the Back End should
contain only tables, and everything else should be in the Front End.

Ask client what is meant by "Duplicatio n Protected". Surely anyone
with access to the files can make a copy (=duplicate) of the files. To
what extend are we going to make life difficult for the duplicators?

-Tom.

I have a client who is requesting the following:

Description:
-database should be a runtime version of MS Access so that it would not be
necessary for the user to have any Microsoft products in order to operate
the program.
-key function is to help automate some time consuming tasks that occupy a
business owner the most and join several other programs functions into one
precise and easy to use system that will eliminate other bulky programs and
system resource hogs.
-program should be designed so that it is upgradeable and expandable.
-database should be designed in two parts
-Front End (Forms)
-Back End (Tables, Queries, Macros and Modules)
-Optional password protection defined by end user

Features:
-Contact Management
-Task List Management
-Time Keeper Function
-Rate Organizer
-Rate vs. Time Calculator
-Invoicing for Retainer and Project
-Time Reporting
-PC compatible only
-Password Protected (optional) - prompt in install
-Duplication Protected
-Run Time Version (Don't need Access to use it)
-Network Install
-Help File
-Suggestion List

Is it possible to design an *MS Access* db as a runtime version? Just what
kind of programming is involved here and what would it require and
potentially cost?

Thanks in advance to any kind soul who can help. Feel free, if you prefer,
to contact me off list:

ch*****@comcas t.net


Nov 13 '05 #2
Thanks Tom. I'll talk to him tomorrow, I hope, and will try to fine tune
the parameters. Just let me recap here and make sure I understand. If I
purchase the Developer Toolkit I can just go ahead and work on this as I
would any other Access database being run within the Access environment
(basically it still is but its just a per incident use instead of the
installation of Access that resides there until you uninstall), if I'm
understanding you correctly.

Is there anything else besides the duplication question and one of my own
regarding the timer request I should find out?

Thanks again .. I had visions of having nightmares for a few minutes ;)
"Tom van Stiphout" <no************ *@cox.net> wrote in message
news:54******** *************** *********@4ax.c om...
: On Mon, 31 Oct 2005 22:21:10 -0500, "Charisma" <ch@risma> wrote:
:
: A few hundred bucks to purchase the Access Developer Toolkit for
: whatever version of Access you were intending to use. MSFT calls this
: product differently with each release - check their website. This
: product allows you to redistribute the runtime version of MsAccess.
: Typically this is done in the form of a setup program that installs
: this runtime (a collection of msaccess.exe plus several DLLs and aux
: files) plus your application. There is no special programming needed;
: actually you have to go out of your way to detect if you're running on
: the runtime version of Access versus the full version. Most apps are
: totally agnostic to this.
:
: One requirement is peculiar: in a split db design, the Back End should
: contain only tables, and everything else should be in the Front End.
:
: Ask client what is meant by "Duplicatio n Protected". Surely anyone
: with access to the files can make a copy (=duplicate) of the files. To
: what extend are we going to make life difficult for the duplicators?
:
: -Tom.
:
:
:
:
: >I have a client who is requesting the following:
: >
: >Description:
: >-database should be a runtime version of MS Access so that it would not
be
: >necessary for the user to have any Microsoft products in order to operate
: >the program.
: >-key function is to help automate some time consuming tasks that occupy a
: >business owner the most and join several other programs functions into
one
: >precise and easy to use system that will eliminate other bulky programs
and
: >system resource hogs.
: >-program should be designed so that it is upgradeable and expandable.
: >-database should be designed in two parts
: >-Front End (Forms)
: >-Back End (Tables, Queries, Macros and Modules)
: >-Optional password protection defined by end user
: >
: >Features:
: >-Contact Management
: >-Task List Management
: >-Time Keeper Function
: >-Rate Organizer
: >-Rate vs. Time Calculator
: >-Invoicing for Retainer and Project
: >-Time Reporting
: >-PC compatible only
: >-Password Protected (optional) - prompt in install
: >-Duplication Protected
: >-Run Time Version (Don't need Access to use it)
: >-Network Install
: >-Help File
: >-Suggestion List
: >
: >
: >
: >Is it possible to design an *MS Access* db as a runtime version? Just
what
: >kind of programming is involved here and what would it require and
: >potentially cost?
: >
: >Thanks in advance to any kind soul who can help. Feel free, if you
prefer,
: >to contact me off list:
: >
: >ch*****@comcas t.net
:

Nov 13 '05 #3
So all this client wants is a program that will run several required
components of a small business, can't be duplicated, is scalable and
self-contained? Did I mention compact and fast?
Sounds like a marvel and really simple too. I wonder why there aren't
tons of these floating around. If there were, there would be no point in
creating a new one, right?
I suppose it doesn't have to do everything the whole MS-Office Suite
does right away, just the important stuff. But maybe the other things
are coming on down the road in version two?
You're going to write it and he/she is going to own it?
I suppose the pay will be top dollar and you'll retain a 70% share of
all proceeds?
And he/she will keep you in comfort during the several years it will
take to create this?

AND he wants the modules in THE BACK END?

I think you'll be bored, maybe even drilled ....
Nov 13 '05 #4
"Charisma" wrote
Thanks Tom. I'll talk to him tomorrow, I hope,
and will try to fine tune the parameters. Just
let me recap here and make sure I understand.
If I purchase the Developer Toolkit I can just
go ahead and work on this as I would any
other Access database being run within the
Access environment
I'll have to disagree (mildly) with Tom on the simplicity and functionality
of creating an application for the runtime. I think you may, possibly, be
surprised at some of the features that are not available in the runtime.
Who'd ever have thought that the user applying a filter to a form was not a
runtime feature. You can allow the user to do some "filtering" , but you'll
have to write code to do it. You can allow the user to attach to a different
set of back end tables, but the Linked Tables Manager is not a runtime
feature, so you'll have to include code to do it. You'll need to allow some
time for a "learning curve" just to determine what you'll have to do for
yourself, as well as some time to implement those things. Fortunately, there
are many samples of such functionality that you can freely use, but it will
take a little time to find them, and more to fit them into your application.
(basically it still is but
its just a per incident use instead of the
installation of Access that resides there until
you uninstall), if I'm understanding you correctly.


I am not certain what you mean by "its jus a per incident use" -- it is, in
fact, full retail Access with many, many Registry entries to lock the user
out of design view, and to disable functions that are defined as design
functionality. You create a package of your database application and the
runtime support which is installed on the users' machines'. It is royalty
free -- you pay once to obtain the developer tools, and may use those to
create and distribute as many packages to as many users as you wish.

I'm not aware that you can create a "network install", if I understand the
term -- something that a network adminstrator can run from the server to
install the application on the users' machines.

And, I don't know what "Password Protection, Optional Defined by End User"
means. Access does have security. It seems relatively easy to defeat if a
user is willing to spend between $100 - $200 for a "password recovery
package".

And, as Tom pointed out, the users must have full rights on the disks where
both the Front End and Back End reside, which means that they CAN copy the
database and the data. A server database, with Tables (they can be Views in
the Server DB) linked by ODBC to the Access client, can use the server's
security to secure the data.

The most successful runtime distributions that I have seen used Install
Shield or Wise Installer with SAGEKEY scripts or the equivalent. They
avoided a number of common problems often encountered using just the
Developer Tools -- one very common one is "References ", when distributing
MDE format Front Ends, from which the user cannot access nor change
"References ". I haven't personally built one of those distributions so I
can't be especially specific -- but one of my colleagues put considerable
effort into learning the Wise scripting language and object model for some
special installations of related software along with an Access client. A
more "ordinary" installation can be done without using the scripting
language, from a visual interface, in either InstallShield or Wise. There
are other installers, but those are the only two with which I am even a
little familiar.

I am concerned with your question about "cost"... certainly there is not
nearly enough information for an estimate of an entire project. I hope you
were asking about the cost of the developer tools, which Tom has already
answered. Either of the installers I mentioned will cost more than the
Developer Tools, and I think the SageKey scripts will cost about the same or
a little less than Developer Tools, should you find you need them.

Larry Linson
Microsoft Access MVP
Nov 13 '05 #5


"Lyle Fairfield" <ly***********@ aim.com> wrote in message
news:0z******** **********@read 2.cgocable.net. ..
: So all this client wants is a program that will run several required
: components of a small business, can't be duplicated, is scalable and
: self-contained? Did I mention compact and fast?
: Sounds like a marvel and really simple too. I wonder why there aren't
: tons of these floating around. If there were, there would be no point in
: creating a new one, right?
: I suppose it doesn't have to do everything the whole MS-Office Suite
: does right away, just the important stuff. But maybe the other things
: are coming on down the road in version two?
: You're going to write it and he/she is going to own it?
: I suppose the pay will be top dollar and you'll retain a 70% share of
: all proceeds?
: And he/she will keep you in comfort during the several years it will
: take to create this?
:
: AND he wants the modules in THE BACK END?
:
: I think you'll be bored, maybe even drilled ....
:

do you feel marginally better now?

To answer your rhetorical questions because I'm tired and you asked:

Yes, that's what he wants .. and fast

I could be wrong but I think his reason for creating a new one is to have
his name on it and to rake in the millions he has visions of making.
Version two .. can we deal with .5 first before you take us to v2?

Yes, I'm going to write it, he'll own it. Pay .. lol .. I'll be lucky to
get $50/hr for any part of this .. mind you, if he wants to pay me that much
for the actual time i"ll have to put into it .. that's not shabby but he
won't .. so my getting rich isn't an option ..

He thinks he wants modules in the back end ..

No, I'll be a raving lunatic.

Now, on a more serious note since I know you must have had a rough day ..
maybe your team lost ..

I'm asking here what something like this would cost because even I, the dumb
silvery haired idiot that I am, know this isn't *just* a database and it
can't be done *fast* .. but he's under the impression this is a $250 project
because he knew enough to pull together a document (if you truly have such
little joy in your life I can let you read the list of "tables" he's telling
me he wants .. doesn't need but wants). When I talk to him, and I will do
that tomorrow I hope, I want to tell him what this type of program costs as
he intends to sell copies to people and he has every intention of marketing
it to ppl who do not have Access on their computers (I can't conceive of
that but I know it does happen). I want to give him intelligent information
based on feedback from a group I deem to be more qualified and more
professional than myself. (That is, btw, a compliment to you .. now, do you
deserve it?)

You can't know more than myself how reading this I sat here and went "why?!"
because this isn't *just* a database .. this is a fullblown software
application. He's talking about doing major office suite functions within
this application. I'm not a full blown programmer and I don't profess to be
so lighten up a bit, okay? All I was doing was asking a few questions ..
I"m sorry but if you saw what I've read about this "database" tonight you'd
find your post somewhat startling as you wrote a good portion of what I
thought although you did so with less good will.

So .. rather than exercise your prosaic abilities in the fine art of dubious
wit, why don't you try answering the questions and save your judgment for
later when I'll surely have earned it tenfold .. okay?

C

Nov 13 '05 #6
Thank you, you may actually by listing the limitations of the runtime
version provided the best reason for not doing that. Let me read and digest
more of what you wrote before i try to comment more. When I said per
incident I meant that the user does not have to have Access installed to use
it but that the necessary ingredients so to speak will be installed when the
application is. Pardon my poor phrasing.

Let me be very clear here, I did not go looking for this proposal. I was
speaking with this gentleman about one thing and when he found out that I
was in my last incarnation a database administrator and familiar with VBA
programming and database design in access the proposal I received today
resulted. I haven't spoken with him about this and just wanted, before
doing so, to get some answers in anticipation of the conversation. At no
point have I entertained the thought of being able to do any complicated
programming and at no time have I ever called myself such a thing. I'm well
aware of my limitations and I'm also aware that this was one of those
"everything and the kitchen sink" deals too. I really just wanted some
intelligent feedback so when I talk to him I don't sound like a dolt.

I'm not sure what he means by a network install myself either. Another
question for the call tomorrow.

The password thing .. I suspect he means something like when you first
install windows it asks you if you want a password? I'm not sure though so
I'll ask that as well.

AFAIK, this program is geared primarily to the single user computer so I'm
not sure if anything is gained by the front-back end (apologies if I should
know that).

Cost was for the project .. but I really was looking only for a VERY general
ballpark thing .. not necessarily accurate.

The only other specs I can share right now are:

The Purpose:
The purpose of this database is to combine several key functions of a
virtual business office into one convenient program that will integrate and
simplify several necessary tasks of any virtual businessperson.

Who Can It Work For?
It can work for any service based business professional. It was designed
with virtual assistants in mind but can easily be utilized for a other
related professional business or service-based industry that need to keep
track of time on a given task.

What Does [It] Do?
[It] is designed to handle contact management, keep track of task lists as
well as manage incomplete tasks, keep track of time on any given project,
keep rates organized so that you know who you charge what amount to,
calculate your rate versus the time that was involved on any given project
or client, one-click invoice creation which can include your personalized
logo, produce a time report so that if you need to supply your client with a
breakdown of your activities all you need to do is click a button and will
allow you to work on a network and share the data with several users.

Make no mistake, I wish I was skilled enough to do this just to see how it
would turn out but if I was that skilled I wouldn't be worried about where
my next paycheck was coming from either. ;)

Thanks again,

C

"Larry Linson" <bo*****@localh ost.not> wrote in message
news:vIC9f.376$ 7d.349@trnddc01 ...
: "Charisma" wrote
:
: > Thanks Tom. I'll talk to him tomorrow, I hope,
: > and will try to fine tune the parameters. Just
: > let me recap here and make sure I understand.
: > If I purchase the Developer Toolkit I can just
: > go ahead and work on this as I would any
: > other Access database being run within the
: > Access environment
:
: I'll have to disagree (mildly) with Tom on the simplicity and
functionality
: of creating an application for the runtime. I think you may, possibly, be
: surprised at some of the features that are not available in the runtime.
: Who'd ever have thought that the user applying a filter to a form was not
a
: runtime feature. You can allow the user to do some "filtering" , but you'll
: have to write code to do it. You can allow the user to attach to a
different
: set of back end tables, but the Linked Tables Manager is not a runtime
: feature, so you'll have to include code to do it. You'll need to allow
some
: time for a "learning curve" just to determine what you'll have to do for
: yourself, as well as some time to implement those things. Fortunately,
there
: are many samples of such functionality that you can freely use, but it
will
: take a little time to find them, and more to fit them into your
application.
:
: > (basically it still is but
: > its just a per incident use instead of the
: > installation of Access that resides there until
: > you uninstall), if I'm understanding you correctly.
:
: I am not certain what you mean by "its jus a per incident use" -- it is,
in
: fact, full retail Access with many, many Registry entries to lock the user
: out of design view, and to disable functions that are defined as design
: functionality. You create a package of your database application and the
: runtime support which is installed on the users' machines'. It is royalty
: free -- you pay once to obtain the developer tools, and may use those to
: create and distribute as many packages to as many users as you wish.
:
: I'm not aware that you can create a "network install", if I understand the
: term -- something that a network adminstrator can run from the server to
: install the application on the users' machines.
:
: And, I don't know what "Password Protection, Optional Defined by End User"
: means. Access does have security. It seems relatively easy to defeat if a
: user is willing to spend between $100 - $200 for a "password recovery
: package".
:
: And, as Tom pointed out, the users must have full rights on the disks
where
: both the Front End and Back End reside, which means that they CAN copy the
: database and the data. A server database, with Tables (they can be Views
in
: the Server DB) linked by ODBC to the Access client, can use the server's
: security to secure the data.
:
: The most successful runtime distributions that I have seen used Install
: Shield or Wise Installer with SAGEKEY scripts or the equivalent. They
: avoided a number of common problems often encountered using just the
: Developer Tools -- one very common one is "References ", when distributing
: MDE format Front Ends, from which the user cannot access nor change
: "References ". I haven't personally built one of those distributions so I
: can't be especially specific -- but one of my colleagues put considerable
: effort into learning the Wise scripting language and object model for some
: special installations of related software along with an Access client. A
: more "ordinary" installation can be done without using the scripting
: language, from a visual interface, in either InstallShield or Wise. There
: are other installers, but those are the only two with which I am even a
: little familiar.
:
: I am concerned with your question about "cost"... certainly there is not
: nearly enough information for an estimate of an entire project. I hope you
: were asking about the cost of the developer tools, which Tom has already
: answered. Either of the installers I mentioned will cost more than the
: Developer Tools, and I think the SageKey scripts will cost about the same
or
: a little less than Developer Tools, should you find you need them.
:
: Larry Linson
: Microsoft Access MVP
:
:

Nov 13 '05 #7
"Charisma" <ch@risma> wrote
Yes, I'm going to write it, he'll own it.
Pay .. lol .. I'll be lucky to get $50/hr
for any part of this .. mind you, if he
wants to pay me that much for the
actual time i"ll have to put into it .. that's
not shabby but he won't .. so my
getting rich isn't an option ..


Fortunately for you, just saying "No." is an option.

Almost certainly, anyone who will make demands such as this, wants to own
the work product (contract will say "work done for hire" -- there are very
limited circumstances in which I would even consider doing "work done for
hire", and creating a significant database application isn't one of them,
unless I were to be paid a truly exorbitant hourly rate), and thinks it
should be done for $250 will balk at even the cost of writing a good
requirements document -- and, if you do estimate something for him, that is
ALL you should estimate, and contract to be paid time and materials, with
payments made weekly.

That way, if you insist on payment before you do the next week's work, the
most you will lose when he becomes dissatisfied, is a week's pay. And my
estimate for requirements would be "I can't tell you, because you are the
one who will be specifying what you want, I will just be assisting by asking
questions, recording what you say, and organizing the requirements into a
consistent document. I don't know how long it will take you to impart those
requirements to me, but my rate is $XX per hour, with a minimum of Y hours
each workday."

My guess is that there are multiple weeks of work writing a requirements
document, and _he_ will have to give you his requirements. You will sit
there with a yellow pad and pencil, asking questions and recording his
answers, then format them into a concise, understandable set of
requirements. Then, once he approves those requirements, they become the
baseline for the design the effort for which you will have to guesstimate.

Then the design, once documented and similarly approved by him, will become
your baseline for implementing the database application.

And "Tain't gonna be cheap."

And, unlike tables, you can't "link to" modules in the Back End.

Alternatively, you can insist that he provide a satisfactory requirements
and design, review those, and estimate only the implementation (if it
appears that his design _can_ be implemented; if not, "just say No").

And, good luck.

And, remember... hourly rate, minimum hours per workday, and paid promptly
and weekly or the work stops.

If you try to estimate from the information you have now, or, perish forbid,
bid a fixed price for doing the whole thing, you are selling yourself into a
lifetime of involuntary servitude.

Larry Linson
Microsoft Access MVP


Nov 13 '05 #8
Charisma wrote:
maybe your team lost ..


No, my team won.

Toronto Maple Leafs: 2
Florida Panthers: 1

Nov 13 '05 #9
Hi,

I'll stick my neck out - I designed an application (not runtime, each
system had a legal copy of Access) for a company that had 8 locations
spread over New England. The app was a system to do payroll and
billing. Each location was a stand-alone app on a peer to peer network
- no sharing between the locations. It has been in operation for 6+
years and saved the company about 5 man-hours per week per location. It
took me about 12 months(although not full-time)to do (I'm an idiot,
what can I say), Over that period I billed about $25,000. The company
has recently gone to an Application Service Provider for a CRM package,
but still use my system as it works better and faster.

Is that ballpark enough? <g>

JimA

Charisma wrote:

Cost was for the project .. but I really was looking only for a VERY general
ballpark thing .. not necessarily accurate.


Nov 13 '05 #10

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

Similar topics

10
3031
by: Lauren Wilson | last post by:
Ok I have searched the MS website for info on this. I am totally confused. If I want to deploy an Access 2003 app and allow my users to run it using Access 2003 Runtime, where do I get the Runtime? I just purchased Office 2003 Professional. Is Access 2003 Runtime included with that or not? It APPEARS that the only way I can get Access 2003 Runtime is to
10
2212
by: MLH | last post by:
I am concerned. I have recently moved to A97 from Access 2.0 where I rolled out runtime apps with the ADT. Now, the Office Pro Developer's Edition with Access 97 is what I'm using. I find some unfriendly behavior. I want (need) to find out what the pro's (like you guys) are doing to circumvent some of the difficulties encountered when rolling out A97 runtime apps into environments that either have or may have in the future MS Access 97...
17
2060
by: Owen Jenkins | last post by:
I have an Access application that is being used by 150+ clients. I develop in 97, convert to 2000 and distribute as a 97 or 2000 mde, or 97 runtime. This limits me to 97 functions. My clients may use any one of Access 97, 2000, 2002, 2003 or 97 runtime. So that I'm not lingering too far behind, I'm thinking of developing in 2003, using 2000 file format and distributing a 2000 mde for users of Access 2000+. (I understand I'll need to use...
16
6257
by: MLH | last post by:
If I give someone a runtime app, they can open the database window by pressing the F-11 key. How to prevent???
28
2048
by: larpup | last post by:
I have computers setup with A97 runtime with mde's. Work perfectly. I've written an app in 2003 and purchased the Developer extensions. When I load A2003 runtime with my app on a computer that has A97 runtime, I cannot open the A 97 mde's. I was under the impression that the developer extensionsl allow for having both runtimes on a computer. 1. A97 Runtime loaded first
3
2511
by: =?Utf-8?B?R3JhaGFt?= | last post by:
I've added 2 tracking services to the wf runtime; one is the standard SqlTrackingService: trackingService = new SqlTrackingService(<trackingConnectionString>); <workflow Runtime>.AddService(trackingService); trackingService.IsTransactional = false; trackingService.UseDefaultProfile = true; This works just fine.
17
7659
by: Neil | last post by:
A client of mine likes some of the new bells and whistles in Access 2007, and is thinking about converting our A03 format MDB to an A07 format file. However, while some of the users have A07, many do not, and it's not clear when they would get it. His thought was to use the upcoming Access 2007 runtime to allow the users who are still running Office 2003 to be able to run the database. While I use multiple versions of Access on my...
6
4225
by: SMcK | last post by:
I have a PDA-based (Syware Visual CE) database which I need to sync to an Access database. The Access database contains three tables: 1 is the data itself, 2 is a linked table that prefills several fields in the main data table based on the value of one of it's fields, and 3 is table the PDA database creates to sync cases. I've been using Access 2003 until now. I need to be able to distribute the Access database and PDA database to...
7
8441
by: Norman Diamond | last post by:
A project depends on VC runtime from Visual Studio 2005 SP1, and DotNet Framework 2. Options are set in the setup project properties, so if these two dependencies are not already installed then this installer will install them. But what about the situation where VC runtime has already been installed? In fact it's been installed twice. Although the project was built on a Windows XP system with Visual Studio 2005 SP1 and the results were...
2
2238
by: mohi | last post by:
hello every one , this may be very basic question and may be a bit out of topic ,, can anyone please tell me what are the functions of runtime library and are they the one which create the program stack, manages heap??? and how can i find out that does my compiler (or linker) produces dynamically linked runtime libraries (if so how can i make it to do it statically on gnu g++ on fedora c8)
0
8290
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8815
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
8707
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...
0
8593
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7306
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
5622
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4149
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...
1
1916
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1593
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.