473,765 Members | 1,994 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access XP weirdness ...

I don't know if this has anything to do with AccessXP running on Terminal
Services with Access97/2000 also installed, but here is one example of a
query that does not work any longer:

SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'") AS
MajorCategory, PreOwned.PaintC olor
FROM PreOwned;

When I try to run the above query I get the following error:

UNKNOWN FUNCTION NAME

If I execute the exact same dlookup from the immediate window, the proper
data is returned with no error.

Any suggestions? I have very little hair left on my head after this!!!

Thanks,
--Terry

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
Nov 12 '05
23 2693
I just recently was called in to fix a similar problem at a client site
with Access 2000. It seems, machines with some of the newest updates from
Microsoft can no longer execute certain built-in functions from within
queries or calculated controls (things that use the "Expression Service").
In my case, the original author had been using the Dir$ function from a
query.

Like you, I tried all the usual fixes, going so far as to try it in a new,
blank database created on the problem machine. Finally, I ended up simply
deciding this was a "feature" of a new update from Microsoft, and working
around it by writing my own user-defined function to call Dir$. I suspect
your situation may be the same issue.

On Sat, 25 Oct 2003 07:58:11 -0600, "JustMe" <te******@saskt el.net> wrote:
Hi Douglas ...

Thanks for your suggestions. Unfortunately still a no-go. I've tried
everything with no success.

Any other ideas? Anyone?

--Terry
"Douglas J. Steele" <NOSPAM_djsteel e@NOSPAM_canada .com> wrote in message
news:tj******* ******@news04.b loor.is.net.cab le.rogers.com.. .
Here's my standard blurb on fixing reference problems:

On the machine(s) where it's not working, open any code module (or open

the
Debug Window, using Ctrl-G, provided you haven't selected the "keep debug
window on top" option). Select Tools | References from the menu bar.

Examine
all of the selected references.

If any of the selected references have "MISSING:" in front of them,

unselect
them, and back out of the dialog. If you really need the reference(s) you
just unselected (you can tell by doing a Compile All Modules), go back in
and reselect them.

If none have "MISSING:", select an additional reference at random, back

out
of the dialog, then go back in and unselect the reference you just added.

If
that doesn't solve the problem, try to unselect as many of the selected
references as you can (Access may not let you unselect them all), back out
of the dialog, then go back in and reselect the references you just
unselected. (NOTE: write down what the references are before you delete
them, because they'll be in a different order when you go back in)
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)

"JustMe" <te******@saskt el.net> wrote in message
news:vp******** ****@corp.super news.com...
> Hi Wayne ...
>
> I've already tried this. All references are identical to my other

machine.
> None are missing.
>
> Any other suggestions?
> --Terry
> "Wayne Morgan" <co************ *************** @hotmail.com> wrote in

message
> news:O%******** **********@news svr16.news.prod igy.com...
> > If it works fine on other machines then it sounds like a References
> problem. Open a code
> > window (Alt+F11) and go to Tools|Reference s. Compare them with amachine > that does work.
> > Also, make sure none of them are listed as MISSING.
> >
> > --
> > Wayne Morgan
> > Microsoft Access MVP
> >
> >
> > "JustMe" <te******@saskt el.net> wrote in message
> news:vp******** ****@corp.super news.com...
> > > By the way, the exact same query works fine in Access 97 on the same
> > > machine.
> > >
> > > Terry
> > > "JustMe" <te******@saskt el.net> wrote in message
> > > news:vp******** ****@corp.super news.com...
> > > > Hi Wayne ...
> > > >
> > > > Thanks for your reply. I tried surrounding ALL the fields with
> brackets
> > > > with no success. I still get the UNKNOWN FUNCTION NAME error.
> > > >
> > > > Any other suggestions? Anyone?
> > > >
> > > > The same query works fine on other machines running AccessXP.I've > tried
> > > > uninstalling/reinstalling XP. I've tried everything I can thinkof. > > > >
> > > > Help!
> > > >
> > > > "Wayne Morgan" <co************ *************** @hotmail.com> wrotein > > > message
> > > > news:a8******** ***********@new ssvr33.news.pro digy.com...
> > > > > Even without a space in the name, I think it wants bracketsaround > the
> > > > field name.
> > > > >
> > > > > DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")
> > > > >
> > > > > --
> > > > > Wayne Morgan
> > > > > Microsoft Access MVP
> > > > >
> > > > >
> > > > > "JustMe" <te******@saskt el.net> wrote in message
> > > > news:vp******** ****@corp.super news.com...
> > > > > > I don't know if this has anything to do with AccessXP runningon > > > > Terminal
> > > > > > Services with Access97/2000 also installed, but here is one
> example of
> > > a
> > > > > > query that does not work any longer:
> > > > > >
> > > > > > SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'")AS > > > > > > MajorCategory, PreOwned.PaintC olor
> > > > > > FROM PreOwned;
> > > > > >
> > > > > > When I try to run the above query I get the following error:
> > > > > >
> > > > > > UNKNOWN FUNCTION NAME
> > > > > >
> > > > > > If I execute the exact same dlookup from the immediate window,

