My application is structured in the following way:
CMWIN\Projectfile.PJT & .PJX
CMWIN\SCRN\*.scrn
CMWIN\PRG\*.PRG
CMWIN\Reports\*.frx
CMWIN\CLASSES\ (class files)
The source code is kept as above.
I then use tables in \3100 (the drive etc is configure within my main program). Databases are...
Sorry I don't understand. How should I be setting the path and using the "include" feature then. To be honest I've picked this source code up from a previous employee. All my new source code I've done similar to this as I did not know any different.
For example if I'm using the directories...
In one of my projects I have the following code in the first part of my main program:
mPath = 'C:\CMWIN, C:\CMWIN\solution, c:\cmwin\foxpro, C:\CMWIN\PRG, C:\CMWIN\SCRN, C:\CMWIN\REPORTS,;
c:\3100, c:\3100\programs, c:\cmwin\search, c:\cmwin\images, C:\djbdemo'
SET PATH TO (mPath)
The...
I have further news on this. When building my exe file I always recompile all files (don't know if this is right). However should I recompile all file my screnn files (*.sct) increase in size. For example my stock.sct file is 608 KB before compiling. It then goes to 853 KB after compiling...
My program has a number of dll files declared. I believe you can clear these dll's. Can you chose a dll you want to clear, leaving the remaining dll's to work?
Thanks
The problem is our application is on a kiosk. There is no room for a keyboard. Should the kiosk be rebooted the two click events no longer work. Perhaps there is something i can plug into the keyboard port to make it think a keyboard is attached?
Ids there a way I can find out, using a program, how much CPU is being used. I know I can locate it in windows but I was wondering if I can monitor it within my program.
Thanks
I have a stand aloan system running on Win 2000. On this standaloan system there are two buttons which represent mouse clicks. There is no keyboard attached. Unfortunately when there is no keyboard attached the mouse clciks do not work. Should there be a keyboard attached the mouse clicks...
Thanks for that advice i will try it out. However should i copy the source to my PC at home it compiles at normal size. I've copied it to an additional PC at work and the exe file gets bigger each time. i tend to think we have a problem at work. Everything has been virus checked with no...
I know this sounds like a virus. When I compile my exe file it appears to get bigger even though I've made no changes. Each time I compile the size increases. Is this a virus or could it be something else. i have ran an up to date anti virus check.
Thanks
Basically I want to recieve information from a c++ program. I believe they want to send me information using SendMessage(wnd, uClickYes, 1, 0)
Apparently I should be able to pick up some parameters. This person controls some periperals and wants to send me information about them. At the...
Yes, basically I want to recieve a message from another application using this function. If the external funtion uses the RegisterWindowMessage() how would I pick up the message/aparamters sent.
When I open this file on our server (mapped as H:\) I can edit it and save it without any problems. Therefore I've copied the full directory back to my c:\ drive. I get the same error message. I have a e drive so I tried copying all the data to e: . I get the same error except c: is replaced...
Thanks
I tried the group by this morning. How does group by work. If I do group by 1,2,12. Posid could be repeated along with trans. The transaction type can be reated but I want the total for each transaction type for each transaction. Therefore if I have say the following "part" records...
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.