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 Mike Lewis 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: *

  1. jitu11875

    loading a dll on MAC

    How do we load a library on MAC at runtime. I need to write a application which can load a DLL at runtime from some directory. What is the equivalent of LoadLibrary function on MAC Thanks Jitendar
  2. jitu11875

    exported .dat file to csv file..changed info now need import back

    The way we can do is U have to write a program to do so. U can write a program in C++ or VB , read the file .txt line by line store the record in the variables in a structure and the use the brtieve API function BTRV with the commant to insert. If U have the programing manual or help on Btrieve...
  3. jitu11875

    Creating a modless dialog in document based application doesn't work

    Hi, I have a typical problem. From a document based application, I invoke a dialog and from on clicking a button I try involking another modless dialog. Application gives no error but the dialog is not shown If any one has tried it please let me know where I am missing regards, Jitendar
  4. jitu11875

    CFileDialog: selecting file type?!?

    This is given in the CFileDialog option. Try using this and look if it solvs ur requirement. U can change the options and use the code as per requirements. CFileDialog mydialog( FALSE,".txt", NULL, OFN_OVERWRITEPROMPT |OFN_EXTENSIONDIFFERENT |OFN_LONGNAMES|OFN_NOCHANGEDIR...
  5. jitu11875

    How do I minimize application ?

    If U were using U would have used the OnActivateApp(). Please look into the MSDN and lok for how U can use it in UR code. Hope it may help U bye jitu
  6. jitu11875

    how to write an application for recieveing mails

    Hi, I used the SMTP protocals to send a mail from VC using the CSocket programing, but I am not getting any help to write an applicxation that can download mails from the mail server. Please help me in doing so. I don't want to use the MAPI. any help would be appriciated. Can any one say the RFC...
  7. jitu11875

    Multiple user accessing single file

    Thanks all for the wonderfull information, I resolved the issue as we are asked to go for the licence and the site of Pervasive didn't listed all the DLL and exe that was required. We need to include more exe to make it happen. regards, jitendar
  8. jitu11875

    Multiple user accessing single file

    Hi Gil, I have the work group with three user licence but still I am facing the problem. I am not using the complete pervasive but just the few DLL and the EXE suggested by pervasive on site in the embedding guide. This is where I get the error in using the pervasive for multiuser environment...
  9. jitu11875

    Crash Course on Arrays & Pointers

    I am not aware of the plcace U belong to but if in india ther is a book very simple to learn and uinderstand on pointers and array. Its "Pointers in C" by yashwant kanatker Good on to learn. If U get access to it read it simple to understand and learn bye jitu
  10. jitu11875

    Multiple user accessing single file

    Thanks Gil, I will lookforward for UR help in this regard for any other problem I face in Pervasive. I will try quering Pervasive for that. I was told that the SDK will have the Workgroup engine for 3 user license. I will check into it. Thanks for the suggestion. Regards, Jitendar
  11. jitu11875

    Multiple user accessing single file

    Thanks for the reply, I am not aware of the type of engine we are using but will try figuring out from Pervasive as we have purchased the SDK, the about box no where says that we are using the workstation or workgroup engine. But incase we are using the workgroup engine , can I open the file...
  12. jitu11875

    Multiple user accessing single file

    HI, Please help me in using the same file by multiple user. I am using the Btrieve API to access the database. I have not installed the complete Pervasive but just using the DLL and the engine exe. Please suggest how can we use the Btrieve i.e Pervasive to be used by multiple user from different...
  13. jitu11875

    How to know the processor ID

    Hi, I need to know how we can get the processor numnber or the unique number or thing that can defferenciate one machine from other. i.e. I want to know the me setup has been run in how many machine. I can keep the counter as if the setup is run in single machine multiple times than the...
  14. jitu11875

    Erro if Using Btrieve under Domain User Privilege

    Hi Mirtheil, Thanks for all the help. I got the solution and it was something to do with the way I was compiling the code. It's amazing that the precompiled directives can make UR exe run in a different way and then may cause error while executing the programe. I haven't seen the exact...
  15. jitu11875

    "'GetDlgItem' : function does not take 1 parameters" error

    Hi, I tried solving the task U were trying and could do it I am pasting the code below and if still U feel problem U can mail me an address where I can upload the whole workspace. I have not done the exact thing but the basic requirement is fullfiled in this code Bye jitendar...
  16. jitu11875

    Erro if Using Btrieve under Domain User Privilege

    Hi Mirtheil, Feeling comfortable as UR suggestions are very helpfull to me. I am also learning new things from it. I am not aware of any thing as btrieve tracing and I am just using the DLL and the header files provided by btrieve. My application doesn't interact with any thing more than DLL...
  17. jitu11875

    Killing a program

    I feel it's not possible to do so in windows OS as if the file is in use then the OS doesen't allow it to manipulate the file in any respect.
  18. jitu11875

    Erro if Using Btrieve under Domain User Privilege

    Hi Mirtheil, I have used the same syntex as to create and tried to pass the Open insted of Create to a pre created file and there is no error in opening the file. Can U seggest the cause as the same code can open a pre existing file but can't create a new file.If as per the error code 27 I am...
  19. jitu11875

    Erro if Using Btrieve under Domain User Privilege

    Mirtheil, Thanks for the help I was eager to know that how can we tackle this error. I am using 6.15V. Secondly I was trying to work out a utility using the VC++6 If I am using a console i.e dos based application things work fine but in GUI based with VC++ I am getting error 27 where as the...
  20. jitu11875

    Erro if Using Btrieve under Domain User Privilege

    I was using btrieve in Win NT and Win98. But in WIN2000 under the "Domain User" privilege error code 20 is shown. If the "Domain User" is changed to "domain Admin" every thing works fine. Please suggest what might be the possible error

Part and Inventory Search

Back
Top