the
> > > > proper
> > > > > > data is returned with no error.
> > > > > >
> > > > > > Any suggestions? I have very little hair left on my headafter > > > this!!!
> > > > > >
> > > > > > Thanks,
> > > > > > --Terry
> > > > > >
> > > > > >
> > > > > >
> > > > > > ---
> > > > > > Outgoing mail is certified Virus Free.
> > > > > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > > > > Version: 6.0.516 / Virus Database: 313 - Release Date:9/2/2003 > > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > ---
> > > > Outgoing mail is certified Virus Free.
> > > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
> > > >
> > > >
> > >
> > >
> > > ---
> > > Outgoing mail is certified Virus Free.
> > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
> > >
> > >
> >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/3/2003


Nov 12 '05 #11
On Sat, 25 Oct 2003 16:05:33 GMT, "Wayne Morgan"
<co************ *************** @hotmail.com> wrote:

Wayne, bracketing field names or table names is not needed (although
harmless) when they are single words without funny characters.
-Tom.

Let's go back a step, you said you surrounded ALL the field with brackets as a try. It
doesn't like brackets around the table's name, did you bracket that one also?


Nov 12 '05 #12
no****@nospam.n ospam (Steve Jorgensen) wrote in
<r2************ *************** *****@4ax.com>:
I just recently was called in to fix a similar problem at a client
site with Access 2000. It seems, machines with some of the newest
updates from Microsoft can no longer execute certain built-in
functions from within queries or calculated controls (things that
use the "Expression Service"). In my case, the original author had
been using the Dir$ function from a query.

Like you, I tried all the usual fixes, going so far as to try it
in a new, blank database created on the problem machine. Finally,
I ended up simply deciding this was a "feature" of a new update
from Microsoft, and working around it by writing my own
user-defined function to call Dir$. I suspect your situation may
be the same issue.


Would that be Jet 4 SP7? One of the things it does is do something
to the security of Jet that disallows certain kinds of VBA calls
from SQL. At least, that was my understanding when it initially
came out.

Has *anyone* found SP7 to be a good thing? I know it causes
problems with replication, for one, and many people have rolled
back to SP6.

Is there anythign that SP7 fixes that is essential?

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #13
te******@saskte l.net (JustMe) wrote in
<vp************ @corp.supernews .com>:
I don't know if this has anything to do with AccessXP running on
Terminal Services with Access97/2000 also installed, but here is
one example of a query that does not work any longer:

SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'") AS
MajorCategor y, PreOwned.PaintC olor
FROM PreOwned;

When I try to run the above query I get the following error:

UNKNOWN FUNCTION NAME

If I execute the exact same dlookup from the immediate window, the
proper data is returned with no error.

Any suggestions? I have very little hair left on my head after
this!!!


Er, why not do this with SQL?

SELECT AutoTypes.Major Category, PreOwned.PaintC olor
FROM AutoTypes, PreOwned
WHERE AutoTypes.AutoT ype = '1'

Of course, why not hardwire the result in the first place? If you
know that the relevant AutoType is 1, don't you know what the
MajorCategory is? Or is AutoType stored in PreOwned? If so, then
you could join the two tables.

Something looks wrong here -- I can't think of a case where it
makes sense to use a DLookup in a query, myself.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #14
On Sat, 25 Oct 2003 21:09:57 GMT, dX********@bway .net.invalid (David
W. Fenton) wrote:

SP8 just came out. I quickly read the what's new section, and it
seemed to fix some SP7 bugs.
-Tom.

