473,383 Members | 1,815 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,383 software developers and data experts.

HELP on "C" DLL internal code for LAN's and WAN's use

To all wizards:

I have a "C" DLL file already built and running, but I want to have the DLL
accessible(callable) from anyway within a LAN and/or WAN( and even
multi-WAN's), or even on a PC. I built the DLL file, via VC++'s (v6.0) ATL
COM AppWizard area, and it works quite well. But as for using the DLL file
on LAN's and Wan's, do I need to add any more code into the DLL file, so it
will work on/under a network and be callable anywhere on a LAN's or WAN's or
even on standalones by any and all application(s). If I need some
additional code, can you tell me why, and can I get it in simple "C" source
code. Any help would surely be greatly appreciated. Thanks(TIA),

Tom.
Nov 14 '05 #1
3 1590
An ordinary DLL can't be accessed across different machines.But since
you built the DLL using ATL COM wizard it is a COM dll.COM provides
something known as location transperancy meaning no matter where the
DLL is it can be accessed,even across different machine boundaries.All
u need to do is,take the dll to Component services in Admin tools and
create an app install the dll under the app.Next,generate an app proxy
which u can do from the Component services,take the proxy to a client
machine and install.And make sure that the client which uses the COM
dll has enough privileges to do so....

Tom Thorpe wrote:
To all wizards:

I have a "C" DLL file already built and running, but I want to have the DLL accessible(callable) from anyway within a LAN and/or WAN( and even
multi-WAN's), or even on a PC. I built the DLL file, via VC++'s (v6.0) ATL COM AppWizard area, and it works quite well. But as for using the DLL file on LAN's and Wan's, do I need to add any more code into the DLL file, so it will work on/under a network and be callable anywhere on a LAN's or WAN's or even on standalones by any and all application(s). If I need some
additional code, can you tell me why, and can I get it in simple "C" source code. Any help would surely be greatly appreciated. Thanks(TIA),

Tom.


Nov 14 '05 #2
"Tom Thorpe" <th******@burgoyne.com> writes:
To all wizards:

I have a "C" DLL file already built and running, but I want to have the DLL
accessible(callable) from anyway within a LAN and/or WAN( and even
multi-WAN's), or even on a PC.

[snip]

This is off-topic in comp.lang.c. Followups redirected.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Nov 14 '05 #3
On 18 Apr 2005 21:38:03 -0700, in comp.lang.c , ra**********@gmail.com
wrote:
An ordinary DLL can't be accessed across different machines.


This isn't true, but since its horribly offtopic in CLC, all we can do
is redirect the user to look for a group specialising in distributed
processing.
--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>

----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
Nov 14 '05 #4

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

Similar topics

8
by: Jerry | last post by:
Hi All How can I produce an output to the browser and let the script continue to work in the background, producing a later screen output? Example: Trigger a database search so that the user...
0
by: python-help-bounces | last post by:
Your message for python-help@python.org, the Python programming language assistance line, has been received and is being delivered. This automated response is sent to those of you new to...
9
by: Marcus Sheen [UK] | last post by:
Have done searches for similar questions, but cannot find anything. Nor can I find any resources via Google (Javascript Source etc). Thinking about implementing a topical "On This Day" feature on...
4
by: Otis Hunter | last post by:
I have been fighting with this for days and your expert help is needed! Below is the code I am executing which results with "Object doesn't support this property or method". The error is occuring...
1
by: nico1469 | last post by:
Hello all, Once windows mmi programming was very easy - vb forms.. nice & easy. nowdays, our customers have became IE freaks !!! So, my question is, what is the best way to develop mmi in the...
3
by: Jim in Arizona | last post by:
Most of the asp.net learning I've done has been from books that were written during the 1.0 framework. I didn't have a copy of visual studio when I started reading them then I got a hold of VS 2005...
2
by: devendra pardeshi | last post by:
hi friends/seniors i am stuck on one problem in VB 6.0 and need solution. see if u can help me. first i describe the problem. Can u imagin the WinZip scenario. we right click on some file...
2
by: Devlei | last post by:
I have added a HelpProvider to my Form, and set the HelpNavigator and HelpKeyword in the Form's properties. When my Form opens and I press F1, the Help activates correctly, but nothing occurs...
4
by: R Reyes | last post by:
Whenever I right-click on "Open in New Tab/Window" my website ALWAYS opens in the same window/tab. This is most likely a programming issue because when I visit other websites it works just fine. ...
3
by: DrVitoti | last post by:
On that program the compiler says "parse error" on line 8, 10, 12 and 21, it also says "too many arguments" on lines 10, 12 and finally it says "at this port in" on lines 13, 14, 20 . How could I...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...

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.