Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Vallurupa
  • Content: Threads
  • Order by date
  1. Vallurupa

    Dell Inspiron 8500 Memory problem. Cant recognize from DIMM-B slot

    Hi, I have Dell Inspiron 8500. It came with 256MB (128MB in each slot). I upgraded it to 1GB ( 521MB +512NB). It worked with 1gb somedays. Then it started showing 521MB. Madesure that there is not problem with memory modurels. both modurles work in DIMM A slot. But DIMM -B is not recognizing...
  2. Vallurupa

    Link Error..... warning LNK4027: CVPACK error

    Hi, I am compiling the VC++ MFC project to generate a DLL. I am getting this error. Anyone please help me. How to solve this problem.... Thanks in advance, Venkat ***************************** unjrnjournalingdialog.cpp Linking... Creating library Unicode/cwbunjrn.lib and object...
  3. Vallurupa

    Perl Executable question...

    Hi, I am new to perl. I am working on linux. My perl script will read the STDOUT when execute some commands and parse those results and show at the commandline. My question is I can only run my perl script when I am in my perl file directory. %lssyscfg -r sys | perl cs.pl I want to make my...
  4. Vallurupa

    Perl CSV module question...

    Hi, I am trying to read a CSV file having data as following format. name=system,serialno=3234234,post=serial,src=dynamic,...... I have more that 10 values like above. I have to read them with perl and parse them and print at the command line in the following way. They have to be seperated...
  5. Vallurupa

    Dialog box problme in MFC please help me

    I have to make dialog box. Inside that dialog box one side that I have to have Tree view control one side of the screen. The otherside of the screen i have to insert another dialog. When i click on the tree view items i have to get the corospnding dialog box in the otherside of the screen. Is...
  6. Vallurupa

    how to fine the whole path of the file??

    I am trying to find the path of the file. I am using GetFullPathName( ---). But it is retriving the current path. Not the files actual path. I move exe to any directory. It is taking that diee path. Please help me in finding the whole path of the file. I am using FindFirstFile( )...
  7. Vallurupa

    How to find the whole path of the file??

    Hi I am trying to find the path of the file. I am using GetFullPathName( ---). But it is retriving the current path. Not the files actual path. I move exe to any directory. It is taking that diee path. Please help me in finding the whole path of the file. I am using FindFirstFile( )...
  8. Vallurupa

    file handling question in platform SDK... not MFC

    I have to read the directory and subdirectories in the directory. I have to read all file in the directory and compare with the other directory with the same structure, if it finds any file leaves it other wise it has to move files to the new directory with the same structure. MAILBOX ----...
  9. Vallurupa

    Calling COM components

    Hi please tell me how to call other COM components in VC while the dll would be a exteneded stored procedure. ven
  10. Vallurupa

    Calling COM components

    Hi please tell me how to call other COM components in VC while the dll would be a exteneded stored procedure. ven
  11. Vallurupa

    Calling COM Components...

    Hi please tell me how to call other COM components in VC++ while the dll would be a exteneded stored procedure. ven
  12. Vallurupa

    TImer in c or c++

    I want to wait some time in my while loop. How is write timer in my while loop. int flag=1; while(flag==1) { for(int i=0;i<=500000000;i++) { } //i have to replace timer with this for loop //My code // } please help me thanks
  13. Vallurupa

    how to delete the file in the c code

    I have to delete the file in c code. Please help me thanks Prasad
  14. Vallurupa

    VC++/ DLL question

    Hi, I am calling one DLL by two different processes (Two exe files.) How can i do process to process comunication between two instances of the same dll. I have to access the window handle here. I coded like this .. it is not working #pragma data_seg (&quot;.mydata&quot;) HWND...
  15. Vallurupa

    process to process comunication ???

    Hi, I am calling one DLL by two different processes (Two exe files.) How can i do process to process comunication between two instances of the same dll. I have to access the window handle here. Please help me thanks Prasad tiaacus@yahoo.com
  16. Vallurupa

    problem with string/char......

    How to convert from string to char. Please help me.... /**********************************************/ #include <stdio.h> #include <windows.h> #include <stdlib.h> #include <string> #include <iostream> FILE *fp; char buff[51]; char *buff2; char *buff3; char...
  17. Vallurupa

    Link between two exe files with the DLL

    Hi I am calling one c++ DLL from two different exe files. there are 4 functions in the DLL. Each EXE calls different functions in the DLL. Now I have to pass values from one exe to other exe through DLL. I have declared veriables as global.I am not using any CLASSES in the code. How can i pass...
  18. Vallurupa

    How to run batch file through c++ program??

    hi Actually I have to start some batch file E:\GladisNT\RunGladisUAT.cmd in the c++ code. ShellExecute(NULL,&quot;open&quot;,&quot;E:\GladisNT\RunGladisUAT.cmd&quot;,&quot;YOUR_PARAMETER&quot;,NULL,SW_SHOW); I am trying with this but i am not getting any result. Is there any utility to start...
  19. Vallurupa

    How to run exetrnal exe file in c++ code

    Actually I have to start some other .EXE file through c++ code. If I call dll function that should start .exe file at the specified path. Is there any utility to start any .exe file inside the code. Please let me know. Thanks Tiaa tiaacus@yahoo.com
  20. Vallurupa

    How to run exe file in c++ code

    Hi I have to start exe file in c++ code Please help me what code should i write. Thanks tiaa tiaacus@yahoo.com

Part and Inventory Search

Back
Top