no****@nospam. nospam (Steve Jorgensen) wrote in
<r2*********** *************** ******@4ax.com> :
I just recently was called in to fix a similar problem at a client
site with Access 2000. It seems, machines with some of the newest
updates from Microsoft can no longer execute certain built-in
functions from within queries or calculated controls (things that
use the "Expression Service"). In my case, the original author had
been using the Dir$ function from a query.

Like you, I tried all the usual fixes, going so far as to try it
in a new, blank database created on the problem machine. Finally,
I ended up simply deciding this was a "feature" of a new update
from Microsoft, and working around it by writing my own
user-defined function to call Dir$. I suspect your situation may
be the same issue.


Would that be Jet 4 SP7? One of the things it does is do something
to the security of Jet that disallows certain kinds of VBA calls
from SQL. At least, that was my understanding when it initially
came out.

Has *anyone* found SP7 to be a good thing? I know it causes
problems with replication, for one, and many people have rolled
back to SP6.

Is there anythign that SP7 fixes that is essential?


Nov 12 '05 #15
Hi David ...

I realize the query makes no sense. It is a VERY simplified version of the
real query I'm having difficulties with. Regardless of whether it makes
sense or not, it 'should' work though right? The fact is it 'does' work on
an identical Win2K machine.

Any suggestions?
--Terry
"David W. Fenton" <dX********@bwa y.net.invalid> wrote in message
news:94******** *************** ****@24.168.128 .86...
te******@saskte l.net (JustMe) wrote in
<vp************ @corp.supernews .com>:
I don't know if this has anything to do with AccessXP running on
Terminal Services with Access97/2000 also installed, but here is
one example of a query that does not work any longer:

SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'") AS
MajorCategor y, PreOwned.PaintC olor
FROM PreOwned;

When I try to run the above query I get the following error:

UNKNOWN FUNCTION NAME

If I execute the exact same dlookup from the immediate window, the
proper data is returned with no error.

Any suggestions? I have very little hair left on my head after
this!!!


Er, why not do this with SQL?

SELECT AutoTypes.Major Category, PreOwned.PaintC olor
FROM AutoTypes, PreOwned
WHERE AutoTypes.AutoT ype = '1'

Of course, why not hardwire the result in the first place? If you
know that the relevant AutoType is 1, don't you know what the
MajorCategory is? Or is AutoType stored in PreOwned? If so, then
you could join the two tables.

Something looks wrong here -- I can't think of a case where it
makes sense to use a DLookup in a query, myself.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
Nov 12 '05 #16
Hi Tom ...

Thanks for your reply.

I've tried similiar queries in a several different databases. Regardless of
which database, I get the same NO FUNCTION error when using the DLOOKUP
function within the query.

SELECT "Test" as MajorCategory ... This query works fine.

--Terry
"Tom van Stiphout" <to*****@no.spa m.cox.net> wrote in message
news:ld******** *************** *********@4ax.c om...
On Fri, 24 Oct 2003 12:14:10 -0600, "JustMe" <te******@saskt el.net>
wrote:

Very curious. Can you repeat this with a similar query in the
Northwind sample database?

I'm assuming this works fine:
SELECT "test" AS
MajorCategory, PreOwned.PaintC olor
FROM PreOwned;

-Tom.
I don't know if this has anything to do with AccessXP running on Terminal
Services with Access97/2000 also installed, but here is one example of a
query that does not work any longer:

SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'") AS
MajorCategor y, PreOwned.PaintC olor
FROM PreOwned;

When I try to run the above query I get the following error:

UNKNOWN FUNCTION NAME

If I execute the exact same dlookup from the immediate window, the proper
data is returned with no error.

Any suggestions? I have very little hair left on my head after this!!!

Thanks,
--Terry

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
Nov 12 '05 #17
I tried all variations. Unfortunately this isn't the answer.

Thanks for the help anyway Wayne.

--Terry
"Wayne Morgan" <co************ *************** @hotmail.com> wrote in message
news:hb******** *********@newss vr33.news.prodi gy.com...
Let's go back a step, you said you surrounded ALL the field with brackets as a try. It doesn't like brackets around the table's name, did you bracket that one also?
--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@saskt el.net> wrote in message

news:vp******** ****@corp.super news.com...
Hi Wayne ...

I've already tried this. All references are identical to my other machine. None are missing.

