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 SkipVought 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: alexsubscriber
  • Order by date
  1. alexsubscriber

    I solve problem with use COM object on another computer

    You want to say that if many clients in the same time try to use remote myCOM object (witch is SINGLE THREADED COM SERVER) then they get error. As result you advise me to crete MULTI-THREADED COM SERVER, do. Am I correct understand you?
  2. alexsubscriber

    I solve problem with use COM object on another computer

    Ok, maybe multi-threades is better. I didn't try. My task/target was to call method from dll on other computer :-)
  3. alexsubscriber

    I solve problem with use COM object on another computer

    Let's have 2 computers ComputerA - installed Visual Fox Pro 6.0 ComputerB Task. Create dll on ComputerA and use this dll on ComputerB Solution: on ComputerA we MUST do next steps: 1.Install VisualStudio ServicePack 3 or higher 2.Install Setup Factory 6.0 - suf60ev.exe 3.Install Visual...
  4. alexsubscriber

    I solve problem with use COM object on another computer

    Let's have 2 computers ComputerA - installed Visual Fox Pro 6.0 ComputerB Task. Create dll on ComputerA and use this dll on ComputerB Solution: on ComputerA we MUST do next steps: 1.Install VisualStudio ServicePack 3 or higher 2.Install Setup Factory 6.0 - suf60ev.exe 3.Install Visual...
  5. alexsubscriber

    register com object failed

    Hi! With Visual Fox Pro 6.0 (service pack 5)on my machine I create com object as Single-threaded COM server (dll) In my machine this I success registrated this COM object with regsvr32. But on another machine (where hasn't visual fox pro) when I try to registrate my COM object I get next error...
  6. alexsubscriber

    Not call function from COM object on another machine

    registrate with regsvr32 next runtime foxpro library Vfp6r.dll Oleaut32.dll Olepro32.dll Vfp6run.exe but it's not help :-(
  7. alexsubscriber

    Not call function from COM object on another machine

    >... but have you registered them? No I'm not regisrated foxpro libraries. How I can do this? >Are you calling your COM from VB or VFP? >Your code looks like VB code. No, this is Delphi similar language
  8. alexsubscriber

    Not call function from COM object on another machine

    > Have registered the VFP runtime libraries > as well? I copy foxpro runtime libraries (VFP6R.DLL VFP6RENU.DLL,VFP6T.DLL) at the same folder where is my COM object > Can you also post your code that calls for >the DLL. the code that call DLL is on our inner language ... 1.objSelectCOM =...
  9. alexsubscriber

    Not call function from COM object on another machine

    I have COM object (dll) create with Visual Fox Pro 6.0 I copy my com object in another machine. Also I copy next fox pro library VFP6R.DLL VFP6RENU.DLL VFP6T.DLL I registrate success COM object on another machine with "regsvr32". But, the function (checkTrezSubAccount) in COM object...
  10. alexsubscriber

    Cannot locate Microsoft FoxPro support library

    after I add fox pro dlls, the message "Cannot locate Microsoft Fox Pro support library" is not show. OK! but, the method (checkTrezSubAccount) in COM object not call. Why? here is my visual fox pro 6.0 code: DEFINE CLASS TrezSubAccount AS custom OLEPUBLIC *FUNCTION...
  11. alexsubscriber

    Cannot locate Microsoft FoxPro support library

    ok, but can Visual Fox Pro automatic add this fox pro dll-s to MyCOM.dll? It's not very good to copy this fox pro dll-s in all machines when I want to registrate MyCOM.dll
  12. alexsubscriber

    Cannot locate Microsoft FoxPro support library

    Hi! In my machine I have Visual Fox Pro 6.0 I create COM object with Visual Fox Pro as dll. As result I get 3 files: 1.MyCOM.dll 2.MyCOM.tlb 3.MyCOM.VBR In my machnie I registrate MyCOM.dll with "regsvr32". OK! After, I copy this 3 files to another machine (another machine has not...

Part and Inventory Search

Back
Top