Thanks VBrit,
that would make sense, hadn't thought of that at all!!
It will be a few days before I can try it out but I will keep you posted.
regards
ALSAv
Hi there,
I have a gas analyser on port 3 and would like to send it the following string. (Brackets indicate that the keys are held down together)
(Ctrl+Shift+B)& "*AKON" & (Ctrl+Shift+C)
I can send this string successfully using the hyperterminal and keyboard but I would really like to send...
Hi bjd4jc,
Program seems fine with full compile. Thanks for the tip.
Hi ChipH,
It will be a few days before I can check that one out but I will keep you posted.
Thanks to all who contributed here
ALSav
Thanks
If I uncheck the references in my version that are labelled 'missing' on his, it runs fine so I suppose they are not required.
Thanks for your help
I am running project files in his copy of VB6 when I encounter the problem, I haven't created a package so it's not an application yet.
Thanks for replying
ALSav
At the moment it is not compiled or packaged, I am simply running my VB project which i wrote on my machine and copying and running the project in his VB development environment
thanks for replying
regards
ALSav
Hi,
I am encountering the same error 'Cannot find project or library' when I use Mid() Str() and other common string functions. Did you ever find out what was causing this?
All help welcome
regards
ALSav
P.S. I am not using a pirate copy either
Hi,
I have written a program that uses common string functions such as Str(), Mid(), left() Right() etc and the program runs without error on my machine. However when I try it on my client's machine, I get errors every time one of these functions is encountered saying 'Cannot find library' Has...
Hi,
I am using the report tool in MS Access 2002
I have some data that is collected in weekly cycles and I would like to produce a report that groups each week and calculates totals.
my fields in my query are
route
date
dayno (calculated from date with the vb Weekday function)
day (from...
I would like to use a treecontrol on an Access form but although I can place one on the form, VBA does not seem to recognise it. I have set the references so that ctv OLE control module is selected and there appear to be two treeviews registered. (1) dmocx.dll and MS Treeview contlo; (6.0)...
To enable the invoker servlet the instructions are to uncomment the following lines in the conf/web.xml file in Tomcat.
<servlet-mapping>
<servlet-name>invoker</servlet-name>
<url-pattern>/servlet/*</url-pattern>
</servlet-mapping>
When I remove the comment markers, I get a whole bunch of...
Hi sedj,
The file is definitely there in the in my C:\servers\resin-ee-3.0.6\lib as expected. Currently I am compiling using the IntelliJ IDEA IDE that is integrated to Tomcat and uses Tomcat's servlet.jar file. Then I am running the servlet using Resin because I am having problems with...
Hi Sedj,
I still get errors when I compile with the MS-DOS prompt and I still cannot see anything wrong with the variables.
I have tried it through an IDE (IntelliJ IDEA), set all the variables and it seems to recognise javax.servlet OK. The only problem now is that this IDE is integrated with...
Thanks sedj,
I already have that one set in the CLASSPATH although according to the tutorial I am following, in this version of resin it is called jsdk-24.jar and not servlet.jar
regards
ALsav
Hi,
I am on day 1 of trying out servlets. I am using j2sdk1.4.1_05 and resin-ee-3.0.6. The resin seem to be set up OK according to my tutorial and PATH, CLASSPATH and JAVA_HOME have all been set.
My problem arises when I try to compile a simple HelloServlet.java that has been downloaded form...
Hi,
I am trying to create a simple hierarchical menu with data for menus stored in arrays. It looks like this with backgroundArray[8] linking to a submenu populated with values from child1Array. backgroundArray[8].child is a string at at some point in my createMenu() I need to convert the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.