Any other suggestions?
--Terry
"Wayne Morgan" <co************ *************** @hotmail.com> wrote in message news:O%******** **********@news svr16.news.prod igy.com...
If it works fine on other machines then it sounds like a References

problem. Open a code
window (Alt+F11) and go to Tools|Reference s. Compare them with a machine
that does work.
Also, make sure none of them are listed as MISSING.

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@saskt el.net> wrote in message

news:vp******** ****@corp.super news.com...
> By the way, the exact same query works fine in Access 97 on the same
> machine.
>
> Terry
> "JustMe" <te******@saskt el.net> wrote in message
> news:vp******** ****@corp.super news.com...
> > Hi Wayne ...
> >
> > Thanks for your reply. I tried surrounding ALL the fields with

brackets
> > with no success. I still get the UNKNOWN FUNCTION NAME error.
> >
> > Any other suggestions? Anyone?
> >
> > The same query works fine on other machines running AccessXP.
I've tried
> > uninstalling/reinstalling XP. I've tried everything I can think
of. > >
> > Help!
> >
> > "Wayne Morgan" <co************ *************** @hotmail.com> wrote in > message
> > news:a8******** ***********@new ssvr33.news.pro digy.com...
> > > Even without a space in the name, I think it wants brackets around the
> > field name.
> > >
> > > DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")
> > >
> > > --
> > > Wayne Morgan
> > > Microsoft Access MVP
> > >
> > >
> > > "JustMe" <te******@saskt el.net> wrote in message
> > news:vp******** ****@corp.super news.com...
> > > > I don't know if this has anything to do with AccessXP running

on > > Terminal
> > > > Services with Access97/2000 also installed, but here is one

example of
> a
> > > > query that does not work any longer:
> > > >
> > > > SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'") AS > > > > MajorCategory, PreOwned.PaintC olor
> > > > FROM PreOwned;
> > > >
> > > > When I try to run the above query I get the following error:
> > > >
> > > > UNKNOWN FUNCTION NAME
> > > >
> > > > If I execute the exact same dlookup from the immediate window, the > > proper
> > > > data is returned with no error.
> > > >
> > > > Any suggestions? I have very little hair left on my head after > this!!!
> > > >
> > > > Thanks,
> > > > --Terry
> > > >
> > > >
> > > >
> > > > ---
> > > > Outgoing mail is certified Virus Free.
> > > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003 > > > >
> > > >
> > >
> > >
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
> >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
>
>

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
Nov 12 '05 #18
I'm going to install SP8. Stay tuned ... I'll inform everyone of the
results.

--Terry

"Tom van Stiphout" <to*****@no.spa m.cox.net> wrote in message
news:om******** *************** *********@4ax.c om...
On Sat, 25 Oct 2003 21:09:57 GMT, dX********@bway .net.invalid (David
W. Fenton) wrote:

SP8 just came out. I quickly read the what's new section, and it
seemed to fix some SP7 bugs.
-Tom.

no****@nospam. nospam (Steve Jorgensen) wrote in
<r2*********** *************** ******@4ax.com> :
I just recently was called in to fix a similar problem at a client
site with Access 2000. It seems, machines with some of the newest
updates from Microsoft can no longer execute certain built-in
functions from within queries or calculated controls (things that
use the "Expression Service"). In my case, the original author had
been using the Dir$ function from a query.

Like you, I tried all the usual fixes, going so far as to try it
in a new, blank database created on the problem machine. Finally,
I ended up simply deciding this was a "feature" of a new update
from Microsoft, and working around it by writing my own
user-defined function to call Dir$. I suspect your situation may
be the same issue.


Would that be Jet 4 SP7? One of the things it does is do something
to the security of Jet that disallows certain kinds of VBA calls
from SQL. At least, that was my understanding when it initially
came out.

Has *anyone* found SP7 to be a good thing? I know it causes
problems with replication, for one, and many people have rolled
back to SP6.

Is there anythign that SP7 fixes that is essential?

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
Nov 12 '05 #19
Tom, are you referring to MDAC2.8? Or JET4.0 SP8? I can't seem to find
Jet4.0SP8 if that's what you're referring to.

--Terry

"Tom van Stiphout" <to*****@no.spa m.cox.net> wrote in message
news:om******** *************** *********@4ax.c om...
On Sat, 25 Oct 2003 21:09:57 GMT, dX********@bway .net.invalid (David
W. Fenton) wrote:

SP8 just came out. I quickly read the what's new section, and it
seemed to fix some SP7 bugs.
-Tom.

no****@nospam. nospam (Steve Jorgensen) wrote in
<r2*********** *************** ******@4ax.com> :
I just recently was called in to fix a similar problem at a client
site with Access 2000. It seems, machines with some of the newest
updates from Microsoft can no longer execute certain built-in
functions from within queries or calculated controls (things that
use the "Expression Service"). In my case, the original author had
been using the Dir$ function from a query.

Like you, I tried all the usual fixes, going so far as to try it
in a new, blank database created on the problem machine. Finally,
I ended up simply deciding this was a "feature" of a new update
from Microsoft, and working around it by writing my own
user-defined function to call Dir$. I suspect your situation may
be the same issue.


Would that be Jet 4 SP7? One of the things it does is do something
to the security of Jet that disallows certain kinds of VBA calls
from SQL. At least, that was my understanding when it initially
came out.

Has *anyone* found SP7 to be a good thing? I know it causes
problems with replication, for one, and many people have rolled
back to SP6.

Is there anythign that SP7 fixes that is essential?

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
Nov 12 '05 #20

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

Similar topics

0
1367
by: Raptor | last post by:
The error is the common "access denied to user@localhost on database," or whatever the exact language is. (I email from Linux so can't copy the exact wordage right now.) But like I say, it only occurs on IE running on the woeful Windows ME. I haven't tried it on another flavor of Windows. Netscape works just fine on whatever both OSes I have. Here's the code, short and sweet: // database variables $userName = GetDBUserName();
15
2178
by: Corne' Cornelius | last post by:
Hi, I'm experiencing some weirdness in a program, when subtracting 2 (double)'s which should result in 0, but instead it returns -1.11022e-16. It looks to me that changing the double x_step decleration to unsigned type, might help, but the compiler complains when i try that. Any ideas ? #include <iostream>
166
8663
by: Graham | last post by:
This has to do with class variables and instances variables. Given the following: <code> class _class: var = 0 #rest of the class
3
1932
by: Dan | last post by:
I hate it when people think that their own misunderstandings are bugs in the program, but this time I think I've got something. If I run the following SQL code in Access 2000, I get unexpected results: SELECT MY_FIELD FROM ( SELECT NULL AS MY_FIELD FROM DUAL
5
1706
by: David Thielen | last post by:
Hi; I am creating png files in my ASP .NET app. When I am running under Windows 2003/IIS 6, the file is not given the security permissions it should have. It does not have any permission for several users that the directory it is in has, including IUSR_JASMINE (my system is named jasmine). Here is the weird part. In my aps .net code I have the following: String jname = Request.PhysicalApplicationPath + "images\\java_" + fileNum +...
7
2638
prn
by: prn | last post by:
Hi folks, Sometime in the last few days, I must have accidentally done something that changed some kind of switch in Access, but I can't seem to find what it was. This is Access 2003 under XP, BTW. Currently, when I'm editing any kind of textual material within Access, e.g. a SQL statement or something in the Properties for a GUI element, I find that whenever I move the text cursor within that text, it selects (inverts) the text between...
5
5626
by: kkadrese | last post by:
hello group, how to get ttyS0 serial port for exclusive access? I have a python script that uses this device with AT commands. I need that two instances can call simultaneosuly this python script but only one of them gets the device. I tried fcntl.flock, it was just ignored, put writtable file LCK..ttyS0 in /var/lock, tried ioctl (but I may not know what are appropriate arguments), googled half a day for various phrases, error messages...
2
2372
by: JYA | last post by:
Hi. I was writing an xmltv parser using python when I faced some weirdness that I couldn't explain. What I'm doing, is read an xml file, create another dom object and copy the element from one to the other. At no time do I ever modify the original dom object, yet it gets modified.
1
921
by: GaryGen | last post by:
Hi, I have a VB.NET EXE which needs to remain in house. We would like to have outside people code modules that can be dynamically loaded and used by our EXE. We can place the requirement on the external modules that they be managed if needed. I am assuming we would want them to create DLL's. I can load these dynamically with LoadLibrary and access functions using GetProcAddress and Marshal.GetDelegateForFunctionPointer.
0
9566
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
9393
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
10153
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
10007
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
9946
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
9832
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...
1
7371
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5413
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3530